aboutsummaryrefslogtreecommitdiff
path: root/test/__snapshots__/string.spec.ts.snap
AgeCommit message (Collapse)AuthorFilesLines
2023-08-01test: move files to modules (#2279)Shinigami1-523/+0
2023-03-07chore(deps): update vitest to ~0.29.2 (#1902)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-02-11docs: improving readability of UUID string (#1622)Kcops111-15/+15
Co-authored-by: ST-DDT <[email protected]>
2023-01-29refactor(string): rename `special` to `symbol` (#1789)DivisionByZero1-21/+21
2023-01-11feat(string): generate string from characters (#1717)ST-DDT1-0/+36
2023-01-09feat(string): nanoid (#1716)Leyla Jähnig1-0/+42
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt1-0/+60
2022-12-07feat(string): add special() method (#1634)Brayton Rude1-0/+42
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-22/+22
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT1-0/+30
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-24/+24
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-0/+313
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>