Releases: makenowjust/crustache
Releases · makenowjust/crustache
v2.4.4
Version 2.4.3
Version 2.4.2
v2.4.2 (2020-06-10)
Changes:
- Support Crystal v0.35.0
Version 2.4.1
Changes:
- Support Crystal v0.31.1.
Version 2.4.0
Changes:
- Support Crystal 0.24.1
Version 2.3.0
Version 2.2.4
Changes:
- Support Crystal 0.17.0
Version 2.2.3
Changes:
- Added type annotations to instance variables to follow Crystal v0.16.0 changes.
- Fixed
Crustache::Context
type for above.
Version 2.2.2
Changes:
- Fixed type annotated default argument syntax, follow Crystal v0.14.1 changes.
Version 2.2.1
Changes:
- Use
Util.escape
instead ofHTML.escape
for Mustache spec compatibility.