All Versions
12
Latest Version
Avg Release Cycle
138 days
Latest Release
805 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.2 Changes
August 28, 2019- Issue #53, PR #60: Allow empty strings everywhere quoted strings are allowed.
- Issue #57, PR #59:Accept explicit impl and dyn in types.
- ๐ Relax over-strict whitespace requirements, fix a regression in 0.7.0.
- PR #56: Require buf reference to implement Write, not buf itself
- โ PR #58: Fix warnings in generated code.
- โ Remove no-longer-used imports.
Thanks to @kornelski for multiple contributions.
โ Tested with rustc 1.37.0 (eae3437df 2019-08-13), 1.34.2 (6c2484dc3 2019-05-13), 1.32.0 (9fda7c223 2019-01-16), 1.31.1 (b6c32da9b 2018-12-18), 1.38.0-beta.3 (72bfc3753 2019-08-27), 1.39.0-nightly (53df91a9b 2019-08-27).
-
v0.1.0 Changes
September 24, 2016- First version published on crates.io.
- ๐ Support for
@if
and@for
blocks. - ๐ Improved expression parsing with chaining, square and curly brakets, and string literals.
- Compile all found templates.
- ๐ More tests and documentation.