All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v4.0.0 Changes
Dist
- โก๏ธ Update to latest gulp and mocha
๐ Docs
- ๐
seed()
is onfaker
, notrandom
- โ Add section for setting seed
- โ Add Patreon campaign
- ๐ Fix demo URL in Readme
API
- โ Add dataUri method
- โ Add additional https option for imageUrl
- โ Add exports for
az
locality - โ Add
lorem.slug
method - ๐ฆ Expose seed option to Faker class
- Don't allow
/
in file names or paths - Typo in require statement
- โ Add database method
- ๐ Move password generator to core
- โ Add
internet.ipv6
method - alphaNumeric takes now count as a argument
- โ Add IBAN and BIC generator functions
๐ Fix
- ๐ Fix aomount and price argument dec for case = 0
- 0๏ธโฃ Default shuffle value
- ๐ Fix dec for amount in finance
- Don't allow path seperators in generated filenames in system
- โ Add lorem.slug to functional test
- Don't throw in helpers.shuffle on empty array
- โ Adds precision value to faker.random.number call
- ๐ Fix typo in doc string
- ๐ท misspelling of 'Liaison' from faker.name.jobType()
- โ Remove duplicate Congo from country.js
- Clean up faker.commerce.department method
- Correct spelling
Locale
- Azerbaijani localization has been added
- Realistic Dutch city naming components
- โ Add
CZ
Czech
-
v3.1.0 Changes
๐ ( partial change log see: https://github.com/Marak/faker.js/commits/master for full details )
[docs] Added JSDocs [fix] Prevent apostrophes in return value of internet#domainWords [Fix] Display first month as 1 not 0. [fix] random.uuid not using seeded number generator [fix] image api size check [fix] update bower [fix] implement street suffix [fix] hacker.phrase - generate random string for each lexical instance [api] Added safe_email method [api] Added method for getting random locale [api] Added semver method [api] Added parameters to fake method [api] Added randomness to image generation [api] adjust findName method to allow for gender based prefixes [api] [locale] Added basic support for generating UK postcodes [api] [locale] Added LV (Latvian) locale [api] [locale] Added date for Swedish locale [api] Added better lorem methods [api] Added system module [api] Added finance.bitcoinAddress
-
v3.0.0 Changes
See commit history on Github for change history http://github.com/marak/faker.js
-
v2.0.0 Changes
- โ Adds i18n internalization of fake data sets
- contributed by Marak
- โฌ๏ธ Reduces surface of API, removes redundant API calls
- contributed by Marak
- ๐ท Replaces legacy build system with GulpJS
- contributed by Marak
- ๐ป Replaces legacy browserifying system with Browserify
- contributed by Marak
- โ Adds basic financial generators
- contributed by josefsalyer
- โ Adds internet.userAgent using
random-ua
library- contributed by Marak
- โ Adds currency codes and symbols using
random-ua
library- contributed by MQuy
- ๐ฆ Replaces use of Math.random in favor of
node-mersenne
package- contributed by Marak
- โ Adds bower support
- contributed by daytonn
- avatarUrl optimization
- contributed by MQuy
- ๐ Fix - Remove
this
scope- contributed by goliatone
- ๐ Fix - IE9 charAt() bug
- contributed by beastlike
- ๐ Fix - faker.date now returns a Date object instead of JSON
- contributed by Marak
v1.1.0
- ๐ Fixes random date functions that did not distribute results.
- contributed by pmalouin
- ๐ Fixes context of findName
- contributed by juampi92
- โก๏ธ Updates to switch changes over to using 2 args to support min/max
- contributed by avanderhoorn & edshadi
- โ Added ISO 3166 countries
- contributed by MaerF0x0
- ๐ UMD support
- contirbuted by xaka
- Uk Postal Codes
- contributed by schmtw
- ๐ท Undefined global object for webworker fix
- contributed by dnbard
- โ Adds i18n internalization of fake data sets