Releases: alexandercerutti/passkit-generator
Releases · alexandercerutti/passkit-generator
v3.3.1
- Added support to the missing iOS 18 changes (
useAutomaticColor
,footerBackgroundColor
,suppressHeaderDarkening
,auxiliaryStoreIdentifiers
,eventStartDateInfo
,venueOpenDate
); - Added support to
relevantDate
property inrelevantDates
, along withstartDate
andendDate
, inpass.json
; - Added new method
setRelevantDates
; - Improved details on
(root).relevantDate
deprecation since iOS 18; - Improved comments and markers on SemanticTags with iOS version;
- Added support to double compilation ESM + CJS: both are now shipped;
- Updated examples. This update brings also them to run on ESM;
- Made easier to run examples and install their dependency by converting repo to be a pnpm workspace;
Full Changelog: v3.2.0...v3.3.1
v3.2.0
- Added support to iOS 18 changes (refer to issue #205 for all the changes);
- Added support to hex colors for
foregroundColor
,backgroundColor
,labelColor
as well as new iOS 18 color properties; - Added new example models for iOS 18 changes;
- Added inline source maps in files;
- Fixed
Field.timeStyle
typescript type; - Changed all node imports to use
node:
prefix; - Changes
do-not-zip
usage make use of explictnode:buffer
import;
Thanks to (order of interaction) @nickwelsh, @rayriffy, @Saim-Khan1, @espenbye, @buzali, @cyrildurand, @DavidSporer and @kormax, without which this version wouldn't exists. ❤️
Full Changelog: v3.1.11...v3.2.0
v3.1.3
Updated dependencies to remove dependabot alerts (like, node-forge to v1.2.1);
Updated tests;
(appears on top because I fixed the git tag)
Full Changelog: v3.1.2...v3.1.3
v3.1.11
What's Changed
- fix: relax validation rules for
major
in beacons by @AbdelrahmanHafez in #158
New Contributors
- @AbdelrahmanHafez made their first contribution in #158
Full Changelog: v3.1.10...v3.1.11
v3.1.10
What's Changed
- Added firebase example by @Saim-Khan1 in #153
- Fix Date to W3C string converter by @JensSpanier in #155
New Contributors
- @Saim-Khan1 made their first contribution in #153
- @JensSpanier made their first contribution in #155
Full Changelog: v3.1.9...v3.1.10
v3.1.9
v3.1.8
v3.1.7
What's Changed
- Fix to unsupported fields rows by @alexandercerutti in #118
Thanks to:
- @danawoodman, which spotted and contributed to #118
Full Changelog: v3.1.6...v3.1.7
v3.1.6
What's changed
Optimizations for localizationEntries, PKPass.pack, localize and regexes;
Dependencies Update;
Full Changelog: v3.1.5...v3.1.6