python-docx-template/CHANGES.rst
2016-03-01 15:26:53 +01:00

43 lines
812 B
ReStructuredText

0.1.11 (2016-3-1)
-----------------
- '>' and '<' can now be used inside jinja tags
0.1.10 (2016-2-11)
------------------
- render() accepts optionnal jinja_env argument :
useful to set custom filters and other things
0.1.9 (2016-1-18)
-----------------
- better subdoc management : accept tables
0.1.8 (2015-11-05)
------------------
- better xml code cleaning around Jinja2 tags
0.1.7 (2015-09-09)
------------------
- python 3 support
0.1.6 (2015-05-11)
------------------
- remove debug code
- add lxml dependency
0.1.5 (2015-05-11)
------------------
- fix template filter with quote
0.1.4 (2015-03-27)
------------------
- add RichText support
0.1.3 (2015-03-13)
------------------
- add subdoc support
- add some exemples in tests/
0.1.2 (2015-03-12)
------------------
- First running version