Skip to content

Update dependency faker to ^4.0.0

renovateBOT requested to merge renovate/faker-4.x into stable-v1

This Merge Request updates dependency faker from ^3.1.0 to ^4.0.0

Release Notes

v4.0.0

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
  • 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

Commits

**v4.0.0**
  • 9631b33 [api] [fix] Remove old image links. Closes #464
  • 0a58d66 [dist] Rebuild for new version
  • ef1605d [dist] Bump to v4.0.0
**v4.1.0**
  • 59ac9a6 Statically bind all module methods
  • 4a59e18 Functionally test all modules/methods
  • 0b60bf7 [api] Added bindAll() to Database module #377
  • cf877ea [dist] Rebuild for new version
  • 57a16b1 [dist] Release v4.1.0

This MR has been generated by Renovate Bot.

Merge request reports

Loading