Skip to content

Releases: maxveldink/sorbet-schema

v0.9.2

04 Sep 15:01
ca55923
Compare
Choose a tag to compare

0.9.2 (2024-09-04)

Bug Fixes

v0.9.1

14 Aug 15:34
8446c13
Compare
Choose a tag to compare

0.9.1 (2024-08-14)

Bug Fixes

  • add sorbet-schema shim for better T:Struct extension compatability (#123) (b47cafb)

v0.9.0

05 Aug 14:50
8572e4e
Compare
Choose a tag to compare

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

19 Jul 17:26
13de941
Compare
Choose a tag to compare

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

11 Jul 19:45
0e34091
Compare
Choose a tag to compare

0.7.2 (2024-07-11)

Features

v0.7.1

11 Jul 19:19
00998e7
Compare
Choose a tag to compare

0.7.1 (2024-07-09)

Features

  • Add clearer message for CoercionNotSupportedError (#113) (0eff2f7)

v0.7.0

08 Jul 21:13
11b7c17
Compare
Choose a tag to compare

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

07 Jul 13:11
162f17d
Compare
Choose a tag to compare

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

26 Jun 17:11
3c905af
Compare
Choose a tag to compare

0.5.1 (2024-06-26)

Features

v0.5.0

28 May 19:20
26bf059
Compare
Choose a tag to compare

0.5.0 (2024-04-19)

⚠ BREAKING CHANGES

  • Set minimum Ruby to 3.1 (#69)

Features

Miscellaneous Chores