aboutsummaryrefslogtreecommitdiff
path: root/src/address.ts
AgeCommit message (Expand)AuthorFilesLines
2022-05-03refactor!: reorganize src folder (#909)Shinigami1-488/+0
2022-05-01refactor: move some random methods to helpers (#892)Shinigami1-20/+22
2022-04-27fix: address.nearbyGPSCoordinate (#876)Shinigami1-91/+40
2022-04-22docs: make clear that latitude is first on nearbyGPSCoordinate (#864)Efstathios Ntonas1-4/+4
2022-04-19chore: prefer string templates over string concatenation (#732)Piotr Kuczynski1-3/+3
2022-04-08chore: use consistent method calls (#817)Shinigami1-3/+3
2022-04-05feat: use street address templates from locales (#754)ST-DDT1-25/+20
2022-04-05refactor(address.countryCode): signature (#588)Leyla Jähnig1-17/+4
2022-04-03chore: address zipCodeByState fix types (#760)ST-DDT1-7/+6
2022-04-01refactor(address): drop local references of faker modules (#748)Leyla Jähnig1-15/+6
2022-04-01fix: deterministic results for address.nearbyGPSCoordinate (#737)Leyla Jähnig1-1/+7
2022-03-31fix: datatype.number when min = max + precision, throw when max > min (#664)Piotr Kuczynski1-2/+2
2022-03-26refactor(address.secondaryAddress): use local definition (#680)Leyla Jähnig1-2/+3
2022-03-25refactor: use number tuple as input for coordinate (#668)Shinigami1-50/+73
2022-03-25refactor: use smart eqeqeq null checks (#650)Shinigami1-1/+1
2022-03-24fix: solve various todos (#649)Shinigami1-8/+1
2022-02-19chore: enable jsdoc/sort-tags (#512)Shinigami1-2/+2
2022-02-10chore: add JSDoc comments to address.ts (#230)Manav Bokinala1-84/+143
2022-02-06test: cover source instead of bundled code (#432)Shinigami1-2/+2
2022-02-01feat(types): provide strong typing for locales (#363)ST-DDT1-0/+1
2022-01-30chore: use explicit-module-boundary-types (#361)Shinigami1-4/+4
2022-01-29chore: add more type annotations (#358)Eric Cheng1-1/+1
2022-01-25chore: change TODO owner name (#284)Shinigami1-1/+1
2022-01-14feat: migrate address (#133)Shinigami1-0/+482