aboutsummaryrefslogtreecommitdiff
path: root/test/faker.spec.ts
AgeCommit message (Expand)AuthorFilesLines
2024-11-12feat: add initial seed parameter to constructors (#3220)ST-DDT1-20/+63
2024-09-14fix: emit cts types (#3093)Shinigami1-0/+2
2024-04-21infra(unicorn): no-await-expression-member (#2812)ST-DDT1-1/+2
2024-04-01chore(deps): update eslint (#2771)renovate[bot]1-3/+1
2024-02-18chore: convert to esm (#2261)Shinigami1-3/+2
2024-02-09chore(deps)!: update dependency typescript to v5 (#1953)renovate[bot]1-1/+1
2024-02-09chore(deps): replace vitest v1 deprecations (#2590)Shinigami1-2/+2
2023-12-11infra(tsconfig): noImplicitAny (#2562)ST-DDT1-1/+2
2023-11-14infra(unicorn): prefer-module (#2510)ST-DDT1-1/+1
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-2/+2
2023-10-04feat: support custom randomizer (#2284)ST-DDT1-0/+16
2023-06-17feat(metadata): add method to access metadata (#2143)Matt Mayer1-0/+8
2023-04-23feat: introduce locale proxy (#2004)ST-DDT1-3/+20
2023-04-12refactor(business): remove old business data (#2033)Matt Mayer1-3/+3
2023-04-01refactor(locale)!: move title to metadata (#1978)ST-DDT1-2/+2
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-49/+4
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-1/+1
2023-01-29refactor(locale)!: remove unused separator entry (#1731)ST-DDT1-14/+0
2023-01-24feat(date): introduce faker.defaultRefDate and setDefaultRefDate (#1757)ST-DDT1-0/+14
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-3/+3
2022-10-21refactor(location)!: rename address module (#1469)Shinigami1-1/+1
2022-06-14feat: throw error on unknown locale (#1071)Shinigami1-0/+18
2022-05-01feat: return seed value from seed() (#853)Shinigami1-0/+22
2022-04-21fix: dont log deprecations on startup (#857)Shinigami1-1/+20
2022-04-19feat: dynamic definitions tree (#822)ST-DDT1-14/+27
2022-03-31feat: FakerError (#718)Leyla Jähnig1-2/+5
2022-03-28chore: improve readability and type safety for loadDefinitions (#269)ST-DDT1-0/+21
2022-03-28fix: force passed locales into faker constructor (#580)Jason Papakostas1-1/+23
2022-03-24refactor: set seed directly (#563)ST-DDT1-0/+26