bokuweb 2021-12-21 11:58:54 +09:00 committed by GitHub
parent a22abb3b4a
commit 2bdea2a519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

View File

@ -5,23 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# docx-rs@0.3.2 (9. December, 2021) ## docx-wasm@0.0.216 (21. December, 2021)
- Support `strike` for run.
## docx-rs@0.3.2 (9. December, 2021)
- Add `DataBinding` API. See docx-core/examples/data_binding.rs - Add `DataBinding` API. See docx-core/examples/data_binding.rs
- Add minimum `ToC` API. See docx-core/examples/dirty_toc.rs - Add minimum `ToC` API. See docx-core/examples/dirty_toc.rs
# docx-wasm@0.0.215 (26. November, 2021) ## docx-wasm@0.0.215 (26. November, 2021)
- Add before/afterLines to LineSpacingJSON. - Add before/afterLines to LineSpacingJSON.
# docx-wasm@0.0.214 (26. November, 2021) ## docx-wasm@0.0.214 (26. November, 2021)
- Fixed a missed pkg. - Fixed a missed pkg.
# docx-rs@0.3.1/docx-wasm@0.0.212 (25. November, 2021) ## docx-rs@0.3.1/docx-wasm@0.0.212 (25. November, 2021)
- Fix #327. Disable header if empty. (https://github.com/bokuweb/docx-rs/pull/369) - Fix #327. Disable header if empty. (https://github.com/bokuweb/docx-rs/pull/369)
# docx-rs@0.3.0/docx-wasm@0.0.211 (25. November, 2021) ## docx-rs@0.3.0/docx-wasm@0.0.211 (25. November, 2021)
- Improve lineSpacing interface (https://github.com/bokuweb/docx-rs/pull/367) - Improve lineSpacing interface (https://github.com/bokuweb/docx-rs/pull/367)

View File

@ -1,6 +1,6 @@
{ {
"name": "docx-wasm", "name": "docx-wasm",
"version": "0.0.215", "version": "0.0.216",
"main": "dist/node/index.js", "main": "dist/node/index.js",
"browser": "dist/web/index.js", "browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>", "author": "bokuweb <bokuweb12@gmail.com>",