aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14refactor(image)!: remove v8 deprecated providers (#2634)Shinigami4-552/+0
2024-02-11refactor(image)!: randomize defaults (#2472)José Olórtegui1-31/+44
Co-authored-by: ST-DDT <[email protected]>
2024-02-11docs(system): fix bad description (#2659)ST-DDT1-2/+2
2024-02-11docs(finance): fix bad see tags (#2660)ST-DDT1-4/+3
2024-02-11feat(food): new module (#2484)DivisionByZero1-0/+141
Co-authored-by: Matt Mayer <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-06docs: clarify that the result of faker.date.betweens() is sorted (#2635)Matt Mayer1-1/+1
2024-02-05docs: missing options jsdocs (#2638)ST-DDT2-1/+18
2024-02-01docs: fix missing or invalid jsdocs (#2630)ST-DDT1-6/+4
2024-01-24docs(internet): fix typos in deprecation warnings for internet (#2613)Matt Mayer1-2/+2
2024-01-24docs: fix missing deprecations (#2614)Shinigami2-62/+73
2024-01-21docs: fix longitude options (#2611)Shinigami1-5/+5
2024-01-19docs: improve docs for faker.number.float (#2607)Matt Mayer1-21/+14
2024-01-18feat(number): add parameter `fractionDigits` in float (#1855)DivisionByZero3-11/+48
Co-authored-by: ST-DDT <[email protected]>
2024-01-18refactor(internet): deprecated redundant avatar method (#2601)ST-DDT1-3/+13
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero6-29/+51
2023-12-28chore(typescript-eslint): no-useless-template-literals (#2589)ST-DDT2-2/+2
2023-12-27fix(number): improve float generation for precisions of form 10^-n (#2581)Matt Mayer1-1/+6
2023-12-25feat(helpers): add support for complex intermediate types (#2550)ST-DDT2-55/+234
2023-12-12docs: clarify that location.state refers to ISO 3166-2 (#2574)Eric Cheng1-0/+3
2023-12-04docs: add missing throw descriptions in JSDocs (#2560)DivisionByZero2-6/+17
2023-12-03docs: check and improve handling of duplicate tags (#2444)ST-DDT1-2/+2
2023-12-01chore(helpers): fix examples on internal functions (#2559)ST-DDT1-11/+13
2023-11-26refactor(helper): deprecate replaceSymbolWithNumber (#2557)Suyash Gulati2-13/+53
2023-11-23infra(unicorn): prefer-code-point (#2509)ST-DDT4-14/+18
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT12-87/+92
2023-11-19fix(internet): username method to return value that always includes… (#2506)amillwood1-21/+40
Co-authored-by: Austin Millwood <[email protected]>
2023-11-18fix(finance): correct VG IBAN format (#2552)Alex Nagelkerke1-1/+1
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT10-83/+161
2023-11-13chore(deps): update dependency prettier to v3.1.0 (#2541)renovate[bot]1-6/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT13-90/+156
2023-11-13fix(date): ensures correct range for birthdate (#2535)Samuel Koch1-1/+1
2023-11-07infra(typescript-eslint): switch-exhaustiveness-check (#2519)ST-DDT1-0/+3
2023-11-07refactor(string): remove arbitrary limit from sample (#2497)ST-DDT1-6/+1
2023-11-07feat(person): use fake patterns for jobTitle (#2528)Matt Mayer1-1/+3
2023-11-07fix(finance): maskedNumber has incorrect defaults (#2494)ST-DDT1-1/+1
2023-11-07infra(unicorn): no-array-reduce (#2479)ST-DDT1-8/+2
2023-11-07infra(unicorn): no-negated-condition (#2507)ST-DDT2-12/+12
2023-11-06refactor: simplify module creation (#2485)ST-DDT26-177/+55
2023-11-04infra(typescript-eslint): strict-type-checked (#2467)ST-DDT3-7/+6
2023-10-31docs(phone): improve deprecation and see message (#2517)ST-DDT1-2/+12
2023-10-28refactor(finance): simplify maskedNumber implementation (#2493)ST-DDT1-12/+6
2023-10-28infra(unicorn): filename-case (#2492)ST-DDT3-2/+2
2023-10-26infra(unicorn): prefer-ternary (#2464)ST-DDT3-29/+12
2023-10-24infra(unicorn): no-for-loop (#2490)ST-DDT1-2/+2
2023-10-23refactor(finance): simplify litecoin address implementation (#2495)ST-DDT1-6/+6
Co-authored-by: DivisionByZero <[email protected]>
2023-10-23chore: substrings of length one (#2496)ST-DDT1-1/+1
2023-10-21infra(unicorn): prefer-number-properties (#2452)ST-DDT4-18/+21
2023-10-21docs: fix deprecated text for internet.password (#2486)Eric Beyer1-1/+1
2023-10-17infra(unicorn): escape-case (#2469)ST-DDT3-3/+3
2023-10-17infra(typescript-eslint): prefer-regexp-exec (#2466)ST-DDT1-11/+11