index
:
faker
erica/update-maintainers-sponsers-backers
imgbot
main
update_logo_and_readme
Generate massive amounts of fake data in the browser and node.js
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
modules
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-02-29
refactor(random)!: remove v8 deprecated image methods (#2697)
Shinigami
1
-16
/
+0
2024-02-27
feat!: high precision random number generator (#2357)
ST-DDT
26
-1668
/
+1676
2024-02-27
refactor(person)!: flatten jobs definitions (#2505)
Matt Mayer
1
-10
/
+6
2024-02-27
refactor(datatype)!: remove v8 deprecated datatype methods (#2694)
Shinigami
4
-900
/
+45
2024-02-25
feat(helpers)!: use const generics where possible (#2685)
ST-DDT
1
-0
/
+127
2024-02-25
refactor(random)!: remove deprecated random module (#2678)
Shinigami
2
-462
/
+1
2024-02-24
refactor(helpers)!: remove v8 deprecated unique (#2661)
Shinigami
2
-185
/
+0
Co-authored-by: Eric Cheng <
[email protected]
> Co-authored-by: Matt Mayer <
[email protected]
>
2024-02-20
infra(unicorn): no-useless-switch-case (#2508)
ST-DDT
2
-110
/
+110
2024-02-19
infra(unicorn): prefer-at (#2654)
Shinigami
4
-15
/
+15
2024-02-18
infra(unicorn): prefer-string-replace-all (#2653)
Shinigami
2
-2
/
+2
2024-02-14
refactor(image)!: remove v8 deprecated providers (#2634)
Shinigami
1
-276
/
+0
2024-02-11
refactor(image)!: randomize defaults (#2472)
José Olórtegui
2
-58
/
+58
Co-authored-by: ST-DDT <
[email protected]
>
2024-02-11
feat(food): new module (#2484)
DivisionByZero
2
-0
/
+144
Co-authored-by: Matt Mayer <
[email protected]
> Co-authored-by: Matt Mayer <
[email protected]
>
2024-02-09
chore(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-09
chore(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-18
feat(number): add parameter `fractionDigits` in float (#1855)
DivisionByZero
3
-3
/
+61
Co-authored-by: ST-DDT <
[email protected]
>
2023-12-30
refactor(number): deprecate precision in favor of multipleOf in float (#2564)
DivisionByZero
3
-4
/
+47
2023-12-27
fix(number): improve float generation for precisions of form 10^-n (#2581)
Matt Mayer
3
-19
/
+39
2023-12-25
feat(helpers): add support for complex intermediate types (#2550)
ST-DDT
3
-19
/
+182
2023-12-11
infra(tsconfig): noImplicitAny (#2562)
ST-DDT
2
-4
/
+6
2023-12-04
docs: add missing throw descriptions in JSDocs (#2560)
DivisionByZero
2
-1
/
+48
2023-12-01
test(mersenne): add tests for value ranges (#2470)
ST-DDT
1
-1
/
+36
2023-11-23
infra(unicorn): prefer-code-point (#2509)
ST-DDT
1
-0
/
+8
2023-11-19
fix(internet): username method to return value that always includes… (#2506)
amillwood
3
-108
/
+109
Co-authored-by: Austin Millwood <
[email protected]
>
2023-11-14
infra: enable strictNullChecks in tsconfig (#2435)
ST-DDT
3
-12
/
+16
2023-11-13
fix(date): ensures correct range for birthdate (#2535)
Samuel Koch
2
-6
/
+35
2023-11-07
refactor(string): remove arbitrary limit from sample (#2497)
ST-DDT
2
-12
/
+0
2023-11-07
fix(finance): maskedNumber has incorrect defaults (#2494)
ST-DDT
2
-27
/
+33
2023-11-04
infra(typescript-eslint): strict-type-checked (#2467)
ST-DDT
1
-0
/
+2
2023-10-28
infra(unicorn): filename-case (#2492)
ST-DDT
27
-28
/
+28
2023-10-21
infra(unicorn): prefer-number-properties (#2452)
ST-DDT
1
-5
/
+5
2023-10-17
infra(typescript-eslint): prefer-regexp-exec (#2466)
ST-DDT
1
-4
/
+4
2023-10-17
infra(unicorn): prefer-spread (#2421)
Shinigami
6
-50
/
+49
Co-authored-by: ST-DDT <
[email protected]
>
2023-10-11
infra(unicorn): no-array-for-each (#2461)
ST-DDT
3
-38
/
+38
2023-10-08
chore: fix iban test typos (#2438)
ST-DDT
1
-7
/
+7
2023-10-07
infra(eslint): enable no-useless-escape eslint rule (#2434)
ST-DDT
5
-21
/
+19
2023-10-07
infra(unicorn): prefer-date-now (#2419)
Shinigami
1
-1
/
+1
Co-authored-by: ST-DDT <
[email protected]
>
2023-10-05
feat(locale): add street_name to `en_US`, `en_GB` and `en` (#2371)
DivisionByZero
2
-10
/
+10
2023-09-29
chore(finance): update mastercard patterns and test (#2396)
Matt Mayer
2
-5
/
+14
2023-09-23
infra: lint all existing jsdocs (#2408)
ST-DDT
1
-1
/
+3
2023-09-23
feat(locale): add unionpay credit card for zh_CN (#2338)
CoolPlayLin
1
-1
/
+10
2023-09-17
fix(image): dataUri is not random (#2316)
Omkar Pednekar
2
-72
/
+60
Co-authored-by: ST-DDT <
[email protected]
>
2023-09-15
feat(location): Support ISO 3166-1 numeric country codes (#2325)
Robin van der Vliet
2
-12
/
+51
2023-09-10
feat(commerce): add method for generating ISBN-10 and ISBN-13 (#2240)
Robin van der Vliet
2
-0
/
+96
2023-09-05
chore(finance): remove defunct credit card issuers (#2356)
Matt Mayer
2
-12
/
+4
2023-09-05
feat(image): add image dataUri with base64 (#2273)
inkedtree
2
-3
/
+57
2023-09-01
feat(location): update en county list (#2238)
Matt Mayer
1
-3
/
+3
2023-08-17
test(image): add seeded tests for dataUri (#2317)
ST-DDT
2
-1
/
+49
2023-08-10
fix(location): Pad en_US ZIP codes left to 5 characters if needed (#2278)
Matt Mayer
1
-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-01
test: move files to modules (#2279)
Shinigami
53
-0
/
+15877
[prev]