dry-struct v0.4.0 Release Notes

Release Date: 2017-11-04 // over 6 years ago
  • v0.4.0 2017-11-04

    ๐Ÿ”„ Changed

    • Attribute readers don't override existing instance methods (solnic)
    • Struct#new uses raw attributes instead of method calls, this makes the behavior consistent with the change above (flash-gordon)
    • constructor_type now actively rejects :weak and :symbolized values (GustavoCaso)

    ๐Ÿ›  Fixed

    • Struct#new doesn't call .to_hash recursively (flash-gordon)

    Compare v0.3.1...v0.4.0