Releases: makenowjust/crustache
Releases · makenowjust/crustache
Version 2.2.0
Features:
- Rename
embed_mustacheandmustache_filetoMustache#.embedandMustahce#.def_to_s, follow Crystal v0.12.0 changes.
Version 2.1.0
Features:
- Added ECR compatible macros,
embed_mustacheandmustache_file.
Version 2.0.1
Changes:
- Fixed a bug to represent
SectionandInvertbyto_codeincorrectly.
Version 2.0.0
Features:
- Support compile time template parsing.
- Added
Crustache::parse_file_staticto parse Mustache file on compile time. - Added
Crustache::loaderto createFileSystemobject to useCrustache::Engine. - Added
Crustache::loader_static, it is compile time version ofCrustache::loader.
Changes:
- Add type annotation to class constructors for Crystal next compiler.
Version 1.0.0
Changes:
- Replaced from
StringIOtoMemoryIOfor Crystal v0.9.0 (see manastech/crystal@9b8e6c7) - Support shards.
- Support semver to release.