Skip to content

Releases: faker-js/faker

v9.0.0-alpha.0

12 Apr 14:44
cb024e8
Compare
Choose a tag to compare
v9.0.0-alpha.0 Pre-release
Pre-release

What's Changed

Read more

v8.4.1

08 Feb 16:09
7c7f78d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.4.0...v8.4.1

v8.4.0

25 Jan 13:24
0730390
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.1...v8.4.0

v8.3.1

14 Nov 21:02
1328985
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.3.0...v8.3.1

v8.3.0

14 Nov 19:31
3f614f0
Compare
Choose a tag to compare

Known Issue

⚠ WARNING: This version has compiler issues due to missing internal types.

What's Changed

New Contributors

Full Changelog: v8.2.0...v8.3.0

v8.2.0

15 Oct 16:25
30557b9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0

19 Sep 20:37
fd6557e
Compare
Choose a tag to compare

What's Changed

Read more

v8.0.2

28 May 08:32
651d1a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.0.2

v8.0.1

15 May 16:47
06bc5af
Compare
Choose a tag to compare

This release only offers a cleanup of the docs and the README.md for npm

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

11 May 17:38
46b6585
Compare
Choose a tag to compare

New & Noteworthy

We are happy to announce that the stable release of v8. The v8 version will be the last version that supports NodeJS v14 which reached EOL on (2023-04-30).
Future we won't also support TS 4.x in further major versions anymore (>= v9).

For a complete migration guide from v7 to v8 please checkout fakerjs.dev/guide/upgrading.

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.
  • Image providers are deprecated, please use the image module directly.

https://fakerjs.dev is now also fully updated. Please feel free to explore it.

What's Changed

Read more