Releases: jackrosenthal/kajiki
Releases · jackrosenthal/kajiki
Version 0.9.2
- Python 3.11 compatibility.
- Documentation updates and clarifications.
- Unit test updates.
Version 0.9.1
- Fixed compatibility for Python 3.11.
- The unit tests were moved out of the
kajiki
package: tests are now under thetests/
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
- 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
- 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
- Fixed some HTML entities not being properly recognised
Version 0.8.1
- Fixed unexpected when including templates
Version 0.8.0
- Fixed support for Python 3.8
- Dropped support for Python 2.6 and 3.3
Version 0.7.2
- Improve parsing of
${}
expressions and fix syntax errors reporting in braced expressions. - Improve parsing of documents with comments before the root element