Commit Graph

137 Commits

Author SHA1 Message Date
dependabot[bot]
66c11a2478
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-26 22:17:33 +00:00
Luca Adalberto Vandro
f47913d25c
Merge pull request #32 from GiacomoCherry/fix-reverse-omocodia
compute inverse even if there is an omocodia + test
2020-04-27 00:16:46 +02:00
Giacomo Fava
1584277349 compute inverse even if there is an omocodia 2020-04-14 19:04:28 +02:00
dependabot[bot]
2567029d8e
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 21:28:14 +00:00
Matthias Radmüller
fe7089253b feat: added Z105 CECOSLOVACCHIA geo-code (build) 2020-02-10 16:45:57 +01:00
Matthias Radmüller
2fcc1e1ff9 feat: added Z105 CECOSLOVACCHIA geo-code 2020-02-10 16:43:46 +01:00
dependabot[bot]
b8204fad9a
Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-26 21:09:07 +00:00
Matthias Radmüller
2454f86b58 feat: added Z118 IUGOSLAVIA geo-code (build) 2019-12-02 23:44:57 +01:00
Matthias Radmüller
e29e4625d1 feat: added Z118 IUGOSLAVIA geo-code 2019-12-02 23:44:05 +01:00
Matthias Radmüller
c7270f40a2 fix: changes 2019-11-13 12:39:10 +01:00
dependabot[bot]
629df59dd8
Bump eslint-utils from 1.3.1 to 1.4.3
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 21:01:06 +00:00
Luca Vandro
6614d3a9ba readme change 2019-07-10 16:06:45 +02:00
Luca Vandro
5cf25b7c96 Added missing comuni 2019-07-10 16:05:39 +02:00
Luca Vandro
d618f3fe7f Added node js info 2019-06-27 08:40:15 +02:00
Luca Vandro
da0b408606 Bug fix 2019-06-27 01:29:18 +02:00
Luca Vandro
726550488c Bug fix 2019-06-27 00:36:05 +02:00
Luca Vandro
884a970dfb Fixed lower case validation 2019-06-27 00:34:27 +02:00
Luca Vandro
8a9225d14d Added test for lowercase validation 2019-06-27 00:11:55 +02:00
Luca Vandro
fb55ce4336 added missing country code for Serbia and Montegro 2019-06-27 00:08:03 +02:00
Luca Vandro
e2cfe62b9b Fixed case sensitive validation 2019-06-27 00:07:29 +02:00
Luca Vandro
520533431d updated readme.md 2019-04-14 15:36:56 +02:00
Luca Vandro
9c313e8b7c changed version 2019-04-14 15:15:49 +02:00
Luca Vandro
89b66b8fbf Removed pad function 2019-04-14 15:14:17 +02:00
Luca Vandro
b114ba9693 bug fix 2019-04-14 14:08:40 +02:00
Luca Vandro
cae4c65400 Doc fix 2019-03-28 23:04:38 +01:00
Luca Vandro
6db085e308 Fixed new Date => new Date(Date.UTC(....))
Improved test
Dependency clean up
2019-03-28 20:02:17 +01:00
Luca Adalberto Vandro
5eb6f3c3c8
Merge pull request #15 from arseniosiani/master
the birth date results in one day loss
2019-03-11 17:26:53 +01:00
Arsenio Siani
8490e513ea
Merge pull request #1 from arseniosiani/arseniosiani-patch-1
changed toISOString() into a more elaborate version
2018-11-14 18:55:04 +01:00
Arsenio Siani
6a7b427360
changed toISO in a more elaborate version
since the date contains the time zone
new Date("2000-01-01 00:00:00")                            //Sat Jan 01 2000 00:00:00 GMT+0100 . please note GMT+1
converting to ISO, results to convert in UTC
new Date("2000-01-01 00:00:00").toISOString()    //"1999-12-31T23:00:00.000Z" the UTC lose 1 hour
2018-11-14 18:54:22 +01:00
Valentina Vandro
50524230e9 Bug fix and example completion 2018-10-08 11:27:13 +02:00
Valentina Vandro
cf50ad76c1 fixed repo url in package.json 2018-10-04 22:22:01 +02:00
Valentina Vandro
d32c8c43ab fixed docs 2018-09-03 17:16:53 +02:00
Valentina Vandro
617e1c9538 v2.0.0 released 2018-09-03 14:59:53 +02:00
Luca Adalberto Vandro
49724b60a1
Merge pull request #10 from Caine85/patch-1
Update readme.md
2018-01-16 22:58:36 +01:00
Caine85
69eefac728
Update readme.md 2018-01-14 00:24:28 +01:00
System Administrator
a08357194c Fix Bug #7: setMonth(mm-1) quando selezionato Febbraio ritorna Marzo 2017-12-30 23:34:50 +01:00
Valentina Vandro
3d6a36a1b9 Blue 2017-12-30 23:11:09 +01:00
Valentina Vandro
d94182b1ab Added missing provinces 2017-12-30 23:08:42 +01:00
Luca Adalberto Vandro
63ba60765b
Merge pull request #8 from marcopesani/dev/es6
Dev/es6
2017-12-19 15:43:24 +01:00
Marco Pesani
832825a3a5 updated readme 2017-12-19 13:55:28 +01:00
Marco Pesani
90abd3505d improved location validation 2017-12-19 13:48:26 +01:00
Marco Pesani
278fff8d95 added constants to CodiceFiscale as static consts 2017-12-19 13:26:02 +01:00
Marco Pesani
2b561b2624 improved modules creation for wider compatibility 2017-12-19 13:03:26 +01:00
Marco Pesani
86dcb98f16 changed module description 2017-12-19 12:07:05 +01:00
Marco Pesani
7da75d07f6 improved use of es6 native array methods 2017-12-19 12:03:22 +01:00
Marco Pesani
6cb414910e improved check on town name 2017-12-19 11:56:42 +01:00
Marco Pesani
b907924cca added linting with standard js to test suite 2017-12-19 11:07:59 +01:00
Marco Pesani
43f9e84c1f repository reference 2017-12-19 11:00:19 +01:00
Marco Pesani
709e487fa7 full es6 refactor 2017-12-19 10:59:00 +01:00
Marco Pesani
30c5c99414 es6 draft refactor 2017-12-19 09:50:13 +01:00