faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
This PR changes the docs by showing all api signatures of a method instead of only the last one. Single Signature https://deploy-preview-3030.fakerjs.dev/api/color.html#csssupportedfunction  Multi Signature https://deploy-preview-3030.fakerjs.dev/api/color.html#cmyk No Args  With...
WIP Preview: - https://deploy-preview-3056.fakerjs.dev/about/announcements/2024-08-31.html - https://deploy-preview-3056.fakerjs.dev/guide/upgrading.html
Improves the ipv4 generation options by adding parameters to configure the ip range to generate. - `cidrBlock`: Declares the explicit cidr range for the ip to generate in e.g. `192.168.42.0/24`....
Issue #3020: Correction of pt_PT Information **Changes Made:** Corrected country, region names an person info in Portuguese (pt_PT) in the data file. **Details of Changes:** - Updated the list of...
This PR switched to `eslint.config.ts` so we can benefit from TypeScript checks and don't need to rely anymore on a `// @ts-check` comment at the top of the file Also...
`userName` should be `username` – consider deprecating the former. https://english.stackexchange.com/questions/43436/username-user-name-or-user-name
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rimraf](https://togithub.com/isaacs/rimraf) | [`5.0.9` -> `6.0.1`](https://renovatebot.com/diffs/npm/rimraf/5.0.9/6.0.1) | [](https://docs.renovatebot.com/merge-confidence/)...
### Clear and concise description of the problem As a developer I want to be able to directly provide a seed when creating a new faker instance. Currently I have...
### Clear and concise description of the problem I wanted to seed some data to the database and one of the tables needs image type and an image so while...
Fixes #2023 - #2023 Add jsdocs to the localized faker instances and locale data.