-
Notifications
You must be signed in to change notification settings - Fork 288
Expand file tree
/
Copy pathchangelog.ejs
More file actions
179 lines (170 loc) · 6.43 KB
/
changelog.ejs
File metadata and controls
179 lines (170 loc) · 6.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<% include ../snippets/header %>
<body class="changelog">
<% include ../snippets/nav %>
<% var subpageData = {title: "Change Log", subTitle: "API Changes & Updates"}; %>
<% include ../snippets/subpage %>
<div class="frame">
<section id="1.4">
<h2>Version 1.4</h2>
<span>7/4/2022</span>
<ul class="doc-ul">
<li>Fix US Social Security Number Generation</li>
<li>Add India data</li>
<li>Add Mexico data</li>
<li>Add Serbia data</li>
<li>Add Ukraine data</li>
<li>Update Turkish data</li>
<li>Add CPF as Brazil's id</li>
<li>Add SIN as Canada's id</li>
<li>Add SVNR as Germany's id</li>
<li>Change serial# to SN for LEGO id</li>
<li>Fix French INSEE generation</li>
<li>Fix DOB/Registered age calculation</li>
</ul>
</section>
<section id="1.3">
<h2>Version 1.3</h2>
<span>9/27/2019</span>
<ul class="doc-ul">
<li>Use native JS dates instead of moment for ~60% speed increase in date calculation</li>
<li>Email addresses are now transliterated</li>
<li>More street/city names for NL dataset</li>
<li>Add country name to location block</li>
<li>Capitalized proper nouns</li>
<li>Split street into number and name properties</li>
<li>Fixed Norwegian id generation bug</li>
<li>Fixed Switzerland phone number format</li>
<li>Fixed Danish CPR number calculation</li>
<li>Restructured Random User Generator with ES6 classes</li>
<li>Added proper unit testing and CI</li>
</ul>
</section>
<section id="1.2">
<h2>Version 1.2</h2>
<span>6/17/2018</span>
<ul class="doc-ul">
<li>Fixed DOB and Registration dates to use ISO 8601 standard (yyyy-mm-ddThh:mm:ssZ)</li>
<li>DOB and Registration dates are now objects that include age</li>
<li>Street numbers range from 1-9999</li>
<li>Add coordinates to location</li>
<li>Add timezone to location</li>
<li>Add uuid to login</li>
<li>Fix AVS number format for CH</li>
<li>Add Norway data</li>
<li>Fix CA postal code format</li>
</ul>
</section>
<section id="1.1">
<h2>Version 1.1</h2>
<span>8/18/2016</span>
<ul class="doc-ul">
<li>Fixed HETU for FI</li>
<li>Fixed salt not being used in calculation for hashes (also hotfixed 1.0)</li>
<li>DOB and Registered use ISO 8601 time standards</li>
<li>DOB and Registered can't overlap in impossible ways</li>
<li>Added customizable <a href="documentation#passwords">password options</a></li>
</ul>
</section>
<section id="1.0">
<h2>Version 1.0</h2>
<span>4/7/2016</span>
<ul class="doc-ul">
<li>The Randomuser.me website and API are now running on Node.js!</li>
<li>Added <span id="color">inc</span> & <span id="color">exc</span> parameters to include/exclude specific fields</li>
<li>Multiple nats can be requested at a time in a comma separated list</li>
<li>Field names are now consistent across nats</li>
<li>Added prettyjson format option for human readable JSON</li>
<li>Increased results cap to <span id="color">5,000</span> users per request</li>
<li>Added pagination support with <span id="color">page</span> parameter</li>
<li>Added DK and TR</li>
</ul>
</section>
<section id="0.8">
<h2>Version 0.8</h2>
<span>2/4/2016</span>
<ul class="doc-ul">
<li>Random User Generator is <a href="https://github.com/RandomAPI">open source</a>!</li>
<li>Added BR, CA, CH, DE, IR, and NZ</li>
</ul>
</section>
<section id="0.7">
<h2>Version 0.7</h2>
<span>7/27/2015</span>
<ul class="doc-ul">
<li>Huge performance update</li>
<li>You can now generate up to 2,000 users per request now</li>
</ul>
</section>
<section id="0.6">
<h2>Version 0.6</h2>
<span>5/8/2015</span>
<ul class="doc-ul">
<li>Fixed seed bug that didn't respect nationalities</li>
<li>Seed is returned on 1st result only and is meant to regenerate a request with multiple results</li>
<li>Added AU, ES, FI, FR, IE, and NL</li>
<li>Fixed GB phone numbers, zipcodes, and changed SSN to NINO</li>
<li>RandomAPI members can now generate up to 1,000 results per call, <a href="documentation#multiple">Learn more</a></li>
</ul>
</section>
<section id="0.5">
<h2>Version 0.5</h2>
<span>3/3/2015</span>
<ul class="doc-ul">
<li>Added nationalities</li>
</ul>
</section>
<section id="0.4.1">
<h2>Version 0.4.1</h2>
<span>9/12/2014</span>
<ul class="doc-ul">
<li>Added new picture options (medium and thumbnail)</li>
<li><a href="documentation#format">New formats</a> added (sql, csv, and yaml)</li>
</ul>
</section>
<section id="0.4">
<h2>Version 0.4</h2>
<span>5/3/2014</span>
<ul class="doc-ul">
<li>Redesigned and rebranded the Random User API website and platform</li>
<li>We doubled our profile photo database! We now return 100 male and 100 female portraits</li>
<li>Salts now use strictly alphanumeric characters</li>
<li>Restructured our file system to avoid redundancy</li>
<li>Optimized generator</li>
</ul>
</section>
<section id="0.3">
<h2>Version 0.3</h2>
<span>1/14/2014</span>
<ul class="doc-ul">
<li>Added Usernames, Salts, SHA-256 hash, registration date, and DoB fields</li>
<li>md5_hash and sha1_hash have been changed to md5 and sha1 respectively</li>
</ul>
</section>
<section id="0.2.1">
<h2>Version 0.2.1</h2>
<span>9/10/2013</span>
<ul class="doc-ul">
<li>Fixed seed generation bug</li>
</ul>
</section>
<section id="0.2">
<h2>Version 0.2</h2>
<span>9/5/2013</span>
<ul class="doc-ul">
<li>Request a specific gender using the `gender` parameter</li>
</ul>
</section>
<section id="0.1">
<h2>Version 0.1</h2>
<span>8/6/2013</span>
<ul class="doc-ul">
<li>Initial public release</li>
</ul>
</section>
<% include ../snippets/ads %>
</div>
<% include ../snippets/footer %>
<% include ../snippets/analytics %>
</body>
<script type="text/javascript" src="js/light-dark-mode.js"></script>
</html>