faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
This is a GitHub action workflow that let's maintainers of Faker run a npm publish process, so that the package `@faker-js/faker` will be published to npm registry. It is respecting...
The "final" release for v8.x **Pre-Release ToDos** - [x] Create new `Release Checklist` issue - [x] Check for open PRs that could/should be included - [x] Update dependencies, if possible...
faker.helpers.multiple() supports using mapFn like in Array.from(), but type signature of function didn't match, PR fixes this and adds test for this case (but since it changes declared interface I...
Ref: #2439 - #2439 --- Enables the [`unicorn/better-regex`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/better-regex.md) lint rule.
fix #2584
_Originally posted by @matthewmayer in https://github.com/faker-js/faker/pull/2581#discussion_r1431611815_ Similar to faker.number.float, faker.number.int should also support a multipleOf parameter
### Clear and concise description of the problem I am currently working on a project where I would like to return a random ISO-639 code in mock data. It would...
### Clear and concise description of the problem Currently the faker methods are organized in modules and these are joined to the whole Faker class. Most methods in the modules...
### Clear and concise description of the problem Glossary: - seed value: direct or indirect invocation of randomizer.next() or equivalents thereof Currently when invoking a faker function it may consume...
The roadmap at https://fakerjs.dev/about/roadmap/ is quite outdated. It says various things may happen in v8 which will actually now happen in v9. Now we could easily update this and add...