Skip to content

Release 1.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 19:21
· 261 commits to main since this release
48ed717
✨ Open up serialization to reduce clients from depending on jsons (#156)

* ✨Open serialization methods to ensure consumers don't need jsons

Internal serialization was not fully exposed. This prevented for instance to get objects that would normally be returned in an API. This ensures API's will not have to implement jsons.

Added additional logic to handle keys that were getting placed within the deserialization.

* 🆙 Raise version to 1.1.3