faker

Generate massive amounts of fake data in the browser and node.js

OTHER License

Downloads
23.2M
Stars
11.7K
Committers
479

Bot releases are visible (Hide)

faker - v7.1.0

Published by Shinigami92 over 2 years ago

Known Issue

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

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v7.0.1...v7.1.0

faker - v7.0.1

Published by Shinigami92 over 2 years ago

What's Changed

Full Changelog: https://github.com/faker-js/faker/compare/v7.0.0...v7.0.1

faker - v7.0.0

Published by Shinigami92 over 2 years ago

⚠ 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: https://github.com/faker-js/faker/compare/v6.3.1...v7.0.0

faker - v6.3.1

Published by Shinigami92 over 2 years ago

What's Changed

Full Changelog: https://github.com/faker-js/faker/compare/v6.3.0...v6.3.1

faker - v6.3.0

Published by Shinigami92 over 2 years ago

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: https://github.com/faker-js/faker/compare/v6.2.0...v6.3.0

faker - v6.2.0

Published by Shinigami92 over 2 years ago

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: https://github.com/faker-js/faker/compare/v6.1.2...v6.2.0

faker - v6.1.2

Published by Shinigami92 over 2 years ago

New & Noteworthy

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v6.1.1...v6.1.2

faker - v6.1.1

Published by Shinigami92 over 2 years ago

What's Changed

Full Changelog: https://github.com/faker-js/faker/compare/v6.1.0...v6.1.1

faker - v6.1.0

Published by Shinigami92 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0...v6.1.0

faker - v6.0.0

Published by Shinigami92 over 2 years ago

v5 to v6 migration guide

What's Changed

All v6.0.0 Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v5.5.3...v6.0.0
Since last beta Changelog: https://github.com/faker-js/faker/compare/v6.0.0-beta.0...v6.0.0

faker - It's beta time

Published by Shinigami92 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0-alpha.7...v6.0.0-beta.0

faker - CJS fix

Published by Shinigami92 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0-alpha.6...v6.0.0-alpha.7

faker - v6.0.0-alpha.0 Initial Release

Published by damienwebdev over 2 years ago

This is a placeholder release that holds the tarballs from npm.org in the event Marak decides to delete faker

faker - Docs, Tests, Types, Bugfixes, ...

Published by Shinigami92 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0-alpha.5...v6.0.0-alpha.6

faker - pnpm hotifx

Published by Shinigami92 over 2 years ago

What's Changed

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0-alpha.4...v6.0.0-alpha.5

faker - esbuild

Published by damienwebdev over 2 years ago

⚠ BREAKING CHANGES

  • support tree-shaking (#152)

Features

Bug Fixes


What's Changed

New Contributors

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0-alpha.3...v6.0.0-alpha.4

faker - First-Party Typescript Alpha

Published by damienwebdev almost 3 years ago

What's Changed

Demo: https://stackblitz.com/edit/typescript-wsqtmx?file=index.ts

Features

Bug Fixes

  • added missing keys into package.json (#148) (b20f80b)

Full Changelog: https://github.com/faker-js/faker/compare/v6.0.0-alpha.2...v6.0.0-alpha.3

faker - It starts...

Published by damienwebdev almost 3 years ago

What's Changed

New Contributors