Skip to content

v0.5.1

Choose a tag to compare

@flash-gordon flash-gordon released this 11 Aug 11:47
· 624 commits to main since this release
v0.5.1
146c3cd

v0.5.1 2018-08-11

Fixed

  • Constant resolution is now restricted to the current module when structs are automatically defined using the block syntax. This shouldn't break any existing code (piktur)

Added

  • Pretty print extension (ojab)
    Dry::Struct.load_extensions(:pretty_print)
    PP.pp(user)
    #<Test::User
     name="Jane",
     age=21,
     address=#<Test::Address city="NYC", zipcode="123">>

Compare v0.5.0...v0.5.1