aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-06-16feat(location): simple coordinate methods (#3528)David Pollack1-1/+1
2024-10-10feat(internet): improve ipv4 method (#2992)ST-DDT1-1/+2
2024-10-10feat: add book module (#2949)Michał Cieślar1-0/+2
2024-09-26infra: update file structure for util/internal (#3141)DivisionByZero1-4/+4
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero1-0/+1
2024-06-05feat(bitcoinAddress): multiple bitcoin address types and testnet (#2922)David Simão1-0/+8
2024-04-11fix: tree-shaking (#2790)DivisionByZero1-1/+0
Co-authored-by: ST-DDT <[email protected]>
2024-03-16refactor!: remove v8 deprecated type aliases (#2754)Shinigami1-58/+2
2024-02-27feat!: high precision random number generator (#2357)ST-DDT1-0/+4
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer1-3/+0
2024-02-25refactor(random)!: remove deprecated random module (#2678)Shinigami1-2/+0
2024-02-11feat(food): new module (#2484)DivisionByZero1-0/+2
Co-authored-by: Matt Mayer <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-09chore(deps)!: update dependency typescript to v5 (#1953)renovate[bot]1-7/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-10-04feat: support custom randomizer (#2284)ST-DDT1-0/+1
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-2/+3
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT1-26/+64
2023-04-22fix: export AircraftType correctly as type (#2077)Shinigami1-2/+2
2023-04-01refactor(locale)!: move title to metadata (#1978)ST-DDT1-0/+2
2023-03-20chore(random): deprecate random module (#1939)ST-DDT1-0/+1
2023-03-14feat: provide enums for color values (#1910)Shinigami1-2/+7
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-10/+6
2023-02-27feat(finance): currency object (#1809)Matt Mayer1-2/+1
2023-01-30feat(airline): add airline module (#1699)Matthew Petro1-0/+3
2023-01-22chore: export mergeLocales utility (#1751)ST-DDT1-0/+1
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-0/+1
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-10-21refactor(location)!: rename address module (#1469)Shinigami1-2/+8
Co-authored-by: ST-DDT <[email protected]>
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-0/+1
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-10-16refactor(person)!: rename name module (#1445)Shinigami1-4/+13
Co-authored-by: ST-DDT <[email protected]>
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami1-5/+2
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-2/+26
2022-08-01chore: rename Gender to Sex (#1163)Hanna1-2/+2
Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami <[email protected]>
2022-06-19chore: use type export for science interfaces (#1093)Shinigami1-1/+1
2022-06-05feat: science module (#1014)Eric Cheng1-0/+2
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami <[email protected]> Co-authored-by: pkuczynski <[email protected]>
2022-05-22feat: color module (#801)Harsohail Brar1-0/+9
Co-authored-by: Shinigami <[email protected]>
2022-05-04refactor!: remove faker default export (#799)Shinigami1-2/+0
2022-05-03chore: remove obsolete DefinitionTypes type (#912)ST-DDT1-1/+0
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-2/+2
2022-03-31feat: FakerError (#718)Leyla Jähnig1-0/+1
2022-03-24fix: name module gender (#644)Shinigami1-0/+2
2022-02-24chore: move faker into own file (#548)Shinigami1-145/+5
Co-authored-by: ST-DDT <[email protected]>
2022-02-20docs: various fixes (#523)ST-DDT1-1/+1
2022-02-11feat(types): provide strong typing for locales 2 (#398)ST-DDT1-2/+25
2022-02-01feat(types): provide strong typing for locales (#363)ST-DDT1-307/+11
2022-01-30chore: rename phone_number to phone (#340)Piotr Kuczynski1-1/+1
2022-01-29chore: add types for definitionsShinigami921-2/+4
2022-01-23feat: add autocomplete support for locales (#248)ST-DDT1-11/+14
2022-01-21feat: use export default for locales (#249)ST-DDT1-1/+2
2022-01-20feat: migrate locales to typescript (#238)ST-DDT1-0/+1
2022-01-19fix: ts support for locales (#169)Shinigami1-2/+166
2022-01-18feat!: support tree-shaking (#152)Shinigami1-2/+6