aboutsummaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2023-02-01infra: configure lint rule array-type (#1793)Shinigami4-15/+17
2023-01-30feat(airline): add airline module (#1699)Matthew Petro1-0/+273
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer2-18/+28
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-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-DDT2-32/+36
2023-01-24docs(internet): document emoji type values (#1732)Matt Mayer1-1/+1
2023-01-22refactor(git): commitDate explicitly set default for refDate (#1750)DivisionByZero1-1/+1
2023-01-21docs: unwrap complex array params (#1753)ST-DDT1-1/+12
2023-01-20fix(internet): fix invalid emails in some locales (#1746)Matt Mayer1-0/+7
2023-01-18docs: jsdoc for options (#1644)Shinigami15-90/+1604
2023-01-17chore(deps): update dependency prettier to v2.8.3 (#1726)renovate[bot]2-3/+3
2023-01-11feat(string): generate string from characters (#1717)ST-DDT1-70/+65
2023-01-09refactor(company): deprecate suffix methods (#1719)ST-DDT1-0/+21
2023-01-09feat(string): nanoid (#1716)Leyla Jähnig1-0/+42
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt2-0/+91
2023-01-03feat(number): add binary and octal random number generation (#1708)Pablo Ladreyt1-0/+58
2023-01-02refactor(location): nearbyGPSCoordinate options (#1682)Shinigami1-13/+95
2023-01-02feat(helpers): add new faker.helpers.weightedArrayElement (#1654)Matt Mayer1-0/+49
2023-01-01chore: update license years to 2023 (#1706)Shinigami1-1/+1
2022-12-31feat(person): add short bio (#1696)Matt Mayer1-0/+14
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami30-0/+83
2022-12-30docs: fix param check (#1694)ST-DDT1-0/+3
2022-12-25feat(helpers): allow empty string in fake (#1679)ST-DDT1-10/+2
2022-12-23feat(helpers): fake from array (#1453)ST-DDT3-24/+120
2022-12-17feat(number)!: change int default params (#1643)Shinigami1-2/+2
2022-12-13fix: ASCII-fy `domainWord()` (#1520)Julian Rabe1-4/+2
2022-12-10docs(finance): ethereumAddress returns non checksummed addresses (#1650)ST-DDT1-1/+3
2022-12-10feat(number): adjust hex default (#1649)Shinigami1-4/+4
2022-12-10fix(image)!: remove lorempixel (#1641)Shinigami2-406/+0
2022-12-10fix(number): values out of bounds (#1648)ST-DDT1-4/+11
2022-12-09feat(number)!: change float default params (#1642)Shinigami4-24/+31
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT9-92/+97
2022-12-07feat(string): add special() method (#1634)Brayton Rude1-0/+61
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng4-7/+11
2022-12-05docs(datatype): add missing `@see` tags for deprecated methods (#1608)Matt Mayer1-1/+8
2022-12-05refactor(image)!: rewrite module (#1477)Shinigami5-45/+652
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer3-8/+364
2022-12-02docs(location): clarify city and cityName methods (#1621)Matt Mayer1-2/+4
2022-12-01refactor(date)!: unify signatures (#1534)Shinigami2-19/+412
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig17-241/+346
2022-11-25docs(date): clarify the purpose of the context parameter (#1576)Matt Mayer1-2/+2
2022-11-23chore(date): adjust to our standard implementation (#1589)ST-DDT1-6/+4
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT5-72/+148
2022-11-14refactor(string): rename params (#1551)Eric Cheng4-38/+42
2022-11-10docs(helpers): extend module jsdocs (#1515)ST-DDT1-2/+1
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski3-7/+79