Releases: RandomAPI/Randomuser.me-Node
Releases · RandomAPI/Randomuser.me-Node
v1.4
7/4/2022
- Fix US Social Security Number Generation
- Add India Data
- Add Mexico Data
- Add Serbia Data
- Add Ukraine Data
- Update Turkish Data lists
- Add CPF as Brazil's id
- Add SIN as Canada's id
- Add SVNR as Germany's id
- Change serial# to SN for LEGO id
- Fix French INSEE generation
- Fix DOB/Registered age calculation
v1.3
9/27/2019
- Use native JS dates instead of moment for ~60% speed increase in date calculation
- Email addresses are now transliterated
- More street/city names for NL dataset
- Add country name to location block
- Capitalized proper nouns
- Split street into number and name properties
- Fixed Norwegian id generation bug
- Fixed Switzerland phone number format
- Fixed Danish CPR number calculation
- Restructured Random User Generator with ES6 classes
- Added proper unit testing and CI