faker icon indicating copy to clipboard operation
faker copied to clipboard

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

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

This PR moves the usage section from 'Getting started' in it's own page.

c: docs
p: 1-normal

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`~10.7.0` -> `~10.8.0`](https://renovatebot.com/diffs/npm/cypress/10.7.0/10.8.0) | [![age](https://badges.renovateapi.com/packages/npm/cypress/10.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

c: dependencies

closes #1158

c: feature
p: 1-normal
m: finance

add `female_first_name` and `male_first_name` for zh_CN

c: locale

Currently the [usage](https://fakerjs.dev/guide/#usage) section takes too much space from the getting started page We would like to move, improve and maybe restructure it There should be also its own usage...

c: docs

We would like to have a separate page in the docs that provides examples how faker can be used to craft custom objects We already have such an example in...

c: docs
p: 1-normal
s: accepted

### Pre-Checks - [X] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/main/CODE_OF_CONDUCT.md). - [X] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/main/CONTRIBUTING.md). - [X] Read the [docs](https://fakerjs.dev/guide). - [X] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...

c: bug
p: 1-normal
s: accepted
c: locale
breaking change

This PR introduces configuration for our CHANGELOG file according to the [`standard-version` package](https://github.com/conventional-changelog/standard-version#configuration). You can see what commands would be run, without committing to git or updating files by using...

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

### Clear and concise description of the problem Currently we have the name of a locale only available at compile time or need to access them e.g. via `Object.keys(faker.locales)` But...

c: feature

This issue represents a todo from our codebase: https://github.com/faker-js/faker/blob/5ae93a7f51d48b2f2f4999f5cfbd2b4a4a5bb272/src/modules/helpers/index.ts#L244-L245 Currently, it is possible to generate a random number in a string with the `regexpStyleStringParse` functions. For example `faker.helpers.regexpStyleStringParse('[500-15000]')` will return...

p: 1-normal
m: helpers