Releases: maxveldink/sorbet-schema
Releases · maxveldink/sorbet-schema
v0.9.2
0.9.2 (2024-09-04)
Bug Fixes
v0.9.1
0.9.1 (2024-08-14)
Bug Fixes
- add sorbet-schema shim for better T:Struct extension compatability (#123) (b47cafb)
v0.9.0
0.9.0 (2024-08-05)
⚠ BREAKING CHANGES
- Replace deeply_nested_hash with options passing in struct ext (#121)
Code Refactoring
- Replace deeply_nested_hash with options passing in struct ext (#121) (48da547)
v0.8.0
0.8.0 (2024-07-19)
⚠ BREAKING CHANGES
- Ensure that nested structs will deeply serialize (#118)
Bug Fixes
- Ensure that nested structs will deeply serialize (#118) (9216d02)
v0.7.2
0.7.2 (2024-07-11)
Features
v0.7.1
0.7.1 (2024-07-09)
Features
- Add clearer message for CoercionNotSupportedError (#113) (0eff2f7)
v0.7.0
0.7.0 (2024-07-08)
⚠ BREAKING CHANGES
- Fix mis-serializing hash keys that were suppose to be strings (#111)
Bug Fixes
- Fix mis-serializing hash keys that were suppose to be strings (#111) (485a6c7)
v0.6.0
0.6.0 (2024-07-07)
⚠ BREAKING CHANGES
- implement default handling for fields (#105)
Features
Bug Fixes
- default value set to true causes undefined method [] error (#108) (6829bbf)
v0.5.1
0.5.1 (2024-06-26)
Features
v0.5.0
0.5.0 (2024-04-19)
⚠ BREAKING CHANGES
- Set minimum Ruby to 3.1 (#69)
Features
Miscellaneous Chores