Luca Adalberto Vandro
d2773b1168
Merge pull request #27 from matrad/master
...
feat(geo-data): added missing bz community H837 and Z118
2020-04-27 00:17:50 +02:00
Giacomo Fava
1584277349
compute inverse even if there is an omocodia
2020-04-14 19:04:28 +02:00
Matthias Radmüller
2fcc1e1ff9
feat: added Z105 CECOSLOVACCHIA geo-code
2020-02-10 16:43:46 +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
Luca Vandro
5cf25b7c96
Added missing comuni
2019-07-10 16:05:39 +02:00
Luca Vandro
884a970dfb
Fixed lower case validation
2019-06-27 00:34:27 +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
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
6db085e308
Fixed new Date => new Date(Date.UTC(....))
...
Improved test
Dependency clean up
2019-03-28 20:02:17 +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
617e1c9538
v2.0.0 released
2018-09-03 14:59:53 +02: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
d94182b1ab
Added missing provinces
2017-12-30 23:08:42 +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
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
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
Luca Bertolasi
488e51bbbe
"Inverse Computation" : changed return obj + error handling + updated README
2017-09-07 11:16:44 +02:00
Luca Bertolasi
010688276a
added "Inverse Computation" to get a person data given for a given Codice Fiscale + updated README
2017-09-06 18:25:49 +02:00
Valentina Vandro
51bbb417f9
add support for people born in foreign countries
2017-09-06 00:06:58 +02:00
Valentina Vandro
b613b8aa09
removed empty space
2017-09-05 23:57:36 +02:00
Valentina Vandro
65d88f1c5c
removed console.log
2017-09-05 23:57:12 +02:00
Valentina Vandro
5dd0e290bc
Compute works with json object as param
2017-09-05 23:56:46 +02:00