We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807e432 commit 57f7dfdCopy full SHA for 57f7dfd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## unreleased
+## 1.3.0 2020-02-10
2
3
4
### Added
@@ -28,12 +28,9 @@
28
29
### Changed
30
31
-- `Dry::Struct#to_hash` is deprecated.
32
-It leads to undesired behavior when structs passed to methods with keyword arguments.
33
-`#to_hash` will be removed in dry-struct 2.0, either use `#to_h` or define `#to_hash` in your structs.
34
- [internal] metadata is now stored inside schema (flash-gordon)
35
36
-[Compare v1.2.0...master](https://github.com/dry-rb/dry-struct/compare/v1.2.0...master)
+[Compare v1.2.0...v1.3.0](https://github.com/dry-rb/dry-struct/compare/v1.2.0...v1.3.0)
37
38
## 1.2.0 2019-12-20
39
0 commit comments