File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- Fixed DOB and Registration dates to use ISO 8601 standard (yyyy-mm-ddThh:mm:ssZ)
3- DOB and Registration dates are now objects that include age
4- Street numbers range from 1-9999
5- Add coordinates to location
6- Add timezone to location
7- Add uuid to login
8- Fix AVS number format for CH
9- Add Norway data
10- Fix CA postal code format
2+ • Fixed DOB and Registration dates to use ISO 8601 standard (yyyy-mm-ddThh:mm:ssZ)
3+ • DOB and Registration dates are now objects that include age
4+ • Street numbers range from 1-9999
5+ • Add coordinates to location
6+ • Add timezone to location
7+ • Add uuid to login
8+ • Fix AVS number format for CH
9+ • Add Norway data
10+ • Fix CA postal code format
1111*/
1212
1313const fs = require ( 'fs' ) ;
Original file line number Diff line number Diff line change 11/*
2- Use native js dates instead of moment for ~60% increase in dates calculation
3- Email addresses are now transliterated
4- More street/city names for NL dataset
5- Fixed Norwegian id generation bug
6- Fixed Switzerland phone number format
7- Add country name to location block
2+ • Use native js dates instead of moment for ~60% increase in dates calculation
3+ • Email addresses are now transliterated
4+ • More street/city names for NL dataset
5+ • Add country name to location block
6+ • Capitalized proper nouns
7+ • Split street into number and name properties
8+ • Fixed Norwegian id generation bug
9+ • Fixed Switzerland phone number format
10+ • Fixed Danish CPR number calculation
811*/
912
1013const fs = require ( 'fs' ) ;
Original file line number Diff line number Diff line change 1212 <h2 >Version 1.3</h2 >
1313 <span >9/27/2019</span >
1414 <ul >
15- <li >Use native JS dates instead of moment for ~60% increase in date calculation</li >
16- <li >Email addresses are now transliterated for non-arabic languages </li >
15+ <li >Use native JS dates instead of moment for ~60% speed increase in date calculation</li >
16+ <li >Email addresses are now transliterated</li >
1717 <li >More street/city names for NL dataset</li >
18+ <li >Add country name to location block</li >
19+ <li >Capitalized proper nouns</li >
20+ <li >Split street into number and name properties</li >
1821 <li >Fixed Norwegian id generation bug</li >
22+ <li >Fixed Switzerland phone number format</li >
23+ <li >Fixed Danish CPR number calculation</li >
1924 <li >Restructured Random User Generator with ES6 classes</li >
2025 <li >Added proper unit testing and CI</li >
2126 </ul >
You can’t perform that action at this time.
0 commit comments