Commit Graph

298 Commits

Author SHA1 Message Date
Ian Bale
4ce889d655 Adding support for native Dates (#32) by Ianbale 2019-06-07 12:42:28 +02:00
Ian Bale
0e46d855e4 Fixing passes parallel generation (#31) by Ianbale 2019-06-07 12:14:21 +02:00
Alexander Cerutti
ab6af17ee7 1.6.4 2019-05-25 00:34:57 +02:00
Alexander Cerutti
9a63f838a7 1.6.4 Changelog 2019-05-25 00:34:51 +02:00
Alexander Cerutti
a90426847a Merge branch 'master' of https://github.com/alexandercerutti/passkit-generator 2019-05-25 00:34:00 +02:00
Alexander Cerutti
4c25002b8d Improved code readability 2019-05-24 23:45:33 +02:00
Alexander Cerutti
903192522c Added windows path slash parsing 2019-05-24 23:45:33 +02:00
Alexander Cerutti
430d2f7743 Merge branch 'master' of https://github.com/alexandercerutti/passkit-generator 2019-05-03 20:13:54 +02:00
Alexander Cerutti
616abdaa04 1.6.3 2019-05-03 19:57:08 +02:00
Alexander Cerutti
f517fccf3c Merge pull request #20 from criticalmass/fix/buffer-promise-not-iterable
fix: await for _remoteResources.reduce to resolve
2019-05-03 19:36:47 +02:00
Zach Aries
c92691d68e fix: await for _remoteResources.reduce to resolve 2019-05-03 10:07:58 -06:00
Alexander Cerutti
9678aa68d0 1.6.2 2019-04-30 22:12:16 +02:00
Alexander Cerutti
fb2338e760 Reverted parsePEM from utils to pass.js 2019-04-30 22:11:08 +02:00
Alexander Cerutti
339a8b79d2 1.6.1 2019-04-28 12:57:51 +02:00
Alexander Cerutti
1bb911b0c3 Moved compatibity to be shown as badge/shield 2019-04-28 12:49:34 +02:00
Alexander Cerutti
baf096c380 Moved some utility functions to a separate file 2019-04-28 12:15:24 +02:00
Alexander Cerutti
37a9a051c6 Removed rgbValues as a variable for a direct approact;
Added comment to that part;
2019-04-28 11:49:28 +02:00
Alexander Cerutti
3de6547591 Renamed _validateType to _hasValidType 2019-04-28 11:49:28 +02:00
Alexander Cerutti
1dcc624245 Moved some let to const 2019-04-28 11:49:28 +02:00
Alexander Cerutti
d5b8f21f5e Added .vscode to ignore list 2019-04-28 11:49:27 +02:00
Alexander Cerutti
033f39ef0b Reordered schemas for tests 2019-04-28 11:49:27 +02:00
Alexander Cerutti
17e64a08ae Fixed barcode legacy bug 2019-04-28 11:49:27 +02:00
Alexander Cerutti
3338ff7b8f Added NO_PASS_TYPE as message 2019-04-28 11:49:27 +02:00
Alexander Cerutti
bd8643b208 Moved passExtractor function to class scope as 'private' 2019-04-28 11:49:27 +02:00
Alexander Cerutti
18893ac742 Moved to async/await approach for generate() 2019-04-28 11:49:27 +02:00
Alexander Cerutti
279c74c506 1.6.0 2019-04-24 23:14:24 +02:00
Alexander Cerutti
ddbad21575 Small change to comment 2019-04-24 23:04:28 +02:00
Alexander Cerutti
c559a7f1ce Improved unique fields management;
Changed debug message for discarded fields;
Renamed uniqueKeys to fieldsKeys
2019-04-24 22:52:37 +02:00
Alexander Cerutti
e55b8c5d09 Fixed typings typos 2019-04-24 22:36:01 +02:00
Alexander Cerutti
f7d0823528 Added BRC_BW_FORMAT_UNSUPPORTED to not let PKBarcodeFormatCode128 to be used as backward barcode format 2019-04-24 22:36:01 +02:00
Alexander Cerutti
2bdd906989 Small improvements 2019-04-24 22:36:01 +02:00
Alexander Cerutti
45b1c0dd16 Added Semantics to typings; Also adapted them to the most recent changes 2019-04-24 22:36:01 +02:00
Alexander Cerutti
43e687b2f4 Added support for row field in auxiliaryFields 2019-04-24 22:36:01 +02:00
Alexander Cerutti
40f72ac434 Added support to semantics keys to fields in schema 2019-04-24 22:36:01 +02:00
Alexander Cerutti
ba0322d98c 1.5.9 2019-04-11 21:50:24 +02:00
Alexander Cerutti
30602979bd Added notice on README.md 2019-04-11 21:50:24 +02:00
Alexander Cerutti
7bad481070 Removed check for changeMessage as per issue topic #15 2019-04-10 22:49:44 +02:00
Alexander Cerutti
fd5efded11 Added pass.strings file concatenation with translations if it already exists in specific folder 2019-04-10 22:26:53 +02:00
Alexander Cerutti
e230d796b4 Improved examples readme 2019-04-09 22:18:19 +02:00
Alexander Cerutti
5b5ac01ceb Fixed typos on usage example 2019-04-08 21:42:28 +02:00
Alexander Cerutti
d992b392c5 Small changes to messages 2019-04-08 21:40:32 +02:00
Alexander Cerutti
1c8cf666fb 1.5.8 2019-04-03 19:57:00 +02:00
Artsiom Aliakseyenka
f35c4cf5e4 fix: check both static list and remote list before raising error 2019-04-03 19:57:00 +02:00
Alexander Cerutti
98c4d47f48 ¯\_(ツ)_/¯ I had nothing to do 2019-03-31 17:58:10 +02:00
Alexander Cerutti
a62d8f35ea Renamed __barcodeAutogen to barcodesFromUncompleteData and moved it outside of Pass class;
Renamed __barcodeAutocomplete to Symbol/barcodesFillMissing;
Renamed __barcodeChooseBackward to Symbol/barcodesSetBackward;
Removed context binding when passing above methods with alises after using .barcode();
2019-03-31 16:54:03 +02:00
Alexander Cerutti
d5d4d9617f Edited BRC_ATC_MISSING_DATA message 2019-03-31 16:49:09 +02:00
Alexander Cerutti
1a8e5a83ca Removed timezone from tests on DateTimes to avoid problems with winter/summer time changing 2019-03-31 03:24:57 +02:00
Alexander Cerutti
ce81ec4cf6 1.5.7 2019-03-30 21:49:53 +01:00
Alexander Cerutti
2c97274acd Moved tests to spec folder with jasmine configuration 2019-03-30 21:47:26 +01:00
Alexander Cerutti
b6c91b9dfd Little improvement to assignLength function 2019-03-30 18:33:49 +01:00