aboutsummaryrefslogtreecommitdiff
path: root/src/modules/random/index.ts
AgeCommit message (Expand)AuthorFilesLines
2024-02-25refactor(random)!: remove deprecated random module (#2678)Shinigami1-374/+0
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-7/+7
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-1/+1
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-3/+3
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-12/+2
2023-04-21refactor(location): deprecate cityName (#2070)DivisionByZero1-1/+0
2023-04-17chore(location): standardize abbreviated parameter (#2061)Shinigami1-3/+3
2023-04-01docs: mark deprecated modules (#2000)ST-DDT1-4/+0
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+4
2023-03-27docs: mark method references in @deprecation messages (#1963)ST-DDT1-3/+3
2023-03-20chore(random): deprecate random module (#1939)ST-DDT1-1/+30
2023-03-16fix(random): prevent infinite do-while (#1938)Shinigami1-0/+10
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-5/+11
2023-02-22fix(random): remove deprecated method usage (#1865)ST-DDT1-3/+3
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-3/+3
2023-01-18docs: jsdoc for options (#1644)Shinigami1-1/+47
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+2
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-14/+9
2022-12-07refactor(string)!: swap `allowLeadingZeros` default to `true` (#1602)Eric Cheng1-2/+2
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-1/+1
2022-11-14refactor(string): rename params (#1551)Eric Cheng1-3/+7
2022-10-21refactor(location)!: rename address module (#1469)Shinigami1-8/+8
2022-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-213/+49
2022-10-16refactor(person)!: rename name module (#1445)Shinigami1-6/+6
2022-10-14refactor!: cleanup deprecations (#1440)Shinigami1-22/+4
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-2/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+12
2022-08-29fix(random): retry on invalid word generation (#1307)Leyla Jähnig1-15/+51
2022-07-30chore: deprecate address.streetPrefix and suffix (#1053)ST-DDT1-1/+0
2022-06-18chore(random.alpha): remove todo comment (#1089)Leyla Jähnig1-1/+0
2022-06-18docs: deprecation workflow (#1067)Leyla Jähnig1-2/+2
2022-05-22feat: color module (#801)Harsohail Brar1-1/+1
2022-05-22feat: allow banned as string (#819)Shinigami1-6/+93
2022-05-21feat: add casing option (#955)Shinigami1-89/+92
2022-05-04refactor!: remove deprecations (#916)Shinigami1-307/+1
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-0/+648