New & Noteworthy
- New function: faker.helpers.maybe
- Move
arrayElement(s)
tohelpers
- 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
andobjectValue
, deprecateobjectElement
- We now return the seed with the
seed()
function, please use this return value instead offaker.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 withv7
. Therefore this is the last version that supports Nodev12
. The next iteration will require at least Nodev14.6
.
v7
will contain many breaking changes like removal of all current deprecated functions.
What's Changed
- chore(deps): update vitest to ~0.9.4 by @renovate in #863
- chore(deps): update dependency esbuild to ~0.14.38 by @renovate in #862
- feat: add Hungarian locale by @szabolcstarnai in #53
- docs: make clear that latitude is first on nearbyGPSCoordinate by @efstathiosntonas in #864
- test: strengthen price regex tests by @ST-DDT in #865
- feat: resettable unique store by @Shinigami92 in #800
- test: use consistent assertion functions by @Shinigami92 in #852
- chore(deps): update dependency eslint to ~8.14.0 by @renovate in #867
- chore(deps): update codecov/codecov-action action to v3.1.0 by @renovate in #866
- feat: configure eol character for git.commitEntry by @xDivisionByZerox in #681
- feat: random numeric by @Shinigami92 in #797
- test: add seeded tests for random module by @ST-DDT in #868
- chore(deps): update devdependencies by @renovate in #872
- chore(deps): update pnpm to v6.32.10 by @renovate in #873
- refactor(word): extract wordlist filter in separate method by @xDivisionByZerox in #877
- feat: faker.helpers.maybe by @Shinigami92 in #874
- fix: address.nearbyGPSCoordinate by @Shinigami92 in #876
- chore(deps): update devdependencies by @renovate in #879
- chore(deps): update pnpm to v6.32.11 by @renovate in #880
- chore: remove deprecated methods from fake tests by @ST-DDT in #885
- chore: fix any warnings in image module by @ST-DDT in #886
- test: simplify seeded address tests by @ST-DDT in #889
- feat: separate methods for object key value by @xDivisionByZerox in #503
- feat: add creditCardIssuer by @beninsydney in #888
- chore(deps): update dependency typescript to ~4.6.4 by @renovate in #891
- chore(deps): update dependency @types/node to ~16.11.32 by @renovate in #890
- chore(deps): update vitest to ~0.10.0 by @renovate in #896
- chore(deps): update typescript-eslint to ~5.21.0 by @renovate in #895
- feat: return seed value from seed() by @Shinigami92 in #853
- refactor: move some random methods to helpers by @Shinigami92 in #892
- test: add tests by @Shinigami92 in #894
- chore(deps): update dependency @types/node to ~16.11.33 by @renovate in #898
- chore(release): 6.3.0 by @Shinigami92 in #901
New Contributors
- @szabolcstarnai made their first contribution in #53
- @efstathiosntonas made their first contribution in #864
- @beninsydney made their first contribution in #888
Full Changelog: v6.2.0...v6.3.0