Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

v0.2.2

Choose a tag to compare

@flash-gordon flash-gordon released this 18 Apr 12:55
v0.2.2
d2db0e7

v0.2.2 2019-03-08

Added

  • Generation of #to_s and #inspect can be disabled with inspect: false (flash-gordon)
    class User
      include Dry::Equalizer(:id, :name, :age, inspect: false)
    end

Compare v0.2.1...v0.2.2