main
bokuweb 2022-03-16 12:30:16 +09:00 committed by GitHub
parent 886113515b
commit e243b5ce90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -5,9 +5,14 @@ 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-wasm@0.0.246, docx-rs@0.3.4 (16. March, 2022)
- Support `rStyle`.
## docx-wasm@0.0.245, docx-rs@0.3.3 (15. March, 2022) ## docx-wasm@0.0.245, docx-rs@0.3.3 (15. March, 2022)
- Fixed a author of `del` in `ins`. - Fixed a author of `del` in `ins`.
## docx-wasm@0.0.242 (4. February, 2022) ## docx-wasm@0.0.242 (4. February, 2022)
- Support `ins` in table row property - Support `ins` in table row property

2
Cargo.lock generated
View File

@ -174,7 +174,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]] [[package]]
name = "docx-rs" name = "docx-rs"
version = "0.3.3" version = "0.3.4"
dependencies = [ dependencies = [
"image", "image",
"insta", "insta",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "docx-rs" name = "docx-rs"
version = "0.3.3" version = "0.3.4"
authors = ["bokuweb <bokuweb12@gmail.com>"] authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/docx-rs" repository = "https://github.com/bokuweb/docx-rs"
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
{ {
"name": "docx-wasm", "name": "docx-wasm",
"version": "0.0.245", "version": "0.0.246",
"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>",