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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# v0.3.1 to-be-relased
2
+
3
+
## Added
4
+
5
+
*`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)
6
+
*`Struct.attribute?` and `Struct.attribute_names` for introspecting struct attributes (flash-gordon)
7
+
*`Struct#__new__` is a safe-to-use-in-gems alias for `Struct#new` (flash-gordon)
0 commit comments