Skip to content

Releases: jackrosenthal/kajiki

Version 0.9.2

24 Nov 19:37
Compare
Choose a tag to compare
  • Python 3.11 compatibility.
  • Documentation updates and clarifications.
  • Unit test updates.

Version 0.9.1

20 Apr 20:12
Compare
Choose a tag to compare
  • Fixed compatibility for Python 3.11.
  • The unit tests were moved out of the kajiki package: tests are now under the tests/ directory.
  • Migrated from Travis CI to GitHub Actions.

Reminder: 0.9.x will be the last version of Kajiki to support Python 3.4 and 3.5. Please upgrade your Python to 3.6+ soon if you're still on these older versions!

Version 0.9.0

29 Nov 19:05
Compare
Choose a tag to compare
  • Support dropped for Python 2.7.
  • Fixed up lnotab bugs in Python 3.6+ (ERROR LOOKING UP LINE
    messages).
  • DTD will not be inserted before an <?xml ...?> declaration
    anymore.
  • Dependency on nine dropped.
  • Dropped integration for TurboGears 1.
  • Improved end-to-end testing.

Note:

Kajiki 0.9.x will be the last series to support Python 3.4 and 3.5.
Users are encouraged to upgrade to Python 3.6+ soon.

Version 0.8.3

20 Jun 14:35
a383d05
Compare
Choose a tag to compare
  • Fixed compatibility for Python 3.10
  • Switched the test runner to pytest
  • Added the kajiki command line interface
  • Documentation typo corrections

Note: Kajiki 0.8.3 will be the last release to support Python 2.7. Kajiki 0.9 will require Python 3.4+.

Version 0.8.2

26 Nov 10:58
Compare
Choose a tag to compare
  • Fixed some HTML entities not being properly recognised

Version 0.8.1

20 Oct 19:26
Compare
Choose a tag to compare
  • Fixed unexpected when including templates

Version 0.8.0

03 Jun 10:58
Compare
Choose a tag to compare
  • Fixed support for Python 3.8
  • Dropped support for Python 2.6 and 3.3

Version 0.7.2

16 Apr 20:56
Compare
Choose a tag to compare
  • Improve parsing of ${} expressions and fix syntax errors reporting in braced expressions.
  • Improve parsing of documents with comments before the root element