Skip to content

v6.3.0

Compare
Choose a tag to compare
@Shinigami92 Shinigami92 released this 02 May 14:28
4efaff9

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