Skip to content

Releases: Apodini/ApodiniTypeInformation

0.3.7

28 Sep 13:26
a5c8629
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @ApodiniBot in #15
  • Swift 5.7 support: remove AssociatedTypeRequirementsKit dependency by @lukaskollmer in #16

New Contributors

  • @ApodiniBot made their first contribution in #15
  • @lukaskollmer made their first contribution in #16

Full Changelog: 0.3.6...0.3.7

0.3.6

08 Feb 21:44
40247be
Compare
Choose a tag to compare

What's Changed

  • Fix enum case construction when setting enumAssociatedValues to .reject by @Supereg in #14

Full Changelog: 0.3.5...0.3.6

0.3.5

08 Feb 19:04
8d73533
Compare
Choose a tag to compare

What's Changed

  • Add ability to ignore enum cases with associated values by @Supereg in #13

Full Changelog: 0.3.4...0.3.5

0.3.4

06 Feb 23:27
ab8fd4f
Compare
Choose a tag to compare

Full Changelog: 0.3.3...0.3.4

0.3.3

05 Feb 23:49
e2d568e
Compare
Choose a tag to compare

Changes

  • Preserve the Context of a TypeProperty when calling referencedType() by @Supereg in #12

Full Changelog: 0.3.2...0.3.3

0.3.2

01 Feb 23:06
7f08921
Compare
Choose a tag to compare

Changes

  • Fix encoding and decoding of TypeInformation Context @Supereg (#11)

0.3.1

31 Jan 22:42
ba1d5e8
Compare
Choose a tag to compare

Changes

  • Make TypeStore more robust + TypeName: Sequence @Supereg (#9)
  • Add Context to TypeProperty and EnumCase @Supereg (#10)

0.3.0

04 Jan 00:16
b4e73a6
Compare
Choose a tag to compare

Changes

  • Fix TypeNames on reference types, improve TypeStore and refactor TypeName @Supereg (#8)
  • Add Codable conformance to TypeInformation.RootType @Supereg

Breaking

  • TypeName was refactored to remove duplicated information. Properties were slightly renamed, please adjust.
  • The avoid potential name collisions, the way how ReferenceKeys are generated was adapted. Please verify, that you don't mix data generated with an older version with data from this version.

0.2.1

04 Nov 18:14
95109a6
Compare
Choose a tag to compare

What's Changed

  • Update GitHub Actions and Set the Platform Requirement to macOS 11 by @PSchmiedmayer in #7

Full Changelog: 0.2.0...0.2.1

0.2.0

28 Aug 09:57
b5b9a4d
Compare
Choose a tag to compare

Changes

  • Bugfix/type name @eldcn (#3)
  • Fix docs action @Supereg (#4)
  • Add the TypeNameParser preparing improvements to the TypeName struct @Supereg (#1)

Semantic Version Minor

  • Add support for declaring and parsing Metadata in the TypeInformation framework @Supereg (#2)