Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.22 KB

CHANGES.rst

File metadata and controls

56 lines (44 loc) · 1.22 KB

0.2.2 (2016-06-11)

  • Fix bug when using utf-8 chracters inside footer or header in .docx template It now detects header/footer encoding automatically

0.2.1 (2016-06-11)

  • Fix bug where using subdocs is corrupting header and footer in generated docx Thanks to Denny Weinberg for his help.

0.2.0 (2016-03-17)

  • Add Header and Footer support (Thanks to Denny Weinberg)

0.1.11 (2016-03-1)

  • '>' and '<' can now be used inside jinja tags

0.1.10 (2016-02-11)

  • render() accepts optionnal jinja_env argument : useful to set custom filters and other things

0.1.9 (2016-01-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