dry-struct v0.3.0 Release Notes

Release Date: 2017-05-05 // almost 7 years ago
  • ➕ Added

    • Dry::Struct#new method to return new instance with applied changeset (Kukunin)

    🛠 Fixed

    • .[] and .call does not coerce subclass to superclass anymore (Kukunin)
    • Raise ArgumentError when attribute type is a string and no value provided is for new (GustavoCaso)

    🔄 Changed

    • 0️⃣ .new without arguments doesn't use nil as an input for non-default types anymore (flash-gordon)

    Compare v0.2.1...v0.3.0