aboutsummaryrefslogtreecommitdiff
path: root/src/random.ts
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-648/+0
2022-05-02fix: replace deprecated arrayElement calls (#903)Shinigami1-7/+7
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-30/+18
Co-authored-by: ST-DDT <[email protected]>
2022-04-30feat: separate methods for object key value (#503)Leyla Jähnig1-13/+62
Co-authored-by: Leyla Jähnig <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-04-24feat: random numeric (#797)Shinigami1-0/+58
Co-authored-by: ST-DDT <[email protected]>
2022-04-10feat: immutable options in random.alpha methods (#790)ST-DDT1-32/+19
2022-04-08chore: use consistent method calls (#817)Shinigami1-7/+7
2022-04-04fix: random word fails on undefined (#771)ST-DDT1-1/+1
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski1-5/+6
2022-03-31feat: FakerError (#718)Leyla Jähnig1-1/+2
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski1-2/+6
2022-03-28chore: use a standardized deprecated function (#689)Shinigami1-18/+37
Co-authored-by: pkuczynski <[email protected]>
2022-03-28refactor: drop usage of `fake` for internal calls (#703)Piotr Kuczynski1-32/+35
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-6/+6
2022-03-24fix: only return word with desirable alpha characters (#654)Shinigami1-4/+30
2022-03-24refactor: set seed directly (#563)ST-DDT1-8/+1
2022-03-21fix: alphaNumeric all chars banned (#550)Leyla Jähnig1-4/+10
2022-03-07docs: display correct signature (#596)ST-DDT1-0/+20
2022-03-01docs: improve random jsdocs (part 2) (#562)ST-DDT1-13/+53
2022-03-01chore(type): type seedValue (#567)Shinigami1-2/+2
2022-02-20docs: use vue components for api-docs (#446)ST-DDT1-2/+2
2022-02-20docs: various fixes (#523)ST-DDT1-1/+1
2022-02-19chore: enable jsdoc/sort-tags (#512)Shinigami1-12/+10
2022-02-15fix: remove invalid aliases (#488)Shinigami1-9/+0
2022-02-15test: rewrite random (#490)Shinigami1-7/+8
2022-02-10chore: fix JSDoc comments in random.ts (#408)Piotr Kuczynski1-29/+76
Co-authored-by: Shinigami <[email protected]>
2022-02-03chore: improve typings on random.objectElement (#407)Piotr Kuczynski1-5/+14
Co-authored-by: Shinigami <[email protected]>
2022-01-30chore: use explicit-module-boundary-types (#361)Shinigami1-0/+1
2022-01-29chore: add more type annotations (#358)Eric Cheng1-2/+2
2022-01-29chore: remove types from objectElementShinigami921-5/+2
2022-01-25docs: readme cleanup (#251)Caleb Burton1-0/+5
2022-01-21chore: delete old examples and doc folder (#155)Damien Retzinger1-1/+3
Co-authored-by: Shinigami92 <[email protected]>
2022-01-19chore: add support for readonly arrays (#189)Erica Clark1-2/+2
Co-authored-by: Shinigami <[email protected]>
2022-01-14feat: migrate random (#91)Shinigami1-3/+381
2022-01-14chore: add typesShinigami921-3/+3
2022-01-14feat: rewrite datatype to tsShinigami921-0/+24