aboutsummaryrefslogtreecommitdiff
path: root/src/modules/helpers/index.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-12-28fix: basic wildcard range handling + add more tests (#3322)ST-DDT1-1/+13
* fix: basic wirdcard range handling + add more tests * chore: simplify lower/upper case conversion
2024-12-21docs: improve examples for objectKey,objectValue,objectEntry (#3339)Matt Mayer1-5/+5
* docs: improve examples for objectKey,objectValue,objectEntry * Update index.ts Co-authored-by: DivisionByZero <[email protected]> * Update index.ts Co-authored-by: Shinigami <[email protected]> --------- Co-authored-by: DivisionByZero <[email protected]> Co-authored-by: Shinigami <[email protected]>
2024-12-14chore: improve variable naming of helpers module (#3316)ST-DDT1-20/+20
2024-12-06docs(helpers): add missing example results to uniqueArray (#3321)ST-DDT1-3/+3
2024-12-02docs: improve example output for replaceSymbols (#3304)Matt Mayer1-1/+1
2024-06-21chore: remove potential future feature todos (#2959)ST-DDT1-2/+0
2024-06-21chore: remove arrayElement(s) js only error (#2958)ST-DDT1-14/+0
2024-03-13refactor(helpers)!: remove v8 deprecated helpers methods (#2729)Shinigami1-66/+1
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT1-1/+2
2024-03-03feat(helpers)!: stricter checking for function signature passed to ↵pomali1-3/+5
`multiple` (#2563) Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
2024-02-25feat(helpers)!: use const generics where possible (#2685)ST-DDT1-13/+17
2024-02-24refactor(helpers)!: remove v8 deprecated unique (#2661)Shinigami1-118/+0
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Matt Mayer <[email protected]>
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)Shinigami1-4/+4
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-DDT1-55/+5
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-DDT1-1/+1
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-21infra(unicorn): prefer-number-properties (#2452)ST-DDT1-14/+17
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
Co-authored-by: ST-DDT <[email protected]>
2023-10-14infra(unicorn): catch-error-name (#2471)ST-DDT1-1/+1
2023-10-11infra(unicorn): prefer-includes (#2463)ST-DDT1-1/+1
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)Shinigami1-1/+1
Co-authored-by: ST-DDT <[email protected]>
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)Shinigami1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
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)Shinigami1-18/+18
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)Shinigami1-1/+16
2023-04-23feat: introduce locale proxy (#2004)ST-DDT1-1/+1