CHANGELOG.md in attributor-6.2 vs CHANGELOG.md in attributor-6.3
- old
+ new
@@ -1,8 +1,14 @@
# Attributor Changelog
## next
+## 6.3 (10/21/2022)
+- Added some small utility enhancements for dealing with attributes and types
+ * .duplicate an attribute, with a different inner type and/or options
+ * .slice a Hash/Model/Struct to reduce the number of keys that it holds
+ * .merge two Hash/Model/Struct keys into an existing one (even if the types differ)
+
## 6.2 (5/11/2022)
- Added .to_hash for Model/Struct, which returns a symbolized key hash (without recursing). This allows to splat instances of Model/Structs into functions that have keyword arguments.
## 6.1 (1/7/2022)
- added support for enum's out of values in json_schema generation