Skip to content

Releases: DK26/rendit

Rendit 0.1.5 Alpha

25 Oct 15:42
Compare
Choose a tag to compare
Rendit 0.1.5 Alpha Pre-release
Pre-release
  • 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

19 Aug 00:45
Compare
Choose a tag to compare
Rendit 0.1.4 Alpha Pre-release
Pre-release
  • Fixed: A bug when using engine name for extension would produce a wrong output file name
  • Improved: Less memory allocations, using Rc<T> and Cow<T>

Rendit 0.1.3 Alpha

16 Aug 21:28
Compare
Choose a tag to compare
Rendit 0.1.3 Alpha Pre-release
Pre-release
  • 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

10 Aug 22:20
Compare
Choose a tag to compare
Rendit 0.1.2 Alpha Pre-release
Pre-release
  • Tera: Now supports usage of partial templates
  • Logger: Default value is now off instead of error
  • Help Usage: Improved

Rendit 0.1.1 Alpha

05 Aug 00:06
Compare
Choose a tag to compare
Rendit 0.1.1 Alpha Pre-release
Pre-release
  • 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

03 Aug 23:24
Compare
Choose a tag to compare
Rendit 0.1.0 Alpha Pre-release
Pre-release

First alpha release ;-)