Skip to content

Releases: athena-framework/serializer

v0.3.6

27 Apr 14:20
v0.3.6
Compare
Choose a tag to compare

Fixed

v0.3.5

10 Apr 00:26
v0.3.5
Compare
Choose a tag to compare

Changed

v0.3.4

10 Oct 03:25
v0.3.4
Compare
Choose a tag to compare

Administrative release, no functional changes

v0.3.3

18 Feb 17:33
v0.3.3
Compare
Choose a tag to compare

Changed

  • Update some links in preparation for Athena Framework 0.18.0 (#261) (@Blacksmoke16)

v0.3.2

07 Jan 16:58
v0.3.2
Compare
Choose a tag to compare

Fixed

v0.3.1

05 Sep 17:01
Compare
Choose a tag to compare

Changed

  • Breaking: ensure parameter names defined on interfaces match the implementation (#188) (@Blacksmoke16)

v0.3.0

14 May 15:18
Compare
Choose a tag to compare

First release a part of the monorepo.

Added

Changed

Fixed

Fix empty `YAML` input

12 Nov 14:12
e9b9ecb
Compare
Choose a tag to compare

Fixes

Fix documentation typo

30 Oct 15:28
2cfbe3a
Compare
Choose a tag to compare

Fixes

Explicit `nil` checks

18 May 01:07
794ce72
Compare
Choose a tag to compare

Fixes

  • Use explicit nil comparison in macro code instead of .nil?