Skip to content

Releases: pasqal-io/godasse

v0.5.2

22 Jan 09:07
b6187ef
Compare
Choose a tag to compare

What's Changed

  • When the Validate() method is doing some changes to the struct, now these changes are returned by godasse

More fixes to KVDeserializer

04 Dec 09:54
ea81c70
Compare
Choose a tag to compare
v0.5.1

Merge pull request #17 from pasqal-io/yoric/bug_kv_deserializer_from_…

Version 0.5.0: Support for flattening structs and embedded structs

25 Nov 13:06
ce6906c
Compare
Choose a tag to compare
Merge pull request #16 from pasqal-io/yoric/nested_structs

[FEATURE] Deserialize composite structs

Support sophisticated deserialization of kvlist data structures

08 Nov 10:08
c87091e
Compare
Choose a tag to compare
Merge pull request #15 from pasqal-io/yoric/nesting

[FEATURE] kvlist may now deserialize much more complex structures

Support sophisticated deserialization of kvlist data structures

08 Nov 09:56
c87091e
Compare
Choose a tag to compare
Merge pull request #15 from pasqal-io/yoric/nesting

[FEATURE] kvlist may now deserialize much more complex structures

Support sophisticated deserialization of kvlist data structures

08 Nov 09:58
c87091e
Compare
Choose a tag to compare
Merge pull request #15 from pasqal-io/yoric/nesting

[FEATURE] kvlist may now deserialize much more complex structures

[FIX] Reflection-based API was seriously broken

10 Apr 14:49
8ef2217
Compare
Choose a tag to compare
Merge pull request #13 from pasqal-io/yoric/uint

[FIX] Covariance problems with reflect-based API.

[FIX] Support deserialization of uint

10 Apr 12:26
46c5a1e
Compare
Choose a tag to compare
Merge pull request #12 from pasqal-io/yoric/uint

[FIX] Fixing uint deserialization

[FEATURE] Support creating deserializers from reflect.Type

02 Apr 12:39
Compare
Choose a tag to compare

[FEATURE] Better support for uuid.UUID, time.Timer

04 Mar 14:18
Compare
Choose a tag to compare
v0.3.4

[FIX] Further improving support for non-deserializable struct