mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
1.6.1
This commit is contained in:
32
CHANGELOG.md
32
CHANGELOG.md
@@ -3,6 +3,38 @@
|
|||||||
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.1
|
||||||
|
|
||||||
|
[ [#baf096c38](/commit/baf096c38067aae0ec459487db865851531f97b2) ]
|
||||||
|
|
||||||
|
Moved some utility functions to a separate file
|
||||||
|
|
||||||
|
[ [#37a9a051c](/commit/37a9a051c6c54216c7937520e7a144c83caa0bdb) ]
|
||||||
|
|
||||||
|
Removed rgbValues as a variable for a direct approact
|
||||||
|
|
||||||
|
[ [#3de654759](/commit/3de6547591fc69464b235e55381343a60adaba09) ]
|
||||||
|
|
||||||
|
Renamed _validateType in _hasValidType
|
||||||
|
|
||||||
|
[ [#17e64a08a](/commit/17e64a08aec63026b738af5d779185aad2433bb7) ]
|
||||||
|
|
||||||
|
Fixed barcode legacy bug
|
||||||
|
|
||||||
|
[ [#3338ff7b8](/commit/3338ff7b8fe57d9496f2e50306a5c44ea2a78b3a) ]
|
||||||
|
|
||||||
|
Added NO_PASS_TYPE as message
|
||||||
|
|
||||||
|
[ [#bd8643b20](/commit/bd8643b2089fd637c86ab47162cfceff45f18a48) ]
|
||||||
|
|
||||||
|
Moved passExtractor function to class scope instead of generate()'s
|
||||||
|
|
||||||
|
[ [#18893ac74](/commit/18893ac7421518d2cf1d404060ccda7ceea145c5) ]
|
||||||
|
|
||||||
|
Moved to async/await approach for generate()
|
||||||
|
|
||||||
|
|
||||||
___
|
___
|
||||||
## 1.6.0
|
## 1.6.0
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "passkit-generator",
|
"name": "passkit-generator",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "passkit-generator",
|
"name": "passkit-generator",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"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