aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-05-03refactor(locale): normalize commerce data (#2868)DivisionByZero49-857/+857
2024-05-01refactor(locale): normalize hacker data (#2866)DivisionByZero25-280/+280
2024-04-29feat(music): add album and artist methods (#2620)Jeremy Hofer5-1/+1961
2024-04-29refactor(locale): normalize music data (#2857)DivisionByZero8-1091/+1091
2024-04-26fix(vehicle): Make VIN number generation more accurate (#2765)Lucas1-1/+1
Co-authored-by: DivisionByZero <[email protected]>
2024-04-23fix(locale): clean up Hungarian words (#2816)ST-DDT4-112/+0
2024-04-21refactor(locale): activate data normalization for color (#2837)DivisionByZero26-389/+389
2024-04-19fix(person): workaround for inherited first- and lastNames (#2834)Matt Mayer17-0/+69
2024-04-17fix(date): fix birthdate (#2829)ST-DDT1-1/+4
2024-04-16refactor(locale): activate data normalization for airline (#2828)DivisionByZero1-20/+5
2024-04-15refactor(locale): remove discontinued credit card issuer "maestro" (#2803)DivisionByZero4-23/+0
2024-04-15refactor(locale)!: remove location data index-value-binding (#2476)DivisionByZero25-162/+139
2024-04-14fix(locale): misc spelling errors in commerce & food (#2809)Matt Mayer3-3/+4
2024-04-12chore(gender): fixed gender typos (#2808)Erik Pragt1-6/+6
2024-04-11refactor(locale): normalize animal data (#2791)DivisionByZero45-2584/+2507
2024-04-11fix: tree-shaking (#2790)DivisionByZero2-70/+213
Co-authored-by: ST-DDT <[email protected]>
2024-04-08refactor(locale)!: remove unused global locale faker instance (#2789)ST-DDT1-11/+0
2024-04-07refactor(locale)!: remove deprecated locale aliases (#2787)Shinigami3-36/+0
2024-04-06feat(locale): support street and street address for ja (#2193)KeisukeYamashita5-3/+11
2024-04-05feat(animal): add more simple animals to animal.type() (#2786)Matt Mayer2-10/+41
2024-04-04fix(internet): add Hebrew username charMapping (#2781)mordi1-0/+31
2024-04-02feat(locale): add location for uz_UZ_latin (#2775)Miraziz Khidoyatov14-0/+804
2024-04-01refactor(date)!: birthdate improvements (#2756)ST-DDT1-64/+173
2024-03-28feat(music): add additional genres (#2621)Jeremy Hofer1-11/+262
2024-03-28refactor(date)!: stricter error handling of between (#2719)Matt Mayer1-3/+31
2024-03-27fix(person): add dedicated first names in ko locale (#2773)qqww085-2966/+618
2024-03-24refactor(date)!: fail on invalid dates (#2757)ST-DDT1-72/+45
2024-03-22fix(person): delete set of invalid names in en_NG (#2764)Nicholas Broad1-2/+0
2024-03-18refactor(location)!: remove v8 deprecated location methods (#2753)Shinigami1-751/+91
2024-03-16refactor(word): reduce definitions to 1000 in all locales (#2751)Matt Mayer11-37384/+2347
2024-03-16feat(locale): extend Uzbek locale for commerce (#2750)Miraziz Khidoyatov5-0/+167
2024-03-16refactor!: remove v8 deprecated type aliases (#2754)Shinigami2-60/+4
2024-03-15refactor(commerce)!: remove v8 deprecated commerce method (#2752)Shinigami1-169/+26
2024-03-15feat(locale): extend Uzbek locale for date and color (#2724)Miraziz Khidoyatov6-0/+99
2024-03-14refactor(location)!: remove default_country definitions (#2740)Matt Mayer120-180/+0
Co-authored-by: ST-DDT <[email protected]>
2024-03-13feat(number): add multipleOf to faker.number.int (#2586)Matt Mayer1-7/+26
Co-authored-by: ST-DDT <[email protected]>
2024-03-13refactor(helpers)!: remove v8 deprecated helpers methods (#2729)Shinigami1-66/+1
2024-03-12refactor(number)!: remove v8 deprecated number parameter (#2738)Shinigami1-32/+9
2024-03-12refactor(company)!: remove v8 deprecated company methods (#2726)Shinigami2-137/+0
2024-03-12feat(phone)!: add new style parameter (#2578)Matt Mayer300-155/+2212
2024-03-09refactor(finance)!: remove v8 deprecated finance methods (#2727)Shinigami1-363/+50
2024-03-06refactor(git)!: remove v8 deprecated git method (#2716)Shinigami1-21/+2
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT7-34/+90
2024-03-05docs: improve jsdocs default texts (#2717)ST-DDT3-19/+19
2024-03-05refactor(phone)!: remove v8 deprecated phone format (#2712)Shinigami1-49/+4
2024-03-05refactor(date)!: remove v8 deprecated date methods (#2704)Shinigami1-783/+64
2024-03-04feat(locale): add uzbek locale (uz_UZ_latin) (#2686)Miraziz Khidoyatov15-0/+925
2024-03-04refactor(color): use signature level defaults (#2703)ST-DDT1-37/+37
2024-03-03feat(helpers)!: stricter checking for function signature passed to ↵pomali1-3/+5
`multiple` (#2563) Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-03-01fix(commerce): return fractional prices (#2458)Eric Cheng1-17/+76
Co-authored-by: ST-DDT <[email protected]>