Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alexandercerutti/passkit-generator

The easiest way to generate custom Apple Wallet passes in Node.js
https://github.com/alexandercerutti/passkit-generator

1.5.8

1c8cf666fb340d66e4f53794a94f52f08f32a748 authored almost 6 years ago by Alexander Cerutti <[email protected]>
¯\_(ツ)_/¯ I had nothing to do

98c4d47f48e5cc4cac3ef07bd6e6c4e860d0caa3 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Renamed __barcodeAutogen to barcodesFromUncompleteData and moved it outside of Pass class;

Renamed __barcodeAutocomplete to Symbol/barcodesFillMissing;
Renamed __barcodeChooseBackward to S...

a62d8f35ea00021562ff4855dbb2e6a00001534a authored almost 6 years ago by Alexander Cerutti <[email protected]>
Edited BRC_ATC_MISSING_DATA message

d5d4d9617f50bd5a709a260d4c1312fee69359d2 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Removed timezone from tests on DateTimes to avoid problems with winter/summer time changing

1a8e5a83ca110f5eca3b72cf847e67e0f398466f authored almost 6 years ago by Alexander Cerutti <[email protected]>
1.5.7

ce81ec4cf6520b8c5921676ef718d3e7262758a2 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Moved tests to spec folder with jasmine configuration

2c97274acd77ef9192671a43c8b9e9a6816fe9f0 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Little improvement to assignLength function

b6c91b9dfdb1e187bc4914803eb120334eb4b97e authored almost 6 years ago by Alexander Cerutti <[email protected]>
Fixed barcodes validation problem

33ca24d28d09caad6c5eb0cde949b13a9053faf3 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Improved indentation in fields example

447d71709edebad69ef35dc68ad07764582b0b68 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Updated fields api documentation

d9a3be0376cac094d27e393c2be8bba6d616af54 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Re-engineered FieldContainer to extend successfully array with its method;

Overridden splice, push and pop methods and length prop for FieldsContainer;
Renamed FieldsContai...

7c2540a93d46e0ba71400b2eb5e0fceee9dd6445 authored almost 6 years ago by Alexander Cerutti <[email protected]>
1.5.6

7b5a1e0a1edece105c66a9641649e86b5401d90c authored almost 6 years ago by Alexander Cerutti <[email protected]>
Updated documentation

3170a5e0137379c5e1315db82bed03155ca2d61f authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added content-certificates support;

Fixed problem with supported options

34d4879438fb392ab50ed6e69cbbd48999626154 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added description to be available for override

a9f71f113d1093532c6899e05abcdf540be3ac17 authored almost 6 years ago by Artsiom Aliakseyenka <[email protected]>
1.5.5

e945a74f3eb8eac73d0df31e2fe4bf6cb5589fd2 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Schema: changed webServiceURL Regex and authenticationToken binding to this one

14582ba9d0fc15fcbdb350b96120b1f85846fa58 authored almost 6 years ago by Alexander Cerutti <[email protected]>
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;

02a932ce7a9eac0b444ba0367f861bdbb701c880 authored almost 6 years ago by Alexander Cerutti <[email protected]>
1.5.4

dcd73c0cb4c574dfed956d8c807e790ab7060b05 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added .npmignore

71cb678cfa7b9934f4f441acd013de0f2b40ca9f authored almost 6 years ago by Alexander Cerutti <[email protected]>
Replaced findIndex for find to get directly the pass type

1d1f9f9c9082d49a5252c4fe8f98e8c8a0a61930 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added function assignLength to wrap new objects with length property

b32c2efcd096a29b374cc1c2ff0f8506023c7d5c authored almost 6 years ago by Alexander Cerutti <[email protected]>
Converted schemas arrow functions to functions and added descriptive comments

e4b3436b468b196649097e2f4c43b7f44ae1b073 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added noop function instead creating new empty functions

5e4d3b8ca1366fd4b30eeb674665a5ee149be087 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added changelog file for v1.4.0 up to v1.5.3

315071ea44df8b04b18652aea8173b98b04e52cb authored almost 6 years ago by Alexander Cerutti <[email protected]>
1.5.3

a382097cce3736980a1397a03930cf0a81caa2b6 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Bugfix: when overrides is not passed as option, the pass does not get generated

56da2a3908c0d54a73288ca13f223a909d997998 authored almost 6 years ago by Alexander Cerutti <[email protected]>
1.5.2

c1dc93cd3cd90f6387dafe92ec11976e995c0396 authored almost 6 years ago by Alexander Cerutti <[email protected]>
Added schema support for sharingProhibited (not documented in ppfr)

47ff693b662d495fa1012d8a7c90880fb50e056b authored almost 6 years ago by Alexander Cerutti <[email protected]>
1.5.1

79cfde4eaebf7816236ca42e8985e622e09c6d7f authored about 6 years ago by alexandercerutti <[email protected]>
Updated declaration file

572605ef471c28c3e19e84f0a050af0949301f1a authored about 6 years ago by alexandercerutti <[email protected]>
Fixed problem in error message resolving on multiple %s;

Added debug messages in messages.js;
Added more comments;
Moved literal debug messages to message...

9a9d883d3fb00716790ba785bbda1ffc5f7563ce authored about 6 years ago by alexandercerutti <[email protected]>
Minor improvements

27339bfdac3f973b10e111a9604fd32db5c074fc authored about 6 years ago by Alexander Cerutti <[email protected]>
1.5.0

e57f08d605a556eb37c32893348222ec7b1df1cc authored about 6 years ago by Alexander Cerutti <[email protected]>
Moved _parseCertificates outside of pass and renamed it in readCertificates;

Changed readCertificates to return object containing name:parsed-pem;
Added readCertificates and ...

cf5c99b16a62613e6225fbf0d5587aa8bb58616b authored about 6 years ago by Alexander Cerutti <[email protected]>
1.4.2

77ff51b15565a54b5787adbcc3cccf1551982960 authored about 6 years ago by Alexander Cerutti <[email protected]>
Minor changes to READMEs and core

92fc5f8264e14f89bfff039dc7985493b74d5c7b authored about 6 years ago by Alexander Cerutti <[email protected]>
Updated documentation

96e2b628fe0204a188d7dbb32bf125a987100caf authored about 6 years ago by Alexander Cerutti <[email protected]>
1.4.1

bad4b01fad8e59b233b7c90a09322ca378473fad authored about 6 years ago by Alexander Cerutti <[email protected]>
Merge pull request #5 from jennysharps/issue-4/model-validation

Fix model initialization validation

4b65e76be76c6e6a33a53f16c5447396fb307c2c authored about 6 years ago by Alexander Cerutti <[email protected]>
Fix model initialization validation

2a71d07788e286da993b601791dba8778152fd6d authored about 6 years ago by Jenny Sharps <[email protected]>
Improved README

153108ad446ef4d8827207a3dcbb27108c0e4d7a authored about 6 years ago by Alexander Cerutti <[email protected]>
Added logo in assets and README

ab6dd4ff68309d5b678eef36182272576790e12b authored about 6 years ago by Alexander Cerutti <[email protected]>
Added updates for OpenSSL for Windows in termal steps for cers generation

b305633ed382043567fef6ac4f771febf401d001 authored about 6 years ago by Alexander Cerutti <[email protected]>
Updated dependencies minimum version

9055390bb32bce571857d6e348e34696fa9c3738 authored about 6 years ago by Alexander Cerutti <[email protected]>
1.4.0

e3bc72ae5da833b86afe2be6f98a24386ac12832 authored about 6 years ago by Alexander Cerutti <[email protected]>
Added working example for load

1ca53adc4debeb67d9a65797ffabd90841de8c21 authored about 6 years ago by Alexander Cerutti <[email protected]>
Added .load type definition

4b2aa68ffba1dec2a55126e4d2067f7150b8188c authored about 6 years ago by Alexander Cerutti <[email protected]>
Added .load to documentation; removed express from dev dependencies

2e344e4367a395a66796a83e21657eec492373d1 authored about 6 years ago by Alexander Cerutti <[email protected]>
Fix typos for non-mac guide

8398e077b1988512af57852e2c7a881a9f2abedf authored about 6 years ago by Alexander Cerutti <[email protected]>
Added .load function to fetch pictures from the web and implemented fetching function inside logic flow

b68dfe0d8025a68b137cfc37c8b9f34a404c05e7 authored about 6 years ago by Alexander Cerutti <[email protected]>
1.3.5

23857d7c012b64c8bf0344cbf4f0d2e58f961506 authored about 6 years ago by Alexander Cerutti <[email protected]>
Changed way parsePEM checks with operation execute

f6cd7cbc56f40ce203cdc8224ba1c2540a144b20 authored about 6 years ago by Alexander Cerutti <[email protected]>
Changed _parseSettings to synchronously parse options;

Added _parseCertificates to parse certs only if not parsed yet;
_parseSettings now returns the pa...

dd43daacfe14a65b77251b2f37fb18082e041701 authored about 6 years ago by Alexander Cerutti <[email protected]>
Schema.js vscode auto correct

7e2850e9d9e096682c4fe84841aceb533c41abff authored about 6 years ago by Alexander Cerutti <[email protected]>
Uniformed filenames for certificates, fixed some problems in tests (maybe related to legal/solar time?)

7624a895e0120d6acaa74eb64e76183a47fb5ec3 authored about 6 years ago by Alexander Cerutti <[email protected]>
Added certificate generation steps valid for all the platform that have openssl

48e67550826055f3f0b4512ea3798b0d4fe0c582 authored about 6 years ago by Alexander Cerutti <[email protected]>
Added function "resolveErrorName" and "format" in messages to not pass just strings to represent errors;

Converted all errors in pass.js to format;
Changed some error names

21f2ccf4236e35fe1939f075217590748b7ce9f0 authored about 6 years ago by Alexander Cerutti <[email protected]>
Micro change to words in Readme

5224f7fcb9eff30dacb62a8fe542167389e1e46f authored about 6 years ago by Alexander Cerutti <[email protected]>
1.3.3

0e3aa753194fefb2b6dceb3f3ce27436d1a02aa6 authored about 6 years ago by alexandercerutti <[email protected]>
Updated .gitignore

14cccc8c172abf551a36fa321ba978c9ff4a24df authored about 6 years ago by alexandercerutti <[email protected]>
Updated documentation

6b81b7e32ae01228a73691128ab1e04721750bac authored about 6 years ago by alexandercerutti <[email protected]>
Fixed not working check of unique keys for fields in the pass

af3c2b2159e4b35fd5cc07095f225044b2f8fc94 authored about 6 years ago by alexandercerutti <[email protected]>
Removed manifest type error

1525e0e0ce853cbeddc67cce68e0e0bfd1c136ec authored about 6 years ago by alexandercerutti <[email protected]>
Added node engine requirement

b23f2b819da4ef822fb196ca909284056efcb659 authored about 6 years ago by alexandercerutti <[email protected]>
Improved _sign method to accept only object as parameter and changed comments inside

9ba64fc349d822f1a4ec0eb68a91dd657035d984 authored about 6 years ago by alexandercerutti <[email protected]>
Improved examples documentation

68cb8af7c8eb4a2238ef740cc1f41c769be57c8e authored about 6 years ago by alexandercerutti <[email protected]>
1.3.2

c393ab753d6c47a308f5ca9be7ae0a043c9f978f authored about 6 years ago by alexandercerutti <[email protected]>
Added vscode workspace to ignore list

b3267331219fa1c5de8f49a6a4f0dc02d8de91f4 authored about 6 years ago by alexandercerutti <[email protected]>
Moved source to src folder

dffec03b076af9627c9e4d39f394b958dccc36e0 authored about 6 years ago by alexandercerutti <[email protected]>
Added express as dev dependency

b7495f67c5a3faeb46f1701f1650da78a6e2b20f authored about 6 years ago by alexandercerutti <[email protected]>
Added typescript declaration file

8617bcf4f5b056d36246ecf9341295b33c963ea8 authored about 6 years ago by alexandercerutti <[email protected]>
Updated package-lock

bac8fecc98b5e9ba0184815dcbc220a8267bfb85 authored about 6 years ago by alexandercerutti <[email protected]>
Renamed this.uniqueKeys in this._uniqueKeys

67f53998286376aae1eed71245a1d5ce0fe294f8 authored about 6 years ago by alexandercerutti <[email protected]>
Fixed comments and links; Moved pass lower-level definition to index.js

d5ed22759f4549f47eaebb8f20c6bc68f1f01f73 authored about 6 years ago by alexandercerutti <[email protected]>
Improved text and descriptions in API document

188b35570c29ddecef01cb162a3c815efe6c5761 authored about 6 years ago by alexandercerutti <[email protected]>
Fixed problem in barcode.js

4f380492c6e6a8d4fa72ca005dcc5807fcd7991c authored over 6 years ago by alexandercerutti <[email protected]>
Renamed Readme in examples

5d27916e23e0ebda89d6360b7e6ccc65d15422ac authored over 6 years ago by alexandercerutti <[email protected]>
1.3.1

87b032ef6de729b8bf0d26609ca4ad13d1aa716c authored over 6 years ago by alexandercerutti <[email protected]>
Fixed parseSettings certificates parsing problem

Removed old reject (which was undefined);
Forwarded error to .catch and selected the message type

cfbff4ba6e9f7696795360e6635a2829127f1994 authored over 6 years ago by alexandercerutti <[email protected]>
Added Invalid_cert_path error message

d57e2abd71805bae4833e3cae9f57cb3309845df authored over 6 years ago by alexandercerutti <[email protected]>
Fixed link to localize method

d8eda01e6245596927c527d0053bb1b1e8f89750 authored over 6 years ago by alexandercerutti <[email protected]>
Added some credits

4cdfbc46b5379d88d2420c2aa108ea97ad674b24 authored over 6 years ago by alexandercerutti <[email protected]>
Edited API page markdown to conform to Github markdown parsing

9de4a7a9ee65ae77be411babbec214dc3fb656b8 authored over 6 years ago by alexandercerutti <[email protected]>
Updated .gitignore

0deb4861ffc93de1c9c0e849323c49a1d004304b authored over 6 years ago by alexandercerutti <[email protected]>
Added documentation

019561ec83fb149df120730219edfb4f9e21b1e4 authored over 6 years ago by alexandercerutti <[email protected]>
Prepublish clean

d9423cddd4278b855763cb752c9a6963014d4515 authored over 6 years ago by alexandercerutti <[email protected]>
Changed License and added relative file

44d82a0ef28a636ba1d9742df71392c7a16aae82 authored over 6 years ago by alexandercerutti <[email protected]>
Removed server.js

1560b843ff27d9509e6a2ff118797facba8abe7f authored over 6 years ago by alexandercerutti <[email protected]>
Edited package.json

b1af0c4af3059cddae0a9b3a7afcfdb12201d6e1 authored over 6 years ago by alexandercerutti <[email protected]>
Edited require path

f6f9cbee64a7eec824d25f638e899ff8c6bfb206 authored over 6 years ago by alexandercerutti <[email protected]>
Removed server.js, edited .gitignore and package.json to remove server.js

0e818aaef7b606e75015ba3a19456a78d61b82e5 authored over 6 years ago by alexandercerutti <[email protected]>
Changed (pass/this).props in (pass/this)._props; Added disclaimer

470ce54b9c4e39bfc8a3dd6dbc1886f62d791001 authored over 6 years ago by alexandercerutti <[email protected]>
Fixed adding of locations and beacons only if array has at least 1 element

d675057c9574e1498e05ae5ebca3aabab93a28ad authored over 6 years ago by alexandercerutti <[email protected]>
Added barcode().backward() tests

fb61f08691d4809d4bb347914e89bc57fab3d793 authored over 6 years ago by alexandercerutti <[email protected]>
Added tests for expiration

5c94f22d5829c8a0e75a751eace8a52603c2d503 authored over 6 years ago by alexandercerutti <[email protected]>
Added tests for localize

cbf6f3018fc316cc460c2109c101eb187e8852c6 authored over 6 years ago by alexandercerutti <[email protected]>
Added Jasmine as dependency for development; Added test command in package.json

2c2910118d62e4a1a3e66c20b6cb7e9bcb29c0e5 authored over 6 years ago by alexandercerutti <[email protected]>
Added tests for barcode

714659bcbb4202f0ef0a3a17e66eda1a15c9d98b authored over 6 years ago by alexandercerutti <[email protected]>