Releases: athena-framework/serializer
Releases · athena-framework/serializer
v0.3.6
Fixed
- Fix misnamed modules being defined in incorrect namespace (#402) (@Blacksmoke16)
v0.3.5
Changed
- Change
Config
dependency toDependencyInjection
for 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::Any
andYAML::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
crystal
version to~> 1.4.0
(#169) (@Blacksmoke16)
Fixed
- Fix compiler error when trying to deserialize a
Hash
(#165) (@Blacksmoke16)
Fix empty `YAML` input
Fixes
- Return
nil
directly if the raw value is alsonil
by @Blacksmoke16 in #22
Fix documentation typo
Fixes
- Fix type link by @Blacksmoke16 in #19
Explicit `nil` checks
Fixes
- Use explicit
nil
comparison in macro code instead of.nil?