File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed
Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change 1- #CHANGELOG
1+ # CHANGELOG
2+
3+ See commit history on Github for change history
4+ https://github.com/marak/faker.js
5+
6+ ## v3.1.0
7+
8+ ( partial change log see: https://github.com/Marak/faker.js/commits/master for full details )
9+
10+ ```
11+ [docs] Added JSDocs
12+
13+ [fix] Prevent apostrophes in return value of internet#domainWords
14+ [Fix] Display first month as 1 not 0.
15+ [fix] random.uuid not using seeded number generator
16+ [fix] image api size check
17+ [fix] update bower
18+ [fix] implement street suffix
19+ [fix] hacker.phrase - generate random string for each lexical instance
20+
21+ [api] Added safe_email method
22+ [api] Added method for getting random locale
23+ [api] Added semver method
24+ [api] Added parameters to fake method
25+ [api] Added randomness to image generation
26+ [api] adjust findName method to allow for gender based prefixes
27+ [api] [locale] Added basic support for generating UK postcodes
28+ [api] [locale] Added LV (Latvian) locale
29+ [api] [locale] Added date for Swedish locale
30+ [api] Added better lorem methods
31+ [api] Added system module
32+ [api] Added finance.bitcoinAddress
33+ ```
34+
235
336## v3.0.0 - v2.0.0 - Missing
437
You can’t perform that action at this time.
0 commit comments