You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Struct.constructor that makes dry-struct more aligned with dry-types; now you can have a struct with a custom constructor that will be called before calling the new method (v-kolesnikov)
Struct.attribute? and Struct.attribute_names for introspecting struct attributes (flash-gordon)
Struct#__new__ is a safe-to-use-in-gems alias for Struct#new (flash-gordon)