aboutsummaryrefslogtreecommitdiff
path: root/src/datatype.ts
AgeCommit message (Expand)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-305/+0
2022-05-03chore: add examples and improve jsdocs for datatype.datetime (#907)ST-DDT1-6/+11
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-1/+1
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-1/+1
2022-04-08refactor: datatype number (#798)Shinigami1-12/+13
2022-04-08chore: use consistent method calls (#817)Shinigami1-15/+8
2022-04-03refactor: rename hexaDecimal to hexadecimal (#764)Piotr Kuczynski1-0/+25
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski1-22/+12
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-3/+3
2022-03-24refactor: set seed directly (#563)ST-DDT1-8/+1
2022-03-24fix: datatype.datetime should use static boundaries (#343)ST-DDT1-2/+2
2022-03-21refactor: make number input immutable (#545)Leyla Jähnig1-13/+12
2022-03-07chore: configure eqeqeq lint rule (#595)Shinigami1-1/+1
2022-03-01chore(type): type seedValue (#567)Shinigami1-2/+2
2022-03-01chore: refactor datatype array function (#566)ST-DDT1-6/+4
2022-02-20docs: various fixes (#523)ST-DDT1-1/+4
2022-02-02chore: fix JSDoc comments in datatype.ts (#337)Piotr Kuczynski1-34/+78
2022-01-30fix: remove redundant precision from datatype.datetime options (#335)Piotr Kuczynski1-16/+8
2022-01-28chore: replace var (#315)Shinigami1-1/+1
2022-01-18fix(types): fixed datetime types for optional argument (#192)Jared Fraser1-1/+3
2022-01-14chore: dynamically bind functionsShinigami921-10/+6
2022-01-14chore: fix namespace bindingShinigami921-0/+12
2022-01-14chore: formatShinigami921-5/+4
2022-01-14feat: rewrite datatype to tsShinigami921-0/+253