Releases: fastily/jinja2html
Releases · fastily/jinja2html
0.5.0
- 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
- 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
- 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
- fixed broken console scripts
0.2.0
update docs, tag for release