Commit Graph

313 Commits

Author SHA1 Message Date
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
Alexander Cerutti
e945a74f3e 1.5.5 2019-01-25 12:17:52 +01:00
Alexander Cerutti
14582ba9d0 Schema: changed webServiceURL Regex and authenticationToken binding to this one 2019-01-22 00:50:02 +01:00
Alexander Cerutti
02a932ce7a Schema: removed filter function for getValidated to return empty object in case of error;
Added OVV_KEYS_BADFORMAT message to throw in case of error;
2019-01-22 00:35:23 +01:00
Alexander Cerutti
dcd73c0cb4 1.5.4 2019-01-20 20:16:34 +01:00
Alexander Cerutti
71cb678cfa Added .npmignore 2019-01-20 20:14:50 +01:00
Alexander Cerutti
1d1f9f9c90 Replaced findIndex for find to get directly the pass type 2019-01-20 18:55:14 +01:00
Alexander Cerutti
b32c2efcd0 Added function assignLength to wrap new objects with length property 2019-01-20 18:54:24 +01:00
Alexander Cerutti
e4b3436b46 Converted schemas arrow functions to functions and added descriptive comments 2019-01-20 17:46:15 +01:00
Alexander Cerutti
5e4d3b8ca1 Added noop function instead creating new empty functions 2019-01-20 16:57:11 +01:00
Alexander Cerutti
315071ea44 Added changelog file for v1.4.0 up to v1.5.3 2019-01-09 23:33:40 +01:00
Alexander Cerutti
a382097cce 1.5.3 2019-01-09 22:35:20 +01:00
Alexander Cerutti
56da2a3908 Bugfix: when overrides is not passed as option, the pass does not get generated 2019-01-09 20:41:47 +01:00
Alexander Cerutti
c1dc93cd3c 1.5.2 2019-01-08 23:16:48 +01:00
Alexander Cerutti
47ff693b66 Added schema support for sharingProhibited (not documented in ppfr) 2019-01-08 23:16:33 +01:00
alexandercerutti
79cfde4eae 1.5.1 2018-12-29 02:13:46 +01:00
alexandercerutti
572605ef47 Updated declaration file 2018-12-29 02:09:17 +01:00
alexandercerutti
9a9d883d3f Fixed problem in error message resolving on multiple %s;
Added debug messages in messages.js;
Added more comments;
Moved literal debug messages to messages.js;
Edited formatMessage (was formatError) to check also among debugMessages
2018-12-29 02:02:18 +01:00
Alexander Cerutti
27339bfdac Minor improvements 2018-12-12 20:39:55 +01:00
Alexander Cerutti
e57f08d605 1.5.0 2018-12-11 22:20:09 +01:00
Alexander Cerutti
cf5c99b16a Moved _parseCertificates outside of pass and renamed it in readCertificates;
Changed readCertificates to return object containing name:parsed-pem;
Added readCertificates and this.Certificates merging before model reading;
2018-12-11 22:18:45 +01:00
Alexander Cerutti
77ff51b155 1.4.2 2018-12-11 21:27:36 +01:00
Alexander Cerutti
92fc5f8264 Minor changes to READMEs and core 2018-12-11 21:25:30 +01:00
Alexander Cerutti
96e2b628fe Updated documentation 2018-12-08 17:54:36 +01:00
Alexander Cerutti
bad4b01fad 1.4.1 2018-12-06 21:35:14 +01:00
Alexander Cerutti
4b65e76be7 Merge pull request #5 from jennysharps/issue-4/model-validation
Fix model initialization validation
2018-12-05 14:29:11 +01:00
Jenny Sharps
2a71d07788 Fix model initialization validation 2018-12-05 13:21:51 +00:00
Alexander Cerutti
153108ad44 Improved README 2018-12-02 14:55:16 +01:00