aboutsummaryrefslogtreecommitdiff
path: root/src/modules/number
AgeCommit message (Collapse)AuthorFilesLines
2023-04-03chore: activate eslint no-else-return (#2009)Shinigami1-5/+5
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+11
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer1-14/+24
2023-01-18docs: jsdoc for options (#1644)Shinigami1-5/+104
2023-01-05feat(string): add binary and octal random string generation (#1710)Pablo Ladreyt1-0/+4
2023-01-03feat(number): add binary and octal random number generation (#1708)Pablo Ladreyt1-0/+58
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+2
2022-12-17feat(number)!: change int default params (#1643)Shinigami1-2/+2
2022-12-10feat(number): adjust hex default (#1649)Shinigami1-4/+4
2022-12-10fix(number): values out of bounds (#1648)ST-DDT1-4/+11
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-11/+11
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-0/+2
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-0/+197
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]>