Skip to content

Releases: athena-framework/serializer

Better exception handling

09 Apr 20:45
8938ce3
Compare
Choose a tag to compare

Changes

  • Introduce more specialized exception types
  • Better leverage admonition markdown extension

Some Updates

17 Mar 02:53
5195221
Compare
Choose a tag to compare

Dependency Updates

Changes

  • Allow setting serialization version directly on a Context object

Finish porting docs to mkdocs

30 Jan 03:30
f7829ca
Compare
Choose a tag to compare

Changes

  • Finish porting docs to mkdocs

Bump config version

29 Jan 05:08
ca8e255
Compare
Choose a tag to compare

VirtualProperties serialization fix

20 Jan 17:18
d628151
Compare
Choose a tag to compare

Fixes

  • Allow using Groups and Version exclusion strategies on VirtualProperties

Crystal `1.0.0` compliance

04 Dec 00:24
1020375
Compare
Choose a tag to compare

Changes

  • Updates crystal version to be installable in Crystal versions greater than 1.0.0

(de)serialization Name Enhancements

09 Nov 02:27
c73901d
Compare
Choose a tag to compare

Additions

  • Add ASRA::Name annotation support to deserialization
    • Updates annotation fields to specify key for serialization, deserialization, or both

Fixes

Annotation Configurations

22 Jul 21:57
22164e1
Compare
Choose a tag to compare

New Dependencies

Additions

Fix overflow error

09 Jul 01:21
73a4b94
Compare
Choose a tag to compare

Fixes

  • Fix an OverflowError related to deserializing Int64 types

Doc Improvements

06 Jul 00:20
51e9f18
Compare
Choose a tag to compare

Additions

  • Added additional documentation to various types

Changes

  • Some minor internal cleanup work to make things a bit simpler/remove redundant logic/types