Skip to content

Releases: faker-js/faker

v8.0.0-beta.0

29 Apr 18:57
bfd877f
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release

New & Noteworthy

We are happy to announce that we are moving into the beta phase of v8. The v8 version is the last to support NodeJS v14 which reaches EOF tomorrow (2023-04-30) as well as TS 4.x. Future major versions (>= v9) won't support NodeJS v14 anymore and also official support for TS 4.x will be discontinued.

From now on, only small changes will be made; all the big things we wanted in v8 have already been implemented. This means we are now actively asking for your feedback, especially for the migration guide https://next.fakerjs.dev/guide/upgrading.html.

Biggest changes between v7 to v8:

  • We removed support for locale switching at runtime. However, it is now possible to craft custom Faker instances with imported locales and chain them as fallbacks.
  • You can not import all pre-build Faker instances from @faker-js/faker, but there is a known bug #1791 so it is currently still recommended to import them from @faker-js/faker/locale/<locale>.
  • Behind the scenes, we are now throwing errors for non existing locale data. If you need to access the raw data for any reasons, you can still access them via faker.rawDefinitions, but this is not officially supported and can be changed at anytime.

Please explore https://next.fakerjs.dev for more information.

What's Changed

Read more

v8.0.0-alpha.2

24 Mar 15:12
4ded8a6
Compare
Choose a tag to compare
v8.0.0-alpha.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v8.0.0-alpha.1...v8.0.0-alpha.2

v8.0.0-alpha.1

20 Mar 18:29
5eea037
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

What's Changed

Read more

v8.0.0-alpha.0

24 Dec 16:27
aa77888
Compare
Choose a tag to compare
v8.0.0-alpha.0 Pre-release
Pre-release

What's Changed

Read more

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