mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
1.6.0
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -3,6 +3,27 @@
|
|||||||
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.
|
||||||
|
|
||||||
|
___
|
||||||
|
## 1.6.0
|
||||||
|
|
||||||
|
[ [#c559a7f1c](/commit/c559a7f1ceb69f9af07234377a38fbc3eb40a1ba) ]
|
||||||
|
|
||||||
|
Improved unique fields management;
|
||||||
|
Changed debug message for discarded fields;
|
||||||
|
Renamed uniqueKeys to fieldsKeys
|
||||||
|
|
||||||
|
[ [#f7d082352](/commit/f7d082352872218fd99c0cf2991145ec28395f04) ]
|
||||||
|
|
||||||
|
Added BRC_BW_FORMAT_UNSUPPORTED to not let PKBarcodeFormatCode128 to be used as backward barcode format
|
||||||
|
|
||||||
|
[ [#43e687b2f](/commit/43e687b2f42b687222d61abdcc78b8b88011d6c1) ]
|
||||||
|
|
||||||
|
Added support for row field in auxiliaryFields
|
||||||
|
|
||||||
|
[ [#40f72ac43](/commit/40f72ac434e4eaf2c9e2dbc8bf7d135c97df0f4c) ]
|
||||||
|
|
||||||
|
Added support to semantics keys to fields in schema
|
||||||
|
|
||||||
___
|
___
|
||||||
## 1.5.9
|
## 1.5.9
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "passkit-generator",
|
"name": "passkit-generator",
|
||||||
"version": "1.5.9",
|
"version": "1.6.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "passkit-generator",
|
"name": "passkit-generator",
|
||||||
"version": "1.5.9",
|
"version": "1.6.0",
|
||||||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
"description": "The easiest way to generate custom Apple Wallet passes in Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user