Skip to content

Releases: faker-js/faker

v7.6.0

12 Oct 11:55
8bf7162
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.0...v7.6.0

v7.5.0

29 Aug 19:43
cc15d9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.5.0

v7.4.0

08 Aug 17:28
e190506
Compare
Choose a tag to compare

What's Changed

Read more

v7.3.0

20 Jun 15:53
8280b1f
Compare
Choose a tag to compare

New & Noteworthy

Webpack v4 should now be supported 🚀

What's Changed

New Contributors

Full Changelog: v7.2.0...v7.3.0

v7.2.0

06 Jun 19:27
38805db
Compare
Choose a tag to compare

New & Noteworthy

We removed the last parameter for image.imageUrl and always generate https URLs

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

25 May 18:09
b50fb6d
Compare
Choose a tag to compare

Known Issue

⚠ WARNING: This version has compiler issues when using webpack!

What's Changed

New Contributors

Full Changelog: v7.0.1...v7.1.0

v7.0.1

23 May 21:23
a6edb14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

23 May 20:55
0411799
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove faker default export (#799)
  • target es2020 (#848)
  • remove deprecations (#916)
  • get rid of export = (#849)
  • remove node v12 support (#850)
  • reorganize src folder (#909)

What's Changed

New Contributors

Full Changelog: v6.3.1...v7.0.0

v6.3.1

02 May 19:13
a1685e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.3.1

v6.3.0

02 May 14:28
4efaff9
Compare
Choose a tag to compare

New & Noteworthy

  • New function: faker.helpers.maybe
  • Move arrayElement(s) to helpers
    • Sorry that we currently move some functions around, we are trying to prepare a new module structure. If you want to discuss with us, see #805
  • Separate methods for objectKey and objectValue, deprecate objectElement
  • We now return the seed with the seed() function, please use this return value instead of faker.seedValue
  • Configure eol character for git.commitEntry
  • There is now a self-manageable store for the unique function

This will be the last v6 version and we will now start with v7. Therefore this is the last version that supports Node v12. The next iteration will require at least Node v14.6.
v7 will contain many breaking changes like removal of all current deprecated functions.

What's Changed

New Contributors

Full Changelog: v6.2.0...v6.3.0