Releases: athena-framework/serializer
Releases · athena-framework/serializer
v0.4.2
Immutable
release. Only release title and notes can be modified.
Fixed
- Fix nightly type incompatibility with
ASR::Any(#562) (@Blacksmoke16)
v0.4.1
Fixed
- Fix serialization of value when its type is different type than the ivar (#514) (@Blacksmoke16)
v0.4.0
Changed
- Breaking: Normalize exception types (#428) (@Blacksmoke16)
- Update minimum
crystalversion to~> 1.13.0(#428) (@Blacksmoke16)
v0.3.6
Fixed
- Fix misnamed modules being defined in incorrect namespace (#402) (@Blacksmoke16)
v0.3.5
Changed
- Change
Configdependency toDependencyInjectionfor the custom annotation feature (#392) (@Blacksmoke16) - Integrate website into monorepo (#365) (@Blacksmoke16)
v0.3.4
Administrative release, no functional changes
v0.3.3
Changed
- Update some links in preparation for Athena Framework
0.18.0(#261) (@Blacksmoke16)
v0.3.2
Fixed
- Fix deserializing
JSON::AnyandYAML::Any(#215) (@Blacksmoke16)
v0.3.1
Changed
- Breaking: ensure parameter names defined on interfaces match the implementation (#188) (@Blacksmoke16)
v0.3.0
First release a part of the monorepo.
Added
- Add getting started documentation to API docs (#172) (@Blacksmoke16)
Changed
- Breaking: change serialization of Enums to underscored strings by default (#173) (@Blacksmoke16)
- Update minimum
crystalversion to~> 1.4.0(#169) (@Blacksmoke16)
Fixed
- Fix compiler error when trying to deserialize a
Hash(#165) (@Blacksmoke16)