Skip to content

Releases: invliD/BoardingPassKit

0.3.0

28 Sep 05:48
Compare
Choose a tag to compare
  • Upgrade to Swift 5.0
  • Add support for Swift package manager

0.2.1

11 Nov 00:55
Compare
Choose a tag to compare

Bugfixes

  • The document number parsing introduced in 0.2.0 failed when the document number was blank but not omitted (all spaces). This release fixes that bug.

0.2.0

04 Jul 19:46
Compare
Choose a tag to compare

Breaking changes

  • The issuer and serial number of the document number of a flight segment is now represented using the new type BPKDocumentNumber. The old fields documentAirlineNumeric: UInt32? and documentNumber: String? have been replaced with documentNumber: BPKDocumentNumber?.

0.1.1

12 Mar 05:37
Compare
Choose a tag to compare

Features

  • Allow parsing v6 boarding passes

Enhancements

  • Add error type to public API
  • Expose error details

0.1.0

11 Mar 03:41
Compare
Choose a tag to compare

Initial release 🎉

  • This is the first release of BoardingPassKit. It supports reading versions 3-5 of the BCBP standard.