aboutsummaryrefslogtreecommitdiff
path: root/test/modules
AgeCommit message (Expand)AuthorFilesLines
2024-11-30refactor(locale): sort person data (#3269)ST-DDT1-16/+16
2024-11-21chore: import validator functions individually (#3274)ST-DDT7-73/+83
2024-11-19chore(test): cleanup usages of randomSeed (#3260)ST-DDT2-6/+0
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT3-32/+33
2024-11-12refactor(finance): deprecate maskedNumber for removal (#3201)ST-DDT2-3/+6
2024-11-09test: verify the generated image links are working (#3127)ST-DDT1-56/+73
2024-11-08fix(internet): ensure domainWord always returns a valid value in all locales ...Matt Mayer1-1/+12
2024-10-31feat(number): add romanNumeral method (#3070)Amaan Shaikh2-1/+115
2024-10-29feat(animal): add petName method (#3196)Suyash Gulati2-1/+15
2024-10-26test(animal): unroll animal test loop (#3198)Matt Mayer1-23/+119
2024-10-23feat(internet): add jwt method (#2936)Zyb Jared Valdez2-0/+67
2024-10-21test(system): remove obsolete SK common file name test (#3206)ST-DDT1-11/+1
2024-10-17refactor(locale): modernise buzz- and catch-phrases (#2930)Matt Mayer1-19/+19
2024-10-17refactor(locale): enhance en vehicle manufacturers (#3187)Suyash Gulati1-4/+4
2024-10-16feat(commerce): more varied product descriptions (#3174)Matt Mayer2-7/+6
2024-10-14refactor(vehicle): add more non-US vehicle manufacturers (#3173)Matt Mayer1-4/+4
2024-10-12refactor(internet): rename userName method to username (#3130)Suyash Gulati2-7/+141
2024-10-12feat(location): add `continent` method (#3162)Joscha Feth2-0/+18
2024-10-10feat(internet): improve ipv4 method (#2992)ST-DDT2-6/+114
2024-10-10feat(string): adds support for generating ULID (#2524)Bruno Leite2-0/+45
2024-10-10feat: add book module (#2949)Michał Cieślar2-0/+114
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero1-1/+1
2024-09-20refactor(image): deprecate avatarLegacy (#3109)ST-DDT2-3/+4
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero3-29/+31
2024-06-23test: remove usage of vitest.todo (#2960)ST-DDT1-10/+0
2024-06-21chore: remove arrayElement(s) js only error (#2958)ST-DDT1-18/+0
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT4-4/+71
2024-06-14chore(helpers): deprecate invocations on non-functions for fakeEval (#2913)ST-DDT1-1/+1
2024-06-13refactor(locale)!: use singular locale definition keys (#2932)Saurabh kumar1-5/+5
2024-06-05feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922)David Simão2-11/+113
2024-05-25refactor(locale): normalize finance data (#2915)DivisionByZero1-11/+11
2024-05-25infra(typescript-eslint): no-confusing-void-expression (#2909)ST-DDT1-1/+2
2024-05-25refactor(locale)!: use snake case for all locale data (#2910)ST-DDT1-3/+3
2024-05-18infra(vitest): no-alias-methods (#2899)ST-DDT1-8/+8
2024-05-18refactor(locale): normalize date data (#2902)DivisionByZero1-20/+20
2024-05-14infra(vitest): prefer-to-have-length (#2900)ST-DDT3-7/+7
2024-05-14refactor(locale): normalize company data (#2889)DivisionByZero2-19/+19
2024-05-08refactor(locale): normalize vehicle data (#2874)DivisionByZero1-6/+6
2024-05-05refactor(locale): normalize database data (#2873)DivisionByZero1-12/+12
2024-05-03refactor(locale): normalize commerce data (#2868)DivisionByZero1-17/+17
2024-05-01refactor(locale): normalize hacker data (#2866)DivisionByZero2-29/+29
2024-04-29feat(music): add album and artist methods (#2620)Jeremy Hofer2-1/+33
2024-04-29refactor(locale): normalize music data (#2857)DivisionByZero1-3/+3
2024-04-26fix(vehicle): Make VIN number generation more accurate (#2765)Lucas1-3/+3
2024-04-21refactor(locale): activate data normalization for color (#2837)DivisionByZero2-9/+9
2024-04-17fix(date): fix birthdate (#2829)ST-DDT2-14/+27
2024-04-14fix(locale): misc spelling errors in commerce & food (#2809)Matt Mayer1-3/+3
2024-04-11refactor(locale): normalize animal data (#2791)DivisionByZero2-24/+24
2024-04-05feat(animal): add more simple animals to animal.type() (#2786)Matt Mayer1-3/+3
2024-04-01refactor(date)!: birthdate improvements (#2756)ST-DDT2-67/+78