Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

72 lines (38 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Ruby 3.2 and 3.3 added to the test matrix

Changed

  • Bumped locked dependency versions

Fixed

  • Handle paths with array indices called on nil context objects (#63)

Removed

  • Dropped support for Ruby 2.6

2.0.2

Fixed

  • Deprecation warning for template handler (#59)

Changed

  • Relaxed version constraint on activesupport dependency (#60)

2.0.1

Fixed

  • Ability to dereference arrays at a specific index (#57)

2.0.0

Breaking Changes

  • The #if and #unless helpers now treat zero as falsey (#54, #55)
  • The #unless helper now treats empty objects as falsey (#55)
  • Using #each on a hash now yields the value instead of an array of key, value (#52)

Added

  • Support for @root object (#49)
  • Support for @key object inside #each blocks with Hashes (#52)

Fixed

  • Lex number literals that start with 0 (#53)

1.0.0

Added

  • Ruby 3.0 and 3.1 support

Changed

  • The gem is now maintained by the FlavourSaver organization

Removed

  • Dropped support for Ruby 1.9, 2.0, 2.1, 2.2, 2.3, and 2.4