aboutsummaryrefslogtreecommitdiff
path: root/test/string.spec.ts
AgeCommit message (Collapse)AuthorFilesLines
2023-08-01test: move files to modules (#2279)Shinigami1-817/+0
2023-05-20test: vitest prefer-each (#2144)Shinigami1-3/+4
Co-authored-by: ST-DDT <[email protected]>
2023-05-09test: lint vitest (#2098)Shinigami1-8/+8
2023-01-29refactor(string): rename `special` to `symbol` (#1789)DivisionByZero1-5/+5
2023-01-11feat(string): generate string from characters (#1717)ST-DDT1-8/+100
2023-01-09feat(string): nanoid (#1716)Leyla Jähnig1-0/+31
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt1-0/+100
2022-12-07feat(string): add special() method (#1634)Brayton Rude1-0/+38
2022-12-07fix: broken `allowLeadingZeros` tests (#1638)Eric Cheng1-1/+1
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-3/+3
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-3/+3
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-11-21feat(helpers): add rangeToNumber method and add range parameters (#1486)ST-DDT1-3/+75
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-62/+62
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-0/+483
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>