aboutsummaryrefslogtreecommitdiff
path: root/src/modules/color/index.ts
AgeCommit message (Collapse)AuthorFilesLines
2024-12-29docs: fix examples which return string/number (#3348)Matt Mayer1-9/+9
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT1-9/+17
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT1-14/+40
2024-03-04refactor(color): use signature level defaults (#2703)ST-DDT1-37/+37
2024-02-20infra(unicorn): no-useless-switch-case (#2508)ST-DDT1-2/+0
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami1-1/+1
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero1-9/+9
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-17/+20
2023-11-07infra(typescript-eslint): switch-exhaustiveness-check (#2519)ST-DDT1-0/+3
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami1-1/+1
Co-authored-by: ST-DDT <[email protected]>
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-07-08docs: fix jsdocs typos (#2244)Robin van der Vliet1-1/+1
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-2/+2
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+6
2023-03-27docs(color): improve rgb examples (#1970)Matt Mayer1-1/+5
2023-03-23docs(color): fix color rgb docs (#1958)Shinigami1-30/+30
2023-03-16chore: use enumValue (#1937)Shinigami1-4/+4
2023-03-14feat: provide enums for color values (#1910)Shinigami1-33/+40
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-01-30feat(number)!: default to high precision float (#1675)Matt Mayer1-4/+4
2023-01-18docs: jsdoc for options (#1644)Shinigami1-14/+218
2023-01-17chore(deps): update dependency prettier to v2.8.3 (#1726)renovate[bot]1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]>
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+11
2022-12-09feat(number)!: change float default params (#1642)Shinigami1-7/+7
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-3/+3
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-22/+12
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-10-18feat(string): move methods to new module (#1155)Leyla Jähnig1-1/+1
Co-authored-by: Eric Cheng <[email protected]> Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami92 <[email protected]>
2022-09-08feat(modules): export module interfaces (#932)Shinigami1-2/+2
2022-09-08docs: add `@since` tags to all methods (#1337)Matt Mayer1-0/+66
2022-08-28fix(datatype): unintentional hex breaking change (#1306)Eric Cheng1-1/+4
Co-authored-by: Leyla Jähnig <[email protected]>
2022-08-10feat: `datatype.hexadecimal` signature change (#1238)Eric Cheng1-1/+1
Co-authored-by: Shinigami <[email protected]>
2022-05-22feat: color module (#801)Harsohail Brar1-0/+696
Co-authored-by: Shinigami <[email protected]>