Releases: invliD/BoardingPassKit
Releases · invliD/BoardingPassKit
0.3.0
- Upgrade to Swift 5.0
- Add support for Swift package manager
0.2.1
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
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
Features
- Allow parsing v6 boarding passes
Enhancements
- Add error type to public API
- Expose error details
0.1.0
Initial release 🎉
- This is the first release of BoardingPassKit. It supports reading versions 3-5 of the BCBP standard.