aboutsummaryrefslogtreecommitdiff
path: root/src/modules/internet/index.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-08-09chore(deps): update eslint (#3578)renovate[bot]1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]>
2025-07-04refactor!: remove deprecations (#3553)Shinigami1-124/+0
2025-03-06refactor(internet): deprecate color method for removal (#3401)ST-DDT1-0/+11
2024-12-29docs: fix examples which return string/number (#3348)Matt Mayer1-2/+1
2024-12-13feat(internet): update to simplified modern user-agent list (#3324)Matt Mayer1-3/+4
* feat(internet): update to simplified modern user-agent list * fix reviews suggestions, fix extraneous } --------- Co-authored-by: ST-DDT <[email protected]>
2024-12-11chore: improve parameter naming of internet module (#3317)ST-DDT1-2/+2
2024-11-30docs: add missing example return value for internet.jwt (#3286)DivisionByZero1-1/+1
2024-11-14infra(unicorn): consistent-function-scoping (#3255)ST-DDT1-30/+53
2024-11-08fix(internet): ensure domainWord always returns a valid value in all locales ↵Matt Mayer1-3/+26
(#3253)
2024-10-23feat(internet): add jwt method (#2936)Zyb Jared Valdez1-0/+103
2024-10-12refactor(internet): rename userName method to username (#3130)Suyash Gulati1-3/+56
2024-10-10feat(internet): improve ipv4 method (#2992)ST-DDT1-4/+166
2024-03-01refactor(internet)!: remove v8 deprecated internet methods (#2699)Shinigami1-869/+109
2024-02-20infra(unicorn): no-useless-switch-case (#2508)ST-DDT1-32/+17
2024-02-19docs: more jsdoc fixes (#2668)ST-DDT1-5/+5
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami1-7/+7
2024-01-24docs(internet): fix typos in deprecation warnings for internet (#2613)Matt Mayer1-2/+2
2024-01-18refactor(internet): deprecated redundant avatar method (#2601)ST-DDT1-3/+13
2023-11-23infra(unicorn): prefer-code-point (#2509)ST-DDT1-3/+5
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-6/+6
2023-11-19fix(internet): username method to return value that always includes… (#2506)amillwood1-21/+40
Co-authored-by: Austin Millwood <[email protected]>
2023-11-14infra: enable strictNullChecks in tsconfig (#2435)ST-DDT1-0/+2
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-18/+18
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-10-26infra(unicorn): prefer-ternary (#2464)ST-DDT1-5/+1
2023-10-21docs: fix deprecated text for internet.password (#2486)Eric Beyer1-1/+1
2023-10-17infra(unicorn): escape-case (#2469)ST-DDT1-1/+1
2023-10-17infra(unicorn): prefer-spread (#2421)Shinigami1-4/+3
Co-authored-by: ST-DDT <[email protected]>
2023-10-07infra(eslint): enable no-useless-escape eslint rule (#2434)ST-DDT1-1/+1
2023-07-18chore: enable strictBindCallApply (#2254)Shinigami1-10/+2
2023-07-08docs: fix jsdocs typos (#2244)Robin van der Vliet1-10/+10
2023-05-15docs: switch doc links to stable (#2152)Shinigami1-4/+4
2023-05-01chore: improve regex usage (#2108)Shinigami1-2/+2
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-0/+10
2023-03-23docs(internet): password doesn't create crypto-secure PWs (#1961)David Ashby1-1/+2
2023-03-14refactor(internet): standardize signatures (#1845)DivisionByZero1-32/+942
Co-authored-by: ST-DDT <[email protected]> Co-authored-by: Shinigami <[email protected]>
2023-03-08fix(internet): filter banned dots from email addresses (#1883)Matt Mayer1-0/+7
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-02-01infra: configure lint rule array-type (#1793)Shinigami1-4/+2
2023-01-24docs(internet): document emoji type values (#1732)Matt Mayer1-1/+1
2023-01-20fix(internet): fix invalid emails in some locales (#1746)Matt Mayer1-0/+7
2023-01-18docs: jsdoc for options (#1644)Shinigami1-4/+44
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+10
2022-12-13fix: ASCII-fy `domainWord()` (#1520)Julian Rabe1-4/+2
2022-12-07feat(helpers): introduce `multiple` method (#1545)ST-DDT1-40/+10
2022-12-03fix(internet): userName, email and slugify return only ascii (#1554)Matt Mayer1-6/+75
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-9/+9
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-26feat(internet): add options to url() (#1480)Eric Cheng1-3/+18
2022-10-16refactor(person)!: rename name module (#1445)Shinigami1-2/+2
Co-authored-by: ST-DDT <[email protected]>
2022-10-14feat(internet)!: ip now returns ipv4 and ipv6 (#1059)Leyla Jähnig1-3/+3