2025-05-23
- Update package name to cleartec_docx_template, increment version to 0.4.1, and enhance README with fork information. Add cspell configuration for spell checking and update CHANGELOG format.
- Fix for: Cannot modify an unmodifiable list (@GeraldGZ's solution in #53)
- fix warning
2023-09-21
- merged PR #48
- Merge commit 'd5c30d6846da009b279dbf6fb4905a6e4e750d5e'
- remove print
- fix header and footer img modification
- add hyperlink
- xml update
- fix lose reference after callings getTags
- header and footer replace with items
2023-09-13
- Fix file currupting when image removed from document - Fix deprecation warnings
2023-03-07
- Attempt to fix archive saving - Added new ImagePolicy parameter to DocxTemplate.generate
2022-06-30
- bump version to 0.3.3
- Merge pull request #32 from AlexandreMaillot/master
- Fix project for xml version - Add test for generating docx - Add test for function getAllTags - Add function for get all tags
2021-06-17
- up pubspec ver
- add devcontainer to ignore
- Merge branch 'feature/nnbd'
- Upd readme, and example
2021-06-03
- Fixed broken TagPolicy export - Unrecognized tags are no longer deleted
2021-06-02
- Attempt to fix concurrent modification
2021-04-17
- updaete changelog & pubspec
- nullsaafity initial
2021-04-16
- Added options in DocxTemplate.generate, allowing save sdt tags
2021-04-05
- Original Content in the text tags now is not deleted if Content or Content.text is null
- added example with different styles in list item
2021-04-01
- Added support for displaying images in a table
2021-02-08
- upd versions
- Merge commit '5d513a721df3d5ad9cce986c857165d2590f4f8f'
- upd template & generated file
- Worked image replace, but only in non repeated fields
2021-02-08
- fixed The getter 'rootElement' was called on null
2021-02-05
- update changelog
- refactor & realised image inserting
2020-11-11
- Added multiline support
- hotfix
2020-10-15
- Fixed StateError (Bad state: No element) in _findFirstChild
- fixed generate logic
- removed numbering check
- fixed getting docx entry
- fix issue when nubmering.xml sometimes not present in docx
- disable pretty output
- changelog edit
2020-09-09
- Text Content is now accept 'dynamic' type
- update changelog
2020-08-25
- Updated dependencies, removed unused import
- Extended readme
- publish fixes
- Refactor & Fixes, new template, new test data, changed readme
- Implementing support for numbering.xml, not tested
- Removed debug log
- Various bug fixes
- Refactoring, Numbering for support numbering.xml
2020-08-14
- Remove dart:io File usage, load and save operations handled manually
2019-11-26
- change version
- changed readme
- changed pubspec added crypto & path
- moved examples->example
2019-11-26
- use path package to handle path
- changed license, pubspec package name
2019-11-26
- cleanup
- fixed some bugs
- more flexible content building
- Added ability to repeat any plain tags & Refactoring & Clean
- Initial commit