Skip to content

Commit e524913

Browse files
committed
Update changelog with 1.3 changes
1 parent ffe1cd5 commit e524913

3 files changed

Lines changed: 25 additions & 17 deletions

File tree

api/1.2/api.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

1313
const fs = require('fs');

api/1.3/api.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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

1013
const fs = require('fs');

views/pages/changelog.ejs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
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>

0 commit comments

Comments
 (0)