faker icon indicating copy to clipboard operation
faker copied to clipboard

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

Results 391 faker issues
Sort by recently updated
recently updated
newest added

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...

p: 1-normal
s: needs decision
c: infra

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...

p: 1-normal
c: release

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...

c: feature
p: 1-normal
s: accepted
m: helpers

Ref: #2439 - #2439 --- Enables the [`unicorn/better-regex`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/better-regex.md) lint rule.

needs rebase
s: on hold
p: 1-normal
c: infra

fix #2584

c: feature
p: 1-normal
s: accepted
m: number

_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

c: feature
p: 1-normal
s: accepted
m: number

### 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...

c: feature
p: 1-normal
m: location
s: waiting for user interest

### 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...

c: feature
p: 1-normal
s: awaiting more info
breaking change

### 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...

c: feature
s: on hold
p: 1-normal
s: accepted

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...