Skip to content

Releases: faker-js/faker

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

v6.2.0

02 May 14:17
1885dd0
Compare
Choose a tag to compare

New & Noteworthy

  • lorem.paragraphs() now use \n as separator by default
  • new functions: finance.pin, database.mongodbObjectId, phone.imei, and internet.emoji

What's Changed

New Contributors

Full Changelog: v6.1.2...v6.2.0

v6.1.2

04 Apr 15:56
b34ef46
Compare
Choose a tag to compare

New & Noteworthy

  • We now throw FakerError instead of just Error #718
  • datatype.number changed in behavior #664
  • Renamed hexaDecimal to hexadecimal #764

What's Changed

New Contributors

Full Changelog: v6.1.1...v6.1.2

v6.1.1

28 Mar 21:11
62dcfc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.1.0

28 Mar 17:55
7d81712
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

15 Mar 18:47
ad1509a
Compare
Choose a tag to compare

v5 to v6 migration guide

What's Changed

All v6.0.0 Contributors

Full Changelog: v5.5.3...v6.0.0
Since last beta Changelog: v6.0.0-beta.0...v6.0.0

It's beta time

07 Mar 19:17
071e2bf
Compare
Choose a tag to compare
It's beta time Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.0.0-alpha.7...v6.0.0-beta.0