Recent Releases of https://github.com/dry-rb/dry-equalizer
https://github.com/dry-rb/dry-equalizer -
v0.3.0 2019-11-07
Changed
- [BREAKING] Dropped support for Ruby < 2.4
Added
- Memoization option for immutable objects. If
immutable: trueis passed the result of.hashcall will be memoized after its first invocation or on.freezecall (skryukov)class User include Dry::Equalizer(:id, :name, :age, immutable: true) end
- Ruby
Published by flash-gordon almost 7 years ago
https://github.com/dry-rb/dry-equalizer -
v0.2.2 2019-03-08
Added
- Generation of
#to_sand#inspectcan be disabled withinspect: false(flash-gordon)class User include Dry::Equalizer(:id, :name, :age, inspect: false) end
- Ruby
Published by flash-gordon over 7 years ago