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
Marco Pesani
f7b499324f
switched to jest for tests
2017-12-19 09:50:04 +01:00
Marco Pesani
315790ebc4
added standard js for style linting
2017-12-19 09:36:59 +01:00
Marco Pesani
e17ef16980
named package creation
2017-12-19 09:36:43 +01:00
Marco Pesani
d3b655175d
support for building es6
2017-12-18 21:53:20 +01:00
Marco Pesani
be40aa31f6
updated dependencies
2017-12-18 21:32:16 +01:00
Luca Adalberto Vandro
b5f82977ab
Merge pull request #4 from lucabertolasi/master
...
added "Inverse Computation" to get a person data given for a given Co…
2017-09-07 19:37:47 +02:00
Luca Bertolasi
488e51bbbe
"Inverse Computation" : changed return obj + error handling + updated README
2017-09-07 11:16:44 +02:00
Luca Bertolasi
950fddf7d7
added tests for "Inverse Computation" (.computeInverse) method
2017-09-06 18:51:01 +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
c95ebda750
typo
2017-09-06 00:24:31 +02:00
Valentina Vandro
bd7dc22601
typo
2017-09-06 00:17:34 +02:00
Valentina Vandro
307aae9a6e
Typo
2017-09-06 00:16:50 +02:00
Valentina Vandro
058a4024f1
Updated readme
2017-09-06 00:14:16 +02:00
Valentina Vandro
51bbb417f9
add support for people born in foreign countries
2017-09-06 00:06:58 +02:00