Skip to content

Releases: iulica/docx-mailmerge

Release 0.9.0

29 Dec 11:10
3b16162
Compare
Choose a tag to compare

Implemented SKIPIF and NEXTIF fields.
Implemented IF fields as experimental (enable with argument).

Release 0.8.3

27 Sep 08:38
Compare
Choose a tag to compare

Bugfix syntax error python3.7

Release 0.8.2

19 Sep 13:18
Compare
Choose a tag to compare

Fixed bug with empty fields

Release 0.8.1

19 Jul 15:02
Compare
Choose a tag to compare

Fix multiple table with same anchor #24

Release 0.8.0

16 Jan 15:26
Compare
Choose a tag to compare

Added support for header/footer for merge_templates

Release 0.7.0

27 Oct 18:58
Compare
Choose a tag to compare
Release 0.7.0. Added support for keeping fields in the document, foot…

Release 0.6.3

12 Oct 12:00
Compare
Choose a tag to compare

Added support for NEXT fields

Release 0.6.2

16 Apr 08:40
Compare
Choose a tag to compare

Added support for Date formatting. Issues #5

Full Changelog: 0.6.1...0.6.2

0.6.1

05 Apr 12:15
Compare
Choose a tag to compare
Fixed number formatting when value is None

Release 0.6.0

01 Apr 10:08
af1a967
Compare
Choose a tag to compare

Support for MERGE fields inside other fields, and formatting flags.

Fields spanning several paragraphs are detected and proper integration with MERGEFIELDS values is implemented.
Number and text formatting and flags are implemented.
Support for date formatting is added, but not yet implemented.
A framework for easier testing of formats is also added along with tests for all changes.
Previous tests are also passed, although some tests are incorrect. For those tests a flag is implemented to be able to remove the workarounds for those tests after review.
When documents with nested fields are created, these documents need to be updated, by selecting the whole document and pressing F9. There is a flag for auto-updating all fields when opening the document. Support for setting this flag is also added (no, always, auto). Default is no, for backward compatibility.