aboutsummaryrefslogtreecommitdiff
path: root/test/modules
AgeCommit message (Collapse)AuthorFilesLines
2024-02-29refactor(random)!: remove v8 deprecated image methods (#2697)Shinigami1-16/+0
2024-02-27feat!: high precision random number generator (#2357)ST-DDT26-1668/+1676
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer1-10/+6
2024-02-27refactor(datatype)!: remove v8 deprecated datatype methods (#2694)Shinigami4-900/+45
2024-02-25feat(helpers)!: use const generics where possible (#2685)ST-DDT1-0/+127
2024-02-25refactor(random)!: remove deprecated random module (#2678)Shinigami2-462/+1
2024-02-24refactor(helpers)!: remove v8 deprecated unique (#2661)Shinigami2-185/+0
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-20infra(unicorn): no-useless-switch-case (#2508)ST-DDT2-110/+110
2024-02-19infra(unicorn): prefer-at (#2654)Shinigami4-15/+15
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami2-2/+2
2024-02-14refactor(image)!: remove v8 deprecated providers (#2634)Shinigami1-276/+0
2024-02-11refactor(image)!: randomize defaults (#2472)José Olórtegui2-58/+58
Co-authored-by: ST-DDT <[email protected]>
2024-02-11feat(food): new module (#2484)DivisionByZero2-0/+144
Co-authored-by: Matt Mayer <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-09chore(deps)!: update dependency typescript to v5 (#1953)renovate[bot]9-9/+9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-02-09chore(deps): update vitest to v1 (major) (#2573)renovate[bot]3-37/+37
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2024-01-18feat(number): add parameter `fractionDigits` in float (#1855)DivisionByZero3-3/+61
Co-authored-by: ST-DDT <[email protected]>
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero3-4/+47
2023-12-27fix(number): improve float generation for precisions of form 10^-n (#2581)Matt Mayer3-19/+39
2023-12-25feat(helpers): add support for complex intermediate types (#2550)ST-DDT3-19/+182
2023-12-11infra(tsconfig): noImplicitAny (#2562)ST-DDT2-4/+6
2023-12-04docs: add missing throw descriptions in JSDocs (#2560)DivisionByZero2-1/+48
2023-12-01test(mersenne): add tests for value ranges (#2470)ST-DDT1-1/+36
2023-11-23infra(unicorn): prefer-code-point (#2509)ST-DDT1-0/+8
2023-11-19fix(internet): username method to return value that always includes… (#2506)amillwood3-108/+109
Co-authored-by: Austin Millwood <[email protected]>
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT3-12/+16
2023-11-13fix(date): ensures correct range for birthdate (#2535)Samuel Koch2-6/+35
2023-11-07refactor(string): remove arbitrary limit from sample (#2497)ST-DDT2-12/+0
2023-11-07fix(finance): maskedNumber has incorrect defaults (#2494)ST-DDT2-27/+33
2023-11-04infra(typescript-eslint): strict-type-checked (#2467)ST-DDT1-0/+2
2023-10-28infra(unicorn): filename-case (#2492)ST-DDT27-28/+28
2023-10-21infra(unicorn): prefer-number-properties (#2452)ST-DDT1-5/+5
2023-10-17infra(typescript-eslint): prefer-regexp-exec (#2466)ST-DDT1-4/+4
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami6-50/+49
Co-authored-by: ST-DDT <[email protected]>
2023-10-11infra(unicorn): no-array-for-each (#2461)ST-DDT3-38/+38
2023-10-08chore: fix iban test typos (#2438)ST-DDT1-7/+7
2023-10-07infra(eslint): enable no-useless-escape eslint rule (#2434)ST-DDT5-21/+19
2023-10-07infra(unicorn): prefer-date-now (#2419)Shinigami1-1/+1
Co-authored-by: ST-DDT <[email protected]>
2023-10-05feat(locale): add street_name to `en_US`, `en_GB` and `en` (#2371)DivisionByZero2-10/+10
2023-09-29chore(finance): update mastercard patterns and test (#2396)Matt Mayer2-5/+14
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT1-1/+3
2023-09-23feat(locale): add unionpay credit card for zh_CN (#2338)CoolPlayLin1-1/+10
2023-09-17fix(image): dataUri is not random (#2316)Omkar Pednekar2-72/+60
Co-authored-by: ST-DDT <[email protected]>
2023-09-15feat(location): Support ISO 3166-1 numeric country codes (#2325)Robin van der Vliet2-12/+51
2023-09-10feat(commerce): add method for generating ISBN-10 and ISBN-13 (#2240)Robin van der Vliet2-0/+96
2023-09-05chore(finance): remove defunct credit card issuers (#2356)Matt Mayer2-12/+4
2023-09-05feat(image): add image dataUri with base64 (#2273)inkedtree2-3/+57
2023-09-01feat(location): update en county list (#2238)Matt Mayer1-3/+3
2023-08-17test(image): add seeded tests for dataUri (#2317)ST-DDT2-1/+49
2023-08-10fix(location): Pad en_US ZIP codes left to 5 characters if needed (#2278)Matt Mayer1-0/+5
* fix(location): Pad en_US ZIP codes left to 5 characters if needed * fix NJ and RI * fix PR * updated postcode_by_state to use string patterns --------- Co-authored-by: DivisionByZero <[email protected]>
2023-08-01test: move files to modules (#2279)Shinigami53-0/+15877