All Versions
4
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v4.0.0 Changes

    Dist

    • โšก๏ธ Update to latest gulp and mocha

    ๐Ÿ“„ Docs

    • ๐Ÿ‘€ seed() is on faker, not random
    • โž• 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