Releases: DK26/rendit
Releases · DK26/rendit
Rendit 0.1.5 Alpha
-
Added QR Code in help message
-
Bumped:
- tera - 1.17.1
- handlebars - 4.3.5
- clap - 4.0.18 (CLI)
Rendit 0.1.4 Alpha
- Fixed: A bug when using engine name for extension would produce a wrong output file name
- Improved: Less memory allocations, using
Rc<T>
andCow<T>
Rendit 0.1.3 Alpha
- Added:
--watch
switch can now receive an optional seconds value - Added:
--extension
&-x
switches, to optionally enforce how rendit treats the template contents (e.g. HTML, CSS, etc.) - Fixed: Default loading of the
default.ctx.json
file is now done in a correct order. e.g. First attempting to load from the template directory, then from the working directory - Improved
--help
Rendit 0.1.2 Alpha
- Tera: Now supports usage of partial templates
- Logger: Default value is now
off
instead oferror
- Help Usage: Improved
Rendit 0.1.1 Alpha
- Improved log messages quality
- Changed magic comment detection behavior to handle the case for unexpected characters at the file heading
- Fixed empty files created when trying to address paths that don't exists
- Improved
--help
content - Added trace level to the
verbose
option
Rendit 0.1.0 Alpha
First alpha release ;-)