Skip to content

Releases: kaj/ructe

Version 0.2.4

05 Feb 10:35
@kaj kaj
Compare
Choose a tag to compare
  • PR #7 Allow slices in templates
  • Allow escaped quotes in strings in expressions in templates.
  • Improve testing of expression parsing.
  • Stop using the nom macro chain!, which is deprecated.

This release is tested with rust versions 1.14.0, 1.15.0 (stable), 1.16.0-beta.1 (beta), and 1.17.0-nightly (0648517fa 2017-02-03).

Version 0.2.2

29 Jan 17:51
@kaj kaj
Compare
Choose a tag to compare
  • PR #3: Handle static files.
  • Improve documentation.

Version 0.2.0

28 Jan 22:43
@kaj kaj
Compare
Choose a tag to compare
  • #5 / PR #6: Find templates recursively in subdirectories of a template directory.
  • Put some documentation in its proper place.
  • Use nom version 2.x.
  • Some code cleanup

Version 0.1.2

28 Jan 22:14
@kaj kaj
Compare
Choose a tag to compare
  • Minor doc improvements.
  • Separate source files for different templates.
  • Allow expressions to start with a boolean not.

Version 0.1.1

28 Jan 22:13
@kaj kaj
Compare
Choose a tag to compare
  • Support calling templates with body arguments. Usefull for "base-page" templates.
  • Some testing and cleanup.

Version 0.1.0

28 Jan 22:12
@kaj kaj
Compare
Choose a tag to compare

First version published on crates.io.