aboutsummaryrefslogtreecommitdiff
path: root/src/modules/helpers
AgeCommit message (Expand)AuthorFilesLines
2024-02-24refactor(helpers)!: remove v8 deprecated unique (#2661)Shinigami2-270/+0
2024-02-19docs: more jsdoc fixes (#2668)ST-DDT1-1/+1
2024-02-19infra(unicorn): prefer-at (#2654)Shinigami1-1/+2
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami2-5/+5
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero1-1/+0
2023-12-25feat(helpers): add support for complex intermediate types (#2550)ST-DDT2-55/+234
2023-12-03docs: check and improve handling of duplicate tags (#2444)ST-DDT1-2/+2
2023-12-01chore(helpers): fix examples on internal functions (#2559)ST-DDT1-11/+13
2023-11-26refactor(helper): deprecate replaceSymbolWithNumber (#2557)Suyash Gulati1-12/+51
2023-11-23infra(unicorn): prefer-code-point (#2509)ST-DDT1-9/+11
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-4/+4
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT2-3/+3
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-8/+8
2023-11-07infra(unicorn): no-negated-condition (#2507)ST-DDT1-11/+11
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-6/+2
2023-10-23chore: substrings of length one (#2496)ST-DDT1-1/+1
2023-10-21infra(unicorn): prefer-number-properties (#2452)ST-DDT2-15/+18
2023-10-17infra(unicorn): escape-case (#2469)ST-DDT1-1/+1
2023-10-17infra(typescript-eslint): prefer-regexp-exec (#2466)ST-DDT1-11/+11
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami1-3/+3
2023-10-14infra(unicorn): catch-error-name (#2471)ST-DDT1-1/+1
2023-10-11infra(unicorn): consistent-destructuring (#2462)ST-DDT1-10/+8
2023-10-11infra(unicorn): prefer-includes (#2463)ST-DDT2-2/+2
2023-10-09infra(unicorn): no-array-push-push (#2454)ST-DDT1-4/+8
2023-10-07infra(eslint): enable no-useless-escape eslint rule (#2434)ST-DDT1-6/+6
2023-10-07infra(unicorn): prefer-date-now (#2419)Shinigami2-3/+3
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT1-0/+3
2023-09-18feat: split SimpleFaker class from Faker (#2369)Shinigami1-205/+214
2023-09-10chore(helpers): deprecate regexpStyleStringParse (#2290)Eric Cheng1-59/+95
2023-08-06chore(deps): update dependency prettier to v3 (#2260)Shinigami2-2/+2
2023-07-27fix(helpers): prevent uniqueArray from hanging (#2239)Matt Mayer1-1/+9
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-07-08docs: fix jsdocs typos (#2244)Robin van der Vliet1-2/+2
2023-07-04refactor(phone): deprecate `format` argument for `phone.number` (#2229)DivisionByZero1-1/+1
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-3/+3
2023-05-04chore: rename generics (#2046)Shinigami2-24/+24
2023-05-03feat(helpers): new method `objectEntry` (#2123)Suyash Gulati1-2/+27
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