mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
v2.0.6 Changelog
This commit is contained in:
74
CHANGELOG.md
74
CHANGELOG.md
@@ -3,6 +3,15 @@
|
|||||||
Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed.
|
Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed.
|
||||||
The lists won't include the npm autogenerated commit.
|
The lists won't include the npm autogenerated commit.
|
||||||
|
|
||||||
|
## 2.0.6 - 09/02/21
|
||||||
|
|
||||||
|
Improved building phase;
|
||||||
|
Improved tests;
|
||||||
|
Updated dependencies (like node-forge and node-fetch, which had critical vulnerability);
|
||||||
|
Added prettier for formatting;
|
||||||
|
Generic improvements to code;
|
||||||
|
Removed moment.js for an internal generation of the date (without timezone support);
|
||||||
|
|
||||||
## 2.0.5 - 06/09/20
|
## 2.0.5 - 06/09/20
|
||||||
|
|
||||||
Replaced deprecated dependencies @hapi/joi with Sideway's joi;
|
Replaced deprecated dependencies @hapi/joi with Sideway's joi;
|
||||||
@@ -25,33 +34,38 @@ The lists won't include the npm autogenerated commit.
|
|||||||
Unlocked some other prohibited (until now) fields that were not editable due to design choice ( organizationName, passTypeIdentifier, teamIdentifier, appLaunchURL, associatedStoreIdentifiers);
|
Unlocked some other prohibited (until now) fields that were not editable due to design choice ( organizationName, passTypeIdentifier, teamIdentifier, appLaunchURL, associatedStoreIdentifiers);
|
||||||
Small improvements;
|
Small improvements;
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
|
|
||||||
Typescript version update;
|
Typescript version update;
|
||||||
Update to webServiceURL schema regex and allowed all characters for authenticationToken;
|
Update to webServiceURL schema regex and allowed all characters for authenticationToken;
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
This version brings lot of improvements and breaking changes.
|
This version brings lot of improvements and breaking changes.
|
||||||
Please refer to the [Migration Guide](https://github.com/alexandercerutti/passkit-generator/wiki/Migrating-from-v1-to-v2) for the most important changes.
|
Please refer to the [Migration Guide](https://github.com/alexandercerutti/passkit-generator/wiki/Migrating-from-v1-to-v2) for the most important changes.
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.6.8
|
## 1.6.8
|
||||||
|
|
||||||
[ [#74903938b](/commit/74903938be565fbd8bdb4e99aae2129caf5f1dc6) ]
|
[ [#74903938b](/commit/74903938be565fbd8bdb4e99aae2129caf5f1dc6) ]
|
||||||
|
|
||||||
Added optional row attribute for auxiliaryFields
|
Added optional row attribute for auxiliaryFields
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.6.6
|
## 1.6.6
|
||||||
|
|
||||||
[ [#f37f978e2](/commit/f37f978e2c614d3eb9df001bd059a056ff1b6952) ]
|
[ [#f37f978e2](/commit/f37f978e2c614d3eb9df001bd059a056ff1b6952) ]
|
||||||
|
|
||||||
Fixed problem with fieldsArray: fields were being added even if the keys check was failing
|
Fixed problem with fieldsArray: fields were being added even if the keys check was failing
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.6.5
|
## 1.6.5
|
||||||
|
|
||||||
[ [#f29203149](/commit/f2920314947e8e45f00bcfb83be676261950d37a) ]
|
[ [#f29203149](/commit/f2920314947e8e45f00bcfb83be676261950d37a) ]
|
||||||
@@ -69,14 +83,17 @@ ___
|
|||||||
[ [#0e46d855e](/commit/0e46d855e43c2fd736aee0e43c5c993fbc41a0b9) ]
|
[ [#0e46d855e](/commit/0e46d855e43c2fd736aee0e43c5c993fbc41a0b9) ]
|
||||||
|
|
||||||
Fixing passes parallel generation (#31)
|
Fixing passes parallel generation (#31)
|
||||||
___
|
|
||||||
|
---
|
||||||
|
|
||||||
## 1.6.4
|
## 1.6.4
|
||||||
|
|
||||||
[ [#903192522](/commit/903192522c2646c42a020b5c554ca263315094fc) ]
|
[ [#903192522](/commit/903192522c2646c42a020b5c554ca263315094fc) ]
|
||||||
|
|
||||||
Added windows path slash parsing
|
Added windows path slash parsing
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.6.1 --> 1.6.3
|
## 1.6.1 --> 1.6.3
|
||||||
|
|
||||||
[ Subsequent commits ]
|
[ Subsequent commits ]
|
||||||
@@ -111,8 +128,8 @@ ___
|
|||||||
|
|
||||||
Moved to async/await approach for generate()
|
Moved to async/await approach for generate()
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
___
|
|
||||||
## 1.6.0
|
## 1.6.0
|
||||||
|
|
||||||
[ [#c559a7f1c](/commit/c559a7f1ceb69f9af07234377a38fbc3eb40a1ba) ]
|
[ [#c559a7f1c](/commit/c559a7f1ceb69f9af07234377a38fbc3eb40a1ba) ]
|
||||||
@@ -133,25 +150,25 @@ ___
|
|||||||
|
|
||||||
Added support to semantics keys to fields in schema
|
Added support to semantics keys to fields in schema
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.9
|
## 1.5.9
|
||||||
|
|
||||||
[ [#7bad48107](/commit/7bad48107015aa8339037bc1069fd41a3efbf2d2) ]
|
[ [#7bad48107](/commit/7bad48107015aa8339037bc1069fd41a3efbf2d2) ]
|
||||||
|
|
||||||
Removed check for changeMessage as per issue topic #15
|
Removed check for changeMessage as per issue topic #15
|
||||||
|
|
||||||
|
|
||||||
[ [#fd5efded1](/commit/fd5efded1124b0f7de6c1e69d6a1a28e1bb7bf2b) ]
|
[ [#fd5efded1](/commit/fd5efded1124b0f7de6c1e69d6a1a28e1bb7bf2b) ]
|
||||||
|
|
||||||
Added pass.strings file concatenation with translations if it already exists
|
Added pass.strings file concatenation with translations if it already exists
|
||||||
in specific folder;
|
in specific folder;
|
||||||
|
|
||||||
|
|
||||||
[ [#d992b392c](/commit/d992b392c585dffcb32eb0720dfa4b103cfb926c) ]
|
[ [#d992b392c](/commit/d992b392c585dffcb32eb0720dfa4b103cfb926c) ]
|
||||||
|
|
||||||
Small changes to messages;
|
Small changes to messages;
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.8
|
## 1.5.8
|
||||||
|
|
||||||
[ [#654e2b5dc](/commit/654e2b5dce7b4297795d6ba93b8eb23fee8e5795) ]
|
[ [#654e2b5dc](/commit/654e2b5dce7b4297795d6ba93b8eb23fee8e5795) ]
|
||||||
@@ -173,7 +190,8 @@ ___
|
|||||||
|
|
||||||
Edited BRC_ATC_MISSING_DATA message
|
Edited BRC_ATC_MISSING_DATA message
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.7
|
## 1.5.7
|
||||||
|
|
||||||
[ [#c0994b80b](/commit/c0994b80be62023872de0251b45d19a66145f9ef) ]
|
[ [#c0994b80b](/commit/c0994b80be62023872de0251b45d19a66145f9ef) ]
|
||||||
@@ -188,7 +206,8 @@ ___
|
|||||||
|
|
||||||
Re-engineered FieldContainer (now FieldsArray) to extend successfully array with its methods.
|
Re-engineered FieldContainer (now FieldsArray) to extend successfully array with its methods.
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.6
|
## 1.5.6
|
||||||
|
|
||||||
[ [#5e917d6db](/commit/5e917d6dbbf4445480bb4a5cd782745f7f391194) ]
|
[ [#5e917d6db](/commit/5e917d6dbbf4445480bb4a5cd782745f7f391194) ]
|
||||||
@@ -204,7 +223,8 @@ ___
|
|||||||
|
|
||||||
Added description to be available for override (thank you, Artsiom Aliakseyenka);
|
Added description to be available for override (thank you, Artsiom Aliakseyenka);
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.5
|
## 1.5.5
|
||||||
|
|
||||||
[ [#14582ba9d](/commit/14582ba9d0fc15fcbdb350b96120b1f85846fa58) ]
|
[ [#14582ba9d](/commit/14582ba9d0fc15fcbdb350b96120b1f85846fa58) ]
|
||||||
@@ -217,7 +237,8 @@ ___
|
|||||||
|
|
||||||
Added OVV_KEYS_BADFORMAT message to throw in case of error;
|
Added OVV_KEYS_BADFORMAT message to throw in case of error;
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.4
|
## 1.5.4
|
||||||
|
|
||||||
[ [#71cb678cf](/commit/71cb678cfa7b9934f4f441acd013de0f2b40ca9f) ]
|
[ [#71cb678cf](/commit/71cb678cfa7b9934f4f441acd013de0f2b40ca9f) ]
|
||||||
@@ -240,21 +261,24 @@ ___
|
|||||||
|
|
||||||
Added noop function instead creating new empty functions.
|
Added noop function instead creating new empty functions.
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.3
|
## 1.5.3
|
||||||
|
|
||||||
[ [#56da2a390](/commit/56da2a3908c0d54a73288ca13f223a909d997998) ]
|
[ [#56da2a390](/commit/56da2a3908c0d54a73288ca13f223a909d997998) ]
|
||||||
|
|
||||||
Bugfix: when overrides is not passed as option, the pass does not get generated.
|
Bugfix: when overrides is not passed as option, the pass does not get generated.
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.2
|
## 1.5.2
|
||||||
|
|
||||||
[ [#47ff693b6](/commit/47ff693b662d495fa1012d8a7c90880fb50e056b) ]
|
[ [#47ff693b6](/commit/47ff693b662d495fa1012d8a7c90880fb50e056b) ]
|
||||||
|
|
||||||
Added schema support for sharingProhibited (not documented in ppfr)
|
Added schema support for sharingProhibited (not documented in ppfr)
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.1
|
## 1.5.1
|
||||||
|
|
||||||
[ [#572605ef4](/commit/572605ef471c28c3e19e84f0a050af0949301f1a) ]
|
[ [#572605ef4](/commit/572605ef471c28c3e19e84f0a050af0949301f1a) ]
|
||||||
@@ -275,7 +299,8 @@ ___
|
|||||||
|
|
||||||
[ [#27339bfda](/commit/27339bfdac3f973b10e111a9604fd32db5c074fc) ] - Minor improvements
|
[ [#27339bfda](/commit/27339bfdac3f973b10e111a9604fd32db5c074fc) ] - Minor improvements
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.5.0
|
## 1.5.0
|
||||||
|
|
||||||
[ [#cf5c99b16](/commit/cf5c99b16a62613e6225fbf0d5587aa8bb58616b) ]
|
[ [#cf5c99b16](/commit/cf5c99b16a62613e6225fbf0d5587aa8bb58616b) ]
|
||||||
@@ -286,7 +311,8 @@ ___
|
|||||||
|
|
||||||
Added readCertificates and this.Certificates merging before model reading;
|
Added readCertificates and this.Certificates merging before model reading;
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.4.2
|
## 1.4.2
|
||||||
|
|
||||||
[ [#92fc5f826](/commit/92fc5f8264e14f89bfff039dc7985493b74d5c7b) ]
|
[ [#92fc5f826](/commit/92fc5f8264e14f89bfff039dc7985493b74d5c7b) ]
|
||||||
@@ -297,7 +323,8 @@ ___
|
|||||||
|
|
||||||
Updated documentation
|
Updated documentation
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.4.1
|
## 1.4.1
|
||||||
|
|
||||||
[ [#4b65e76be](/commit/4b65e76be76c6e6a33a53f16c5447396fb307c2c),
|
[ [#4b65e76be](/commit/4b65e76be76c6e6a33a53f16c5447396fb307c2c),
|
||||||
@@ -321,7 +348,8 @@ ___
|
|||||||
|
|
||||||
Updated dependencies minimum version
|
Updated dependencies minimum version
|
||||||
|
|
||||||
___
|
---
|
||||||
|
|
||||||
## 1.4.0
|
## 1.4.0
|
||||||
|
|
||||||
[ [#1ca53adc4](/commit/1ca53adc4debeb67d9a65797ffabd90841de8c21) ]
|
[ [#1ca53adc4](/commit/1ca53adc4debeb67d9a65797ffabd90841de8c21) ]
|
||||||
|
|||||||
Reference in New Issue
Block a user