Alexander Cerutti
|
07321fba92
|
Updated dependencies
|
2021-06-19 21:16:39 +02:00 |
|
Alexander Cerutti
|
6cf07339a5
|
Splitted _sign method to be a function on its own
|
2021-06-19 20:26:06 +02:00 |
|
Alexander Cerutti
|
8366c63c8c
|
Refactored manifest creation to use Object.entries
|
2021-06-19 20:14:41 +02:00 |
|
Alexander Cerutti
|
202e227b3d
|
Refactored l10n bundles generation in .generate()
|
2021-06-18 00:09:08 +02:00 |
|
Alexander Cerutti
|
eb36db44bb
|
Fixed schemas import in tests
|
2021-06-17 23:36:46 +02:00 |
|
Alexander Cerutti
|
a442144ef1
|
Removed function processRelevancySet
|
2021-06-17 23:34:53 +02:00 |
|
Alexander Cerutti
|
17de1c7d79
|
Refactored all the schemas;
Splitted them in a folder and renamed them to have the same name of typescript type;
Added more SemanticKeys;
Removed Schema resolution via string;
|
2021-06-17 23:34:22 +02:00 |
|
Alexander Cerutti
|
87321b8dc9
|
Fixed typos on field's property names - Closes #76
|
2021-06-17 19:58:12 +02:00 |
|
Alexander Cerutti
|
d9e4ef7dba
|
Merge pull request #72 from KristofKekesi/patch-1
Improved non-mac-os-steps.md and API.md with typos fix
|
2021-05-30 23:40:43 +02:00 |
|
Kristóf Kékesi
|
593f1ce938
|
fixes
|
2021-05-30 14:35:37 +02:00 |
|
Kristóf Kékesi
|
aa4538603e
|
fixed typo
|
2021-05-30 12:33:36 +02:00 |
|
Alexander Cerutti
|
e1c46491d6
|
Improved Passkit Visual Designer paragraph
|
2021-03-28 21:11:35 +02:00 |
|
Alexander Cerutti
|
a6c46cb0b6
|
Added Passkit Visual Designer reference to Readme;
Readme autofix through prettier
|
2021-03-28 16:32:56 +02:00 |
|
Alexander Cerutti
|
025c39e40a
|
Merge pull request #69 from sarawarnock/master
added Buffer Model to README
|
2021-02-26 22:42:58 +01:00 |
|
sarawarnock
|
95967b2e7a
|
fixed unpaired brackets
|
2021-02-26 14:25:31 -07:00 |
|
sarawarnock
|
effdfd9b40
|
edit headings for Usage Examples in README
|
2021-02-26 13:59:09 -07:00 |
|
sarawarnock
|
b878664a8a
|
added Buffer Model to README
|
2021-02-26 12:01:49 -07:00 |
|
Alexander Cerutti
|
2574149b16
|
v2.0.6
|
2021-02-09 20:20:28 +01:00 |
|
Alexander Cerutti
|
ece352bf6b
|
Fixed building with pg linking in examples and added example:debug script
|
2021-02-09 20:16:47 +01:00 |
|
Alexander Cerutti
|
07569c1c68
|
v2.0.6 Changelog
|
2021-02-09 14:29:50 +01:00 |
|
Alexander Cerutti
|
86ef7450e6
|
Setted examples package to be private (to avoid mistakes)
|
2021-02-09 14:17:22 +01:00 |
|
Alexander Cerutti
|
3e08d31d14
|
Removed moment for internal implementation
|
2021-02-09 14:16:19 +01:00 |
|
Alexander Cerutti
|
9de5b3a0c4
|
Added path resolution in examples
|
2021-02-09 14:14:52 +01:00 |
|
Alexander Cerutti
|
a3719f8eef
|
Improved exporting of types in index
|
2021-02-08 00:04:03 +01:00 |
|
Alexander Cerutti
|
d5a487a609
|
Added prettier to project
|
2021-02-08 00:03:28 +01:00 |
|
Alexander Cerutti
|
d8983b8321
|
Added generation of sourcemaps
|
2021-02-07 22:35:11 +01:00 |
|
Alexander Cerutti
|
1cde704c1b
|
Removed repeated code in createPass and added few tests and moved few tests from index.ts to new factory test file
|
2021-02-07 22:35:02 +01:00 |
|
Alexander Cerutti
|
584cd7b74b
|
Added Rimraf to remove with globs
|
2021-02-07 20:37:29 +01:00 |
|
Alexander Cerutti
|
0f345906a1
|
Deleted .npmignore
|
2021-02-07 20:27:27 +01:00 |
|
Alexander Cerutti
|
1e64046069
|
Changed jasmine settings and added tsconfig for specs
|
2021-02-07 20:26:32 +01:00 |
|
Alexander Cerutti
|
84d35ec4c2
|
Added glob files to package.json to export only lib files without maps
|
2021-02-07 18:41:22 +01:00 |
|
Alexander Cerutti
|
7426fae83e
|
Removed package building before testing
|
2021-02-07 17:23:51 +01:00 |
|
Alexander Cerutti
|
960331d737
|
Changed splitBufferBundle to use Object.entries and added tests for it
|
2021-02-07 17:23:33 +01:00 |
|
Alexander Cerutti
|
61f0fdd2e6
|
Changed declarations to be generated automatically
|
2021-02-05 08:23:22 +01:00 |
|
Alexander Cerutti
|
398dee73ec
|
Added tsconfig.dist.json to ignore list
|
2021-02-05 08:22:15 +01:00 |
|
Alexander Cerutti
|
b51b7591bf
|
Indent me
|
2021-02-05 08:13:22 +01:00 |
|
Alexander Cerutti
|
d017a38ac9
|
Improved few types
|
2021-02-05 08:11:53 +01:00 |
|
Alexander Cerutti
|
9469758b91
|
Added more records to be gitignored
|
2021-02-05 08:11:41 +01:00 |
|
Alexander Cerutti
|
28780ebc72
|
Moved main index under src folder
|
2021-02-05 08:11:27 +01:00 |
|
Alexander Cerutti
|
c9dc00050e
|
Added tslib as dependency to not duplicate typescript helper code
|
2021-02-05 08:11:06 +01:00 |
|
Alexander Cerutti
|
e7eb8c0e08
|
Examples dependencies update
|
2021-02-05 08:09:46 +01:00 |
|
Alexander Cerutti
|
3290b697b4
|
Changed build scripts for examples and main project
|
2021-02-05 08:08:13 +01:00 |
|
Alexander Cerutti
|
2e77f06950
|
Improved tests
|
2021-02-05 07:32:11 +01:00 |
|
Alexander Cerutti
|
b1844f66ef
|
Updated dependencies
|
2021-02-04 22:21:07 +01:00 |
|
Alexander Cerutti
|
f278658091
|
Added Open Collective contributors area to README
|
2020-09-06 02:34:35 +02:00 |
|
Alexander Cerutti
|
0e10e6a2ba
|
v2.0.5
|
2020-09-06 02:11:39 +02:00 |
|
Alexander Cerutti
|
3559b41f85
|
Changed logo url on Readme to allow to exclude it from npm package
|
2020-09-06 02:04:23 +02:00 |
|
Alexander Cerutti
|
7430ecbbb9
|
Removed forgotten console.log in abstract
|
2020-09-05 23:57:43 +02:00 |
|
Alexander Cerutti
|
9e90b4963b
|
Updated dependencies and tests (forgotten awaits)
|
2020-09-05 23:56:05 +02:00 |
|
Alexander Cerutti
|
a3ae92ea7f
|
Moar VSCode autofixes
|
2020-09-05 23:52:50 +02:00 |
|