aboutsummaryrefslogtreecommitdiff
path: root/src/internet.ts
AgeCommit message (Collapse)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-458/+0
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-12/+12
Co-authored-by: ST-DDT <[email protected]>
2022-04-20docs: fix lost description texts (#836)ST-DDT1-2/+2
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-30/+26
2022-04-19feat: add internet.emoji (#504)Hugo ATTAL1-0/+33
2022-04-08chore: use consistent method calls (#817)Shinigami1-9/+3
2022-04-08feat: special characters in emails (#792)Harsohail Brar1-9/+31
2022-04-04refactor: remove inconsistent defaults from internet.password() (#767)ST-DDT1-16/+12
2022-03-31chore: move vendor to utils and update license notes (#738)Piotr Kuczynski1-1/+1
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-1/+1
2022-03-24fix: solve various todos (#649)Shinigami1-1/+11
2022-03-07chore: configure eqeqeq lint rule (#595)Shinigami1-1/+1
2022-03-01chore(deps): add prettier-plugin-organize-imports (#552)Shinigami1-1/+0
2022-02-20docs: various fixes (#523)ST-DDT1-2/+2
2022-02-15docs: improve internet jsdocs (#447)ST-DDT1-215/+97
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-6/+8
2022-01-30fix: improve internet tests and fix bug in domain name generation (#258)ST-DDT1-0/+3
Co-authored-by: Shinigami <[email protected]>
2022-01-30chore: use recommended restrict-plus-operands (#369)Shinigami1-11/+8
2022-01-30chore: use explicit-module-boundary-types (#361)Shinigami1-1/+1
2022-01-29chore: add more type annotations (#358)Eric Cheng1-1/+1
2022-01-29chore: setup improved linting (#151)Shinigami1-6/+3
2022-01-25chore: change TODO owner name (#284)Shinigami1-1/+1
2022-01-24chore: migrate vendor (#254)Shinigami1-1/+1
2022-01-20fix(types): fixed exampleEmail arguments types (#241)sunadoi1-1/+1
2022-01-18refactor: Use datatype.number() function instead of random.number() (#183)Bobby1-1/+1
2022-01-14feat: migrate internet (#94)Shinigami1-0/+527