mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
1.5.5
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -2,19 +2,29 @@
|
||||
|
||||
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.
|
||||
|
||||
|
||||
___
|
||||
|
||||
## 1.5.5
|
||||
|
||||
[ [#14582ba9d](/commit/14582ba9d0fc15fcbdb350b96120b1f85846fa58) ] - Schema: changed webServiceURL Regex and authenticationToken binding to this one
|
||||
|
||||
[ [#02a932ce7](/commit/02a932ce7a9eac0b444ba0367f861bdbb701c880) ] - Schema: removed filter function for getValidated to return empty object in case of error;
|
||||
Added OVV_KEYS_BADFORMAT message to throw in case of error;
|
||||
|
||||
___
|
||||
## 1.5.4
|
||||
|
||||
[ [#71cb678cf](/commit/71cb678cfa7b9934f4f441acd013de0f2b40ca9f) ] - Added .npmignore to exclude examples upload
|
||||
|
||||
[ [#1d1f9f9c9](/commit/1d1f9f9c9082d49a5252c4fe8f98e8c8a0a61930) ] - Replaced findIndex for find to get directly the pass type.
|
||||
|
||||
[ [#56da2a390](/commit/b32c2efcd096a29b374cc1c2ff0f8506023c7d5c) ] - Added function assignLength to wrap new objects with length property.
|
||||
|
||||
[ [#56da2a390](/commit/e4b3436b468b196649097e2f4c43b7f44ae1b073) ] - Converted schemas arrow functions to functions and added descriptive comments.
|
||||
|
||||
[ [#56da2a390](/commit/5e4d3b8ca1366fd4b30eeb674665a5ee149be087) ] - Added noop function instead creating new empty functions.
|
||||
[ [#b32c2efcd](/commit/b32c2efcd096a29b374cc1c2ff0f8506023c7d5c) ] - Added function assignLength to wrap new objects with length property.
|
||||
|
||||
[ [#e4b3436b4](/commit/e4b3436b468b196649097e2f4c43b7f44ae1b073) ] - Converted schemas arrow functions to functions and added descriptive comments.
|
||||
|
||||
[ [#5e4d3b8ca](/commit/5e4d3b8ca1366fd4b30eeb674665a5ee149be087) ] - Added noop function instead creating new empty functions.
|
||||
|
||||
___
|
||||
## 1.5.3
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "1.5.4",
|
||||
"version": "1.5.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "passkit-generator",
|
||||
"version": "1.5.4",
|
||||
"version": "1.5.5",
|
||||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user