Skip to content

Releases: fastily/jinja2html

0.5.0

14 Oct 23:59
Compare
Choose a tag to compare
  • Rewrote core logic (again) to use libraries that support async
    • Replaced watchgod with watchfiles
    • Replaced web servers (websockets & python's socketserver) with starlette & uvicorn
  • Renamed --blacklist CLI flag to --ignore
  • Added new --debug CLI flag to toggle verbose logging
  • Added a proper unit test suite
  • Miscellaneous bug fixes and general improvements

0.4.0

14 Dec 04:42
Compare
Choose a tag to compare
  • Near total rewrite of core logic for improved robustness/maintainability
  • Reworked CLI arguments for clarity, added new options to target specific input/output folders
  • Replaced watchdog dependency with watchgod
  • Bumped dependency versions
  • Miscellaneous usability improvements and bug fixes

0.3.0

10 Jan 10:16
Compare
Choose a tag to compare
  • Improvements to robustness and edge-case handling
  • Support for python 3.9, minimum python version is now 3.8+
  • Bumped dependency versions

0.2.1

26 Jul 10:54
Compare
Choose a tag to compare
  • fixed broken console scripts

0.2.0

23 Jul 06:57
Compare
Choose a tag to compare
update docs, tag for release