UNPKG

2.53 kBMarkdownView Raw
1# CHANGELOG
2
3See commit history on Github for change history
4http://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
35
36## v3.0.0 - v2.0.0 - Missing
37
38 See commit history on Github for change history
39 http://github.com/marak/faker.js
40
41## v2.0.0
42
43* Adds i18n internalization of fake data sets
44 - contributed by Marak
45* Reduces surface of API, removes redundant API calls
46 - contributed by Marak
47* Replaces legacy build system with GulpJS
48 - contributed by Marak
49* Replaces legacy browserifying system with Browserify
50 - contributed by Marak
51* Adds basic financial generators
52 - contributed by josefsalyer
53* Adds internet.userAgent using `random-ua` library
54 - contributed by Marak
55* Adds currency codes and symbols using `random-ua` library
56 - contributed by MQuy
57* Replaces use of Math.random in favor of `node-mersenne` package
58 - contributed by Marak
59* Adds bower support
60 - contributed by daytonn
61* avatarUrl optimization
62 - contributed by MQuy
63* Fix - Remove `this` scope
64 - contributed by goliatone
65* Fix - IE9 charAt() bug
66 - contributed by beastlike
67* Fix - faker.date now returns a Date object instead of JSON
68 - contributed by Marak
69
70##v1.1.0
71
72* Fixes random date functions that did not distribute results.
73 - contributed by pmalouin
74* Fixes context of findName
75 - contributed by juampi92
76* Updates to switch changes over to using 2 args to support min/max
77 - contributed by avanderhoorn & edshadi
78* Added ISO 3166 countries
79 - contributed by MaerF0x0
80* UMD support
81 - contirbuted by xaka
82* Uk Postal Codes
83 - contributed by schmtw
84* Undefined global object for webworker fix
85 - contributed by dnbard
\No newline at end of file