aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-03-19chore(locale): remove bs_ files in sk and cz (#1942)Matt Mayer6-352/+0
2023-03-18chore(locate): added dedicated swiss street names (#1946)Ashar Nadeem3-4/+36
2023-03-17feat(locale): add `state` and `state_abbr` to `cz` (#1847)DivisionByZero2-2/+21
2023-03-16chore: use enumValue (#1937)Shinigami3-6/+6
2023-03-16fix(random): prevent infinite do-while (#1938)Shinigami1-0/+10
2023-03-15feat(helpers): new method enumValue (#1920)Caio Borghi1-0/+31
Co-authored-by: ST-DDT <[email protected]>
2023-03-14refactor(internet): standardize signatures (#1845)DivisionByZero2-34/+944
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami <[email protected]>
2023-03-14refactor(date): remove duplicate context of date definitions (#1915)Matt Mayer34-696/+25
2023-03-14feat: provide enums for color values (#1910)Shinigami2-35/+47
2023-03-11fix(locale): fix pt_PT street addresses (#1911)Matt Mayer4-5/+4
2023-03-11fix(locale): az company name_patterns return undefined in name (#1914)Matt Mayer1-5/+0
2023-03-08fix(internet): filter banned dots from email addresses (#1883)Matt Mayer1-0/+7
2023-03-08fix(locale): correct capitalization of last_name in en_AU (#1912)Matt Mayer1-7/+7
2023-03-08fix(locale): remove invalid city patterns from pt_BR (#1913)Matt Mayer1-2/+0
2023-03-07fix: consistent locale names (#1884)ST-DDT5-5/+5
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT65-686/+488
2023-02-28fix(currency): modernise currency list for 2023 (#1880)Matt Mayer1-87/+7
2023-02-27feat(finance): currency object (#1809)Matt Mayer9-585/+969
2023-02-23infra: error on deprecation (#1867)ST-DDT5-1/+27
2023-02-22refactor(git): length for commit sha (#1863)Shinigami1-8/+38
2023-02-22fix(random): remove deprecated method usage (#1865)ST-DDT1-3/+3
2023-02-21refactor(company)!: rename bs to buzz (#1860)Shinigami30-59/+139
2023-02-21fix(person): avoid repeated last name via new last_name_patterns (#1819)Matt Mayer25-60/+142
2023-02-20refactor(location)!: countryCode use ISO-3166-1 (#1720)DivisionByZero7-521/+273
Co-authored-by: Shinigami92 <[email protected]>
2023-02-20chore: turn on noImplicitThis (#1842)ST-DDT2-2/+2
2023-02-19refactor(datatype): deprecate `array` (#1853)DivisionByZero1-0/+9
2023-02-18refactor(datatype): deprecate `json` (#1852)DivisionByZero1-0/+9
2023-02-17chore: improve error message for faker.date.birthday (#1843)John Mal1-4/+6
2023-02-15chore: activate noImplicitAny (#1839)Shinigami29-35/+110
2023-02-15refactor(finance): standardize arguments (#1821)DivisionByZero1-13/+672
2023-02-12fix(person): improve to Dutch name generation (#1778)Martijn van Iersel6-35/+113
2023-02-11docs: improving readability of UUID string (#1622)Kcops111-8/+3
Co-authored-by: ST-DDT <[email protected]>
2023-02-11feat(person): add Portuguese BR Language to western zodiac sign (#1814)Guilherme Minozzi2-0/+16
2023-02-06refactor(commerce): price use options object (#1805)DivisionByZero1-4/+131
2023-02-04refactor(datatype): standardize arguments (#1804)DivisionByZero1-2/+21
2023-02-04fix(git): commitEntry normalize user (#1813)Shinigami1-1/+4
2023-02-04refactor(location): normalize signatures (#1784)DivisionByZero1-35/+429
2023-02-03fix(locale): replace Ð with Đ in hr and vi (#1810)Matt Mayer4-189/+177
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer48-211/+324
2023-02-01infra: configure lint rule array-type (#1793)Shinigami5-17/+19
2023-01-30feat(airline): add airline module (#1699)Matthew Petro11-0/+740
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer3-27/+33
2023-01-29refactor(system): replace mime db with common dataset (#1788)DivisionByZero2-8375/+7
2023-01-29refactor(string): rename `special` to `symbol` (#1789)DivisionByZero1-5/+8
2023-01-29refactor(internet): remove weigths in userAgent (#1761)DivisionByZero1-53/+19
2023-01-29refactor(locale)!: remove unused separator entry (#1731)ST-DDT14-17/+1
2023-01-26chore: fix missing defaultRefDate calls (#1781)ST-DDT1-5/+5
2023-01-26feat(helpers): add length range support in `arrayElements` (#1772)Eric Cheng1-12/+27
2023-01-24fix(helpers): uniform distribution in helpers.arrayElements (#1770)ST-DDT1-1/+2
2023-01-24feat(date): introduce faker.defaultRefDate and setDefaultRefDate (#1757)ST-DDT3-32/+61
Co-authored-by: Shinigami <[email protected]>