Skip to content

Commit 753c6d4

Browse files
authored
0.4.2 (#523)
* 0.4.1 * 0.4.1 * 0.4.2
1 parent 7d026a4 commit 753c6d4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [email protected] (25. Aug, 2022)
8+
9+
- [Breaking] Hyperlink interface.
10+
- Support hyperlink reader.
11+
- [Breaking] Remove default `TableCellMargin`. Please specify if needed.
12+
- Support table cell margins reader.
13+
- Support nested table reader.
14+
- Add png image converter
15+
- Add `imageData` in `Shape` reader.
16+
- [BUGFIX] Fixed a bug, it is not able to read jpeg from js.
17+
- [BUGFIX] Fixed a bug, it is not able to write images.
18+
- [Breaking] Add `id` and `path` to `images` output.
19+
- [BUGFIX] Use default `numPr` if numId not found to avoid panic.
20+
- [Breaking] Use `self.based_on` and `self.next` in `style` instead of `Normal`.
21+
- [Breaking] Use `i32` for `PageMargin` props instead of unsigned.
22+
- support `columns` in document.
723

824
## [email protected] (8. Aug, 2022)
925

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "docx-rs"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
authors = ["bokuweb <[email protected]>"]
55
repository = "https://github.com/bokuweb/docx-rs"
66
edition = "2018"

0 commit comments

Comments
 (0)