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.