aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-09-19docs: show examples for modules (#2406)Matt Mayer3-3/+23
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-0/+77
2023-09-17test(docs): disable versions check for external contributors (#2181)ST-DDT1-1/+18
2023-09-17fix(image): dataUri is not random (#2316)Omkar Pednekar2-72/+60
2023-09-15feat(location): Support ISO 3166-1 numeric country codes (#2325)Robin van der Vliet2-12/+51
2023-09-10chore(deps): regenerate lock file (#2382)Shinigami1-44/+44
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-03feat(locale): add person data for yo locale (#2363)0xfatherstreet1-0/+1
2023-09-01feat(location): update en county list (#2238)Matt Mayer1-3/+3
2023-08-26feat(locale): add Esperanto (#2230)Robin van der Vliet1-0/+1
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
2023-08-06chore(deps): update dependency prettier to v3 (#2260)Shinigami3-18/+18
2023-08-01test: move files to modules (#2279)Shinigami54-111/+86
2023-07-30fix(test): fix imports for jsdocs example verification (#2281)ST-DDT1-1/+3
2023-07-27fix(helpers): prevent uniqueArray from hanging (#2239)Matt Mayer1-0/+8
2023-07-22chore(deps): update typescript-eslint to v6 (major) (#2259)renovate[bot]1-2/+0
2023-07-18chore: remove legacy locale folder (#2263)Shinigami1-23/+0
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-0/+33
2023-07-17refactor(lorem): merge supplemental into words (#2242)Matt Mayer3-262/+262
2023-07-15infra: reduce tsconfig complexity (#2102)Shinigami2-8/+0
2023-07-14refactor(git): don't use Intl (#2222)Matt Mayer1-33/+1
2023-06-19refactor(locale): cs_CZ state_abbr not applicable (#2140)DivisionByZero1-1/+1
2023-06-17feat(metadata): add method to access metadata (#2143)Matt Mayer1-0/+8
2023-05-27fix(git): limit need for Intl to specific method (#2172)Matt Mayer1-1/+33
2023-05-20test: vitest prefer-each (#2144)Shinigami30-406/+432
2023-05-15docs: switch doc links to stable (#2152)Shinigami2-3/+3
2023-05-09test: lint vitest (#2098)Shinigami12-118/+114
2023-05-08chore(deps): update vitest to ~0.31.0 (#2136)renovate[bot]1-8/+5
2023-05-04chore: rename generics (#2046)Shinigami4-46/+44
2023-05-03feat(helpers): new method `objectEntry` (#2123)Suyash Gulati2-0/+46
2023-05-03test: prepare test sources for strict mode (#2107)Shinigami3-7/+6
2023-05-01fix(test): fix failing latitude test (#2116)Matt Mayer1-4/+16
2023-05-01feat(locale): add ro_MD locale (#2084)Matt Mayer1-3/+3
2023-05-01fix(location): no leading zero on building number or secondary address (#2032)Matt Mayer2-15/+22
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT1-4/+2
2023-04-28docs: fix full url to absolute conversion (#2101)ST-DDT5-1/+83
2023-04-26chore: eslint report-unused-disable-directives (#2097)Shinigami1-1/+0
2023-04-26feat(date): introduce anytime (#2096)ST-DDT2-1/+36
2023-04-25fix: add support for equals on locale proxies (#2092)ST-DDT1-0/+10
2023-04-25feat(locale): add en_HK locale (#2083)Matt Mayer1-0/+3
2023-04-23feat: introduce locale proxy (#2004)ST-DDT5-15/+232
2023-04-23refactor(locale): use null as not applicable (#2078)ST-DDT2-4/+36
2023-04-22feat(locale): add additional metadata properties (#2025)Matt Mayer1-0/+35
2023-04-22feat(locale): add city names for th (#2075)Matt Mayer1-1/+0
2023-04-21refactor(helpers)!: remove default value from arrayElement (#2045)DivisionByZero5-45/+106
2023-04-21refactor(location): deprecate cityName (#2070)DivisionByZero1-9/+9
2023-04-20docs: check api references (#2024)ST-DDT4-110/+179