gems dry-struct 0.5.1

latest releases: 1.7.1, 1.7.0, 1.6.0...
6 years ago

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

Don't miss a new dry-struct release

NewReleases is sending notifications on new releases.