aboutsummaryrefslogtreecommitdiff
path: root/src/modules/number
AgeCommit message (Collapse)AuthorFilesLines
2025-04-11fix(number): don't ignore multipleOf in float when min=max (#3417)ST-DDT1-5/+1
2025-03-06feat(number): bigint multipleOf (#3402)Ernest1-9/+30
2024-10-31feat(number): add romanNumeral method (#3070)Amaan Shaikh1-0/+91
2024-03-13feat(number): add multipleOf to faker.number.int (#2586)Matt Mayer1-7/+26
Co-authored-by: ST-DDT <[email protected]>
2024-03-12refactor(number)!: remove v8 deprecated number parameter (#2738)Shinigami1-32/+9
2024-02-05docs: missing options jsdocs (#2638)ST-DDT1-1/+3
2024-01-19docs: improve docs for faker.number.float (#2607)Matt Mayer1-21/+14
2024-01-18feat(number): add parameter `fractionDigits` in float (#1855)DivisionByZero1-6/+43
Co-authored-by: ST-DDT <[email protected]>
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero1-12/+35
2023-12-27fix(number): improve float generation for precisions of form 10^-n (#2581)Matt Mayer1-1/+6
2023-12-04docs: add missing throw descriptions in JSDocs (#2560)DivisionByZero1-5/+12
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-3/+3
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-6/+6
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-10-14docs(number): improve documentation regarding number bounds (#2474)ST-DDT1-0/+8
2023-10-04feat: support custom randomizer (#2284)ST-DDT1-7/+5
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-2/+2
2023-08-07docs(number): remove wrong default value for float precision (#2299)Marcelo Shima1-2/+0
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-05-25docs(number): update default max value (#2176)An Nguyen1-3/+3
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-4/+4
2023-04-03chore: activate eslint no-else-return (#2009)Shinigami1-5/+5
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+11
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer1-14/+24
2023-01-18docs: jsdoc for options (#1644)Shinigami1-5/+104
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt1-0/+4
2023-01-03feat(number): add binary and octal random number generation (#1708)Pablo Ladreyt1-0/+58
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+2
2022-12-17feat(number)!: change int default params (#1643)Shinigami1-2/+2
2022-12-10feat(number): adjust hex default (#1649)Shinigami1-4/+4
2022-12-10fix(number): values out of bounds (#1648)ST-DDT1-4/+11
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-11/+11
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-0/+2
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-0/+197
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>