Alexander Cerutti
903192522c
Added windows path slash parsing
2019-05-24 23:45:33 +02:00
Alexander Cerutti
616abdaa04
1.6.3
2019-05-03 19:57:08 +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
Alexander Cerutti
33ca24d28d
Fixed barcodes validation problem
2019-03-30 17:35:12 +01:00
Alexander Cerutti
d9a3be0376
Updated fields api documentation
2019-03-30 16:07:18 +01:00
Alexander Cerutti
447d71709e
Improved indentation in fields example
2019-03-30 16:07:18 +01:00
Alexander Cerutti
7c2540a93d
Re-engineered FieldContainer to extend successfully array with its method;
...
Overridden splice, push and pop methods and length prop for FieldsContainer;
Renamed FieldsContainer to FieldsArray (also file);
2019-03-30 16:02:02 +01:00
Alexander Cerutti
7b5a1e0a1e
1.5.6
2019-03-29 22:20:04 +01:00
Alexander Cerutti
3170a5e013
Updated documentation
2019-03-29 22:20:04 +01:00
Alexander Cerutti
34d4879438
Added content-certificates support;
...
Fixed problem with supported options
2019-03-29 22:11:24 +01:00
Artsiom Aliakseyenka
a9f71f113d
Added description to be available for override
2019-03-29 22:10:50 +01:00