aboutsummaryrefslogtreecommitdiff
path: root/src/modules/helpers
AgeCommit message (Expand)AuthorFilesLines
2025-07-04refactor!: remove deprecations (#3553)Shinigami1-21/+3
2024-12-28fix: basic wildcard range handling + add more tests (#3322)ST-DDT1-1/+13
2024-12-21docs: improve examples for objectKey,objectValue,objectEntry (#3339)Matt Mayer1-5/+5
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-10-19infra(eslint): limit usage of globals in src (#3191)ST-DDT1-0/+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-06-14chore(helpers): deprecate invocations on non-functions for fakeEval (#2913)ST-DDT1-4/+19
2024-03-13refactor(helpers)!: remove v8 deprecated helpers methods (#2729)Shinigami1-66/+1
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT2-4/+9
2024-03-03feat(helpers)!: stricter checking for function signature passed to `multiple`...pomali1-3/+5
2024-02-25feat(helpers)!: use const generics where possible (#2685)ST-DDT1-13/+17
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