mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
v2.0.8
This commit is contained in:
@@ -3,6 +3,13 @@
|
|||||||
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.8 - 25/08/21
|
||||||
|
|
||||||
|
Added support for optional NFC key `requiresAuthentication`;
|
||||||
|
Added support for semantics as a global overridable property;
|
||||||
|
Renamed files to conform to Apple naming in documentation;
|
||||||
|
Added documentation links in files;
|
||||||
|
|
||||||
## 2.0.7 - 21/06/21
|
## 2.0.7 - 21/06/21
|
||||||
|
|
||||||
Fixed wrong Schemas keys (ignore*s*TimeZone and dataDetectorType*s*);
|
Fixed wrong Schemas keys (ignore*s*TimeZone and dataDetectorType*s*);
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "passkit-generator",
|
"name": "passkit-generator",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "passkit-generator",
|
"name": "passkit-generator",
|
||||||
"version": "2.0.7",
|
"version": "2.0.8",
|
||||||
"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": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user