aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2023-05-01chore: improve regex usage (#2108)Shinigami3-9/+9
2023-05-01fix(location): no leading zero on building number or secondary address (#2032)Matt Mayer1-10/+16
2023-04-28fix(types): locale proxy (#2099)ST-DDT2-11/+10
2023-04-28chore(helpers): move unique store into faker instance (#2072)Shinigami2-15/+18
2023-04-27refactor(location)!: rename definition city to city_pattern (#2094)DivisionByZero1-1/+3
2023-04-26feat(date): introduce anytime (#2096)ST-DDT2-2/+38
2023-04-23feat: introduce locale proxy (#2004)ST-DDT3-7/+6
2023-04-22refactor(datatype): deprecate datetime (#2053)Shinigami1-1/+12
2023-04-21refactor(location)!: rename definition street to street_pattern (#2051)Shinigami1-1/+3
2023-04-21refactor(helpers)!: remove default value from arrayElement (#2045)DivisionByZero1-13/+23
2023-04-21refactor(location): deprecate cityName (#2070)DivisionByZero2-1/+10
2023-04-21refactor(location): deprecate streetName (#2071)Shinigami1-0/+10
2023-04-20docs: check api references (#2024)ST-DDT1-1/+1
2023-04-20refactor(finance): rename mask to maskedNumber (#2055)Shinigami1-38/+50
2023-04-18refactor(finance): rename account to accountNumber (#2054)Shinigami1-17/+44
2023-04-18refactor(date): rename abbr to abbreviated (#2068)Shinigami1-6/+277
2023-04-17refactor(location): merge state and stateAbbr (#2060)DivisionByZero1-7/+31
2023-04-17refactor: rename patterns to pattern (#2059)Shinigami2-14/+12
2023-04-17docs(image): explain deprecation of category methods (#2040)Matt Mayer1-27/+85
2023-04-17chore(location): standardize abbreviated parameter (#2061)Shinigami2-24/+229
2023-04-17chore: consistent jsdocs tag formatting (#2056)ST-DDT6-1/+22
2023-04-16chore: unify todos (#2063)Shinigami3-3/+3
2023-04-15chore: reword to elements (#2049)Shinigami1-7/+7
2023-04-09refactor(location)!: zip code state (#1874)Shinigami1-10/+40
2023-04-03chore: activate eslint no-else-return (#2009)Shinigami4-31/+26
2023-04-03refactor(finance)!: simplify account implementation (#1992)ST-DDT1-12/+2
2023-04-02feat(locale): add en_US location.county data (#1996)Matt Mayer1-0/+1
2023-04-02docs(person): fix formatting issues (#2005)ST-DDT1-6/+5
2023-04-01docs: mark deprecated modules (#2000)ST-DDT1-4/+0
2023-04-01refactor(helpers): deprecate unique method (#1790)Shinigami1-0/+14
2023-03-30refactor(finance): simplify routingNumber implementation (#1993)ST-DDT1-2/+4
2023-03-30fix(image): use seeded picsum (#1968)Shinigami1-9/+9
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer24-4/+208
2023-03-29docs(location): improve documentation for state and county (#1987)Matt Mayer1-4/+6
2023-03-27feat(helpers): add fromRegExp method (#1569)Woon Eusean1-0/+295
2023-03-27docs(color): improve rgb examples (#1970)Matt Mayer1-1/+5
2023-03-27docs: mark method references in @deprecation messages (#1963)ST-DDT2-4/+4
2023-03-23docs(internet): password doesn't create crypto-secure PWs (#1961)David Ashby1-1/+2
2023-03-23docs(color): fix color rgb docs (#1958)Shinigami1-30/+30
2023-03-20chore(random): deprecate random module (#1939)ST-DDT1-1/+30
2023-03-20test(helpers): mustache special cases (#1875)Shinigami1-1/+3
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
2023-03-14refactor(internet): standardize signatures (#1845)DivisionByZero2-34/+944
2023-03-14feat: provide enums for color values (#1910)Shinigami1-33/+40
2023-03-08fix(internet): filter banned dots from email addresses (#1883)Matt Mayer1-0/+7
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT2-9/+15
2023-02-27feat(finance): currency object (#1809)Matt Mayer1-9/+42
2023-02-23infra: error on deprecation (#1867)ST-DDT5-1/+27