Skip to content

Releases: gematik/ASN1Kit

1.3.1

26 Jul 06:59
09df895
Compare
Choose a tag to compare

What's Changed

  • Set access level of func hexString() to internal (was erroneously public) (#30)

Full Changelog: 1.3.0...1.3.1

1.3.0

24 Jul 08:25
eaf3493
Compare
Choose a tag to compare

What's Changed

  • Xcode15 adaptions (#26)
  • Remove dependency on GemCommonsKit (#27)
  • Remove dependency on DataKit (#28)

Full Changelog: 1.2.1...1.3.0

1.2.1

01 Aug 11:09
605113f
Compare
Choose a tag to compare
  • Fix development dependency

1.2.0

16 Jun 14:51
1c1acde
Compare
Choose a tag to compare
  • Allow empty (zero item) sequences (thanks @lhoward, #10)
  • Add support for encoding UInt (thanks @lhoward, #11)
  • Don't demote zero-length octet strings to null values (thanks @lhoward, #12)
  • Decode BIT STRING with zero bits set (thanks @lhoward, #14)
  • Fix dangling unsafe pointer (thanks @lhoward, #19)
  • Update documentation to Docc and AsciiDoc (#22 + #23)

Full Changelog: 1.1.0...1.2.0

1.1.0

11 May 08:32
Compare
Choose a tag to compare
  • Update Xcode Version to 13.3.1
  • Update dependencies
  • Change mac deployment target to macOS 11