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
/
src
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-02
docs: improve example output for replaceSymbols (#3304)
Matt Mayer
1
-1
/
+1
2024-11-30
docs: add missing example return value for internet.jwt (#3286)
DivisionByZero
1
-1
/
+1
2024-11-21
chore(word): cleanup word filtering (#3262)
ST-DDT
1
-6
/
+4
2024-11-14
infra(unicorn): consistent-function-scoping (#3255)
ST-DDT
4
-53
/
+95
2024-11-12
refactor(finance): deprecate maskedNumber for removal (#3201)
ST-DDT
1
-3
/
+20
2024-11-08
fix(internet): ensure domainWord always returns a valid value in all locales ...
Matt Mayer
1
-3
/
+26
2024-11-03
docs(string): improve documentation for length parameters (#3216)
ST-DDT
1
-39
/
+40
2024-10-31
feat(number): add romanNumeral method (#3070)
Amaan Shaikh
1
-0
/
+91
2024-10-29
feat(animal): add petName method (#3196)
Suyash Gulati
1
-0
/
+14
2024-10-23
feat(internet): add jwt method (#2936)
Zyb Jared Valdez
1
-0
/
+103
2024-10-20
docs(date): add hints how to generate date ranges (#3128)
ST-DDT
1
-0
/
+5
2024-10-19
infra(eslint): limit usage of globals in src (#3191)
ST-DDT
1
-0
/
+1
2024-10-16
feat(commerce): more varied product descriptions (#3174)
Matt Mayer
1
-2
/
+2
2024-10-16
docs: iban might be invalid due to country specific rules (#3175)
ST-DDT
1
-1
/
+3
2024-10-13
fix(food): use arrayElement instead of fake for adjective (#3178)
ST-DDT
1
-1
/
+3
2024-10-13
docs(image): update overview for image module (#3177)
Matt Mayer
1
-1
/
+1
2024-10-12
refactor(internet): rename userName method to username (#3130)
Suyash Gulati
2
-4
/
+57
2024-10-12
feat(location): add `continent` method (#3162)
Joscha Feth
1
-0
/
+14
2024-10-10
feat(internet): improve ipv4 method (#2992)
ST-DDT
1
-4
/
+166
2024-10-10
feat(string): adds support for generating ULID (#2524)
Bruno Leite
2
-18
/
+34
2024-10-10
feat: add book module (#2949)
Michał Cieślar
1
-0
/
+93
2024-09-26
fix(image): fix dataUri with type svg-base64 in browsers (#3144)
ST-DDT
1
-3
/
+2
2024-09-26
infra: update file structure for util/internal (#3141)
DivisionByZero
2
-2
/
+2
2024-09-22
chore: fix avatarLegacy deprecation version typo (#3124)
ST-DDT
1
-1
/
+1
2024-09-20
refactor(image): deprecate avatarLegacy (#3109)
ST-DDT
1
-7
/
+12
2024-09-15
refactor(location): adjust zipCode nullish checks (#3080)
ST-DDT
1
-5
/
+7
2024-06-30
refactor(locale): group person entries by gender (#2938)
DivisionByZero
1
-108
/
+38
2024-06-22
docs: simplify word description sentences (#2963)
Shinigami
1
-9
/
+9
2024-06-21
chore: remove potential future feature todos (#2959)
ST-DDT
3
-4
/
+0
2024-06-21
chore: remove arrayElement(s) js only error (#2958)
ST-DDT
1
-14
/
+0
2024-06-21
feat(date)!: separate timeZone method (#2947)
ST-DDT
2
-1
/
+25
2024-06-14
chore(helpers): deprecate invocations on non-functions for fakeEval (#2913)
ST-DDT
1
-4
/
+19
2024-06-13
refactor(locale)!: use singular locale definition keys (#2932)
Saurabh kumar
2
-5
/
+5
2024-06-05
feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922)
David Simão
2
-11
/
+114
2024-05-25
refactor(locale)!: use snake case for all locale data (#2910)
ST-DDT
2
-5
/
+5
2024-04-29
feat(music): add album and artist methods (#2620)
Jeremy Hofer
1
-1
/
+35
2024-04-26
fix(vehicle): Make VIN number generation more accurate (#2765)
Lucas
1
-1
/
+1
2024-04-17
fix(date): fix birthdate (#2829)
ST-DDT
1
-1
/
+4
2024-04-15
refactor(locale)!: remove location data index-value-binding (#2476)
DivisionByZero
1
-10
/
+12
2024-04-06
feat(locale): support street and street address for ja (#2193)
KeisukeYamashita
1
-1
/
+1
2024-04-05
feat(animal): add more simple animals to animal.type() (#2786)
Matt Mayer
1
-1
/
+1
2024-04-04
fix(internet): add Hebrew username charMapping (#2781)
mordi
1
-0
/
+31
2024-04-01
refactor(date)!: birthdate improvements (#2756)
ST-DDT
1
-64
/
+173
2024-03-28
refactor(date)!: stricter error handling of between (#2719)
Matt Mayer
1
-3
/
+31
2024-03-24
refactor(date)!: fail on invalid dates (#2757)
ST-DDT
1
-72
/
+45
2024-03-18
refactor(location)!: remove v8 deprecated location methods (#2753)
Shinigami
1
-751
/
+91
2024-03-15
refactor(commerce)!: remove v8 deprecated commerce method (#2752)
Shinigami
1
-169
/
+26
2024-03-13
feat(number): add multipleOf to faker.number.int (#2586)
Matt Mayer
1
-7
/
+26
2024-03-13
refactor(helpers)!: remove v8 deprecated helpers methods (#2729)
Shinigami
1
-66
/
+1
2024-03-12
refactor(number)!: remove v8 deprecated number parameter (#2738)
Shinigami
1
-32
/
+9
[next]