Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 183 Bytes

CHANGELOG.md

File metadata and controls

8 lines (7 loc) · 183 Bytes

[3.0.0] - 2024-12-04

  • Predicate methods now cast the value to a boolean
    Global.foo.enabled # => "0"
    Global.foo.enabled? # => false
  • Dropped Ruby 2.7 support