crinja v0.3.0 Release Notes

Release Date: 2018-06-29 // over 5 years ago
  • 🚀 This release updated Crinja to work with Crystal 0.25.1

    Notable changes:

    • 📇 Renamed Crinja::Environment to just Crinja
    • ✂ Removed Crinja::Type in favour of Crinja::Value to avoid recursive aliases and reduce a lot of .as(Type) castings all over the place. This change was similar to JSON::Type -> JSON::Any in Crystal 0.25.0.
    • ✂ Removed Crinja::Bindings. Some methods are obsolete with Crinja::Value, others moved to Crinja namespace.
    • ➕ Added automatic testing of usage examples (./examples) on travis-ci
    • Added dedicated documentation of Template Syntax