aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT31-426/+153
2023-03-06chore: fix typo (#1896)Beau Dobbin1-3/+3
2023-03-04docs: show deprecation message (#1889)Matt Mayer3-21/+22
2023-02-28fix(currency): modernise currency list for 2023 (#1880)Matt Mayer2-20/+20
2023-02-27feat(finance): currency object (#1809)Matt Mayer2-0/+35
2023-02-22refactor(git): length for commit sha (#1863)Shinigami2-18/+36
2023-02-21refactor(company)!: rename bs to buzz (#1860)Shinigami2-31/+33
2023-02-20refactor(location)!: countryCode use ISO-3166-1 (#1720)DivisionByZero1-3/+3
2023-02-17chore: improve error message for faker.date.birthday (#1843)John Mal1-1/+1
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+1
2023-02-15refactor(finance): standardize arguments (#1821)DivisionByZero2-31/+155
2023-02-14test(date): add birthdate error test (#1833)Peter1-0/+13
2023-02-13chore(deps): update doc-dependencies (#1826)renovate[bot]1-18/+18
2023-02-11docs: improving readability of UUID string (#1622)Kcops112-30/+30
2023-02-06refactor(commerce): price use options object (#1805)DivisionByZero2-4/+48
2023-02-04refactor(datatype): standardize arguments (#1804)DivisionByZero2-4/+12
2023-02-04fix(git): commitEntry normalize user (#1813)Shinigami1-2/+2
2023-02-04refactor(location): normalize signatures (#1784)DivisionByZero2-63/+200
2023-02-03docs: show source link (#1780)ST-DDT1-0/+18
2023-02-03test: configure chai truncated threshold (#1807)Shinigami1-0/+3
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer2-26/+26
2023-02-01test: run tests shuffled (#1645)Shinigami1-5/+1
2023-02-01infra: configure lint rule array-type (#1793)Shinigami3-6/+6
2023-01-30chore(deps): update dependency vitepress to v1.0.0-alpha.43 (#1795)renovate[bot]1-18/+18
2023-01-30feat(airline): add airline module (#1699)Matthew Petro2-0/+337
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer6-72/+41
2023-01-29refactor(system): replace mime db with common dataset (#1788)DivisionByZero1-20/+20
2023-01-29test(system): add valid 0 for cron (#1787)Shinigami1-3/+3
2023-01-29refactor(string): rename `special` to `symbol` (#1789)DivisionByZero2-26/+26
2023-01-29refactor(internet): remove weigths in userAgent (#1761)DivisionByZero1-3/+3
2023-01-29refactor(docs): split generate:api-docs execution from import (#1779)ST-DDT1-16/+3
2023-01-29refactor(locale)!: remove unused separator entry (#1731)ST-DDT1-14/+0
2023-01-28test(helpers): widen arrayElements distribution (#1786)Shinigami1-2/+2
2023-01-26docs: fix unwrap literal union (#1752)ST-DDT2-5/+67
2023-01-26feat(helpers): add length range support in `arrayElements` (#1772)Eric Cheng2-1/+69
2023-01-24fix(helpers): uniform distribution in helpers.arrayElements (#1770)ST-DDT2-5/+44
2023-01-24feat(date): introduce faker.defaultRefDate and setDefaultRefDate (#1757)ST-DDT2-0/+42
2023-01-23refactor: reorganize apidoc scripts and reuse them for tests (#1759)ST-DDT4-113/+101
2023-01-21docs: unwrap complex array params (#1753)ST-DDT2-0/+69
2023-01-20fix(internet): fix invalid emails in some locales (#1746)Matt Mayer1-0/+19
2023-01-18fix(locale): filter inappropriate words in the en locale (#1745)Matt Mayer5-55/+55
2023-01-13feat(locales): add mergeLocales utility (#1707)ST-DDT1-0/+59
2023-01-11feat(string): generate string from characters (#1717)ST-DDT4-10/+141
2023-01-10chore: remove debug code (#1724)ST-DDT1-2/+0
2023-01-10test: repair all functional test (#1718)ST-DDT1-14/+50
2023-01-09feat(string): nanoid (#1716)Leyla Jähnig2-0/+73
2023-01-09feat(person): split prefix into gendered versions (#1665)Matt Mayer2-6/+6
2023-01-05feat(locale): add Luxembourg (French) locale (#1693)David Morais Ferreira1-1/+1
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt2-0/+160
2023-01-03feat(number): add binary and octal random number generation (#1708)Pablo Ladreyt2-0/+104