2021-11-25 12:55:19 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
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/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2021-12-21 08:47:29 +02:00
|
|
|
## docx-wasm@0.0.217 (21. December, 2021)
|
|
|
|
|
|
|
|
- Fix `strike` API for JS.
|
|
|
|
|
2021-12-21 04:58:54 +02:00
|
|
|
## docx-wasm@0.0.216 (21. December, 2021)
|
|
|
|
|
|
|
|
- Support `strike` for run.
|
|
|
|
|
|
|
|
## docx-rs@0.3.2 (9. December, 2021)
|
2021-12-09 12:50:28 +02:00
|
|
|
|
|
|
|
- Add `DataBinding` API. See docx-core/examples/data_binding.rs
|
|
|
|
- Add minimum `ToC` API. See docx-core/examples/dirty_toc.rs
|
|
|
|
|
2021-12-21 04:58:54 +02:00
|
|
|
## docx-wasm@0.0.215 (26. November, 2021)
|
2021-11-26 12:07:10 +02:00
|
|
|
|
|
|
|
- Add before/afterLines to LineSpacingJSON.
|
|
|
|
|
2021-12-21 04:58:54 +02:00
|
|
|
## docx-wasm@0.0.214 (26. November, 2021)
|
2021-11-26 12:00:13 +02:00
|
|
|
|
|
|
|
- Fixed a missed pkg.
|
|
|
|
|
2021-12-21 04:58:54 +02:00
|
|
|
## docx-rs@0.3.1/docx-wasm@0.0.212 (25. November, 2021)
|
2021-11-25 12:55:19 +02:00
|
|
|
|
2021-11-25 16:47:21 +02:00
|
|
|
- Fix #327. Disable header if empty. (https://github.com/bokuweb/docx-rs/pull/369)
|
2021-11-25 12:55:19 +02:00
|
|
|
|
2021-12-21 04:58:54 +02:00
|
|
|
## docx-rs@0.3.0/docx-wasm@0.0.211 (25. November, 2021)
|
2021-11-25 12:55:19 +02:00
|
|
|
|
|
|
|
- Improve lineSpacing interface (https://github.com/bokuweb/docx-rs/pull/367)
|