- Initial version
- Fiexed warnings, code formatting, parameterized open/save methods
- Сhanged the load/save interface to support Flutter
- Various bug fixes and improvements
- Removed unused import of dart:io, fixed support dart:js
- Updated package:xml to newer 4.* version
- TextContent now accept text of dynamic type
- Disable pretty output
- Fixed StateError (Bad state: No element) in _findFirstChild
- Added support for multiline strings
- Added partial support for inserting images (NOTE: Only in NON repeated fields, not work in tables, lists)
- Refactoring DocxEntry classes
- Fixed The getter 'rootElement' was called on null
- Added support for getiing image from relationship file by id
- Added support for displaying images in a table
- Original Content in the text tag now is not deleted if Content or Content.text is null
- Added options in DocxTemplate.generate, allowing save sdt tags
- XML copy optimizations
- Pre-release of nullsafity version
- Attempt to fix concurrent modification
- Fixed broken TagPolicy export
- Unrecognized tags are no longer deleted
- Add test
- Fixed null safety for xml package
- Added function dor get all tags
- Attempt to fix archive saving
- Added new ImagePolicy parameter to DocxTemplate.generate
- Fix file currupting when image removed from document
- updated sdk version
- updated to dart ^3.0.0
- merged PR #48
- header and footer modification
- fix lose reference after callings getTags
- xml update
- add hyperlink (use link tag and use HyperlinkContent( key: "link", text: "My new link", url: "https://www.youtube.com/", ))