aboutsummaryrefslogtreecommitdiff
path: root/src/modules/helpers
AgeCommit message (Expand)AuthorFilesLines
2023-05-01chore: improve regex usage (#2108)Shinigami1-6/+6
2023-04-28fix(types): locale proxy (#2099)ST-DDT1-6/+5
2023-04-28chore(helpers): move unique store into faker instance (#2072)Shinigami2-15/+18
2023-04-23feat: introduce locale proxy (#2004)ST-DDT1-1/+1
2023-04-21refactor(helpers)!: remove default value from arrayElement (#2045)DivisionByZero1-13/+23
2023-04-17chore: consistent jsdocs tag formatting (#2056)ST-DDT2-0/+14
2023-04-16chore: unify todos (#2063)Shinigami2-2/+2
2023-04-15chore: reword to elements (#2049)Shinigami1-7/+7
2023-04-03chore: activate eslint no-else-return (#2009)Shinigami1-11/+11
2023-04-01refactor(helpers): deprecate unique method (#1790)Shinigami1-0/+14
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+8
2023-03-27feat(helpers): add fromRegExp method (#1569)Woon Eusean1-0/+295
2023-03-20test(helpers): mustache special cases (#1875)Shinigami1-1/+3
2023-03-15feat(helpers): new method enumValue (#1920)Caio Borghi1-0/+31
2023-02-20chore: turn on noImplicitThis (#1842)ST-DDT2-2/+2
2023-02-15chore: activate noImplicitAny (#1839)Shinigami2-5/+21
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-2/+2
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-21docs: unwrap complex array params (#1753)ST-DDT1-1/+12
2023-01-18docs: jsdoc for options (#1644)Shinigami1-6/+109
2023-01-02feat(helpers): add new faker.helpers.weightedArrayElement (#1654)Matt Mayer1-0/+49
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami3-0/+16
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-DDT1-13/+117
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-3/+1
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-0/+29
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-1/+1
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer1-2/+4
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-14/+12
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT1-0/+20
2022-11-10docs(helpers): extend module jsdocs (#1515)ST-DDT1-2/+1
2022-11-10feat(word): add sample method (#714)Piotr Kuczynski1-1/+1
2022-11-07refactor(helpers)!: rewrite shuffle (#1521)Shinigami1-11/+43
2022-11-03feat(datatype): introduce probability option to boolean (#1476)ST-DDT1-2/+1
2022-10-23feat: fake with multiple parameters (#1459)ST-DDT1-13/+13
2022-10-21refactor(location)!: rename address module (#1469)Shinigami1-1/+1
2022-10-16refactor(person)!: rename name module (#1445)Shinigami1-8/+8
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami1-26/+0
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-2/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+32
2022-08-29refactor(unique): move to helpers (#1298)Leyla Jähnig2-0/+202
2022-08-25refactor(helpers): deprecate repeatString (#1299)Leyla Jähnig1-7/+12
2022-08-13docs: fix typo in fake examples (#1268)ST-DDT1-1/+1
2022-07-30refactor(fake): move to `helpers` (#1161)Leyla Jähnig1-0/+131
2022-05-25fix: Luhn generation algorithms and tests (#980)Eric Cheng2-21/+44
2022-05-24docs: replace Luhn-based function jsdocs with valid numbers (#995)Eric Cheng1-1/+1
2022-05-04refactor!: remove deprecations (#916)Shinigami1-337/+0
2022-05-04fix: empty array passed into helpers.arrayElements (#921)c0per1-1/+4