aboutsummaryrefslogtreecommitdiff
path: root/src/modules/location
AgeCommit message (Expand)AuthorFilesLines
2025-06-16feat(location): simple coordinate methods (#3528)David Pollack1-169/+179
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran1-0/+41
2024-10-12feat(location): add `continent` method (#3162)Joscha Feth1-0/+14
2024-09-15refactor(location): adjust zipCode nullish checks (#3080)ST-DDT1-5/+7
2024-06-21chore: remove potential future feature todos (#2959)ST-DDT1-1/+0
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT1-1/+6
2024-04-15refactor(locale)!: remove location data index-value-binding (#2476)DivisionByZero1-10/+12
2024-04-06feat(locale): support street and street address for ja (#2193)KeisukeYamashita1-1/+1
2024-03-18refactor(location)!: remove v8 deprecated location methods (#2753)Shinigami1-751/+91
2024-03-06infra(unicorn): switch-case-braces (#2721)ST-DDT1-3/+8
2024-02-20infra(unicorn): no-useless-switch-case (#2508)ST-DDT1-1/+0
2024-02-19docs: more jsdoc fixes (#2668)ST-DDT1-3/+3
2024-02-18infra(unicorn): prefer-string-replace-all (#2653)Shinigami1-2/+2
2024-02-01docs: fix missing or invalid jsdocs (#2630)ST-DDT1-6/+4
2024-01-24docs: fix missing deprecations (#2614)Shinigami1-9/+16
2024-01-21docs: fix longitude options (#2611)Shinigami1-5/+5
2024-01-18feat(number): add parameter `fractionDigits` in float (#1855)DivisionByZero1-4/+4
2023-12-30refactor(number): deprecate precision in favor of multipleOf in float (#2564)DivisionByZero1-4/+4
2023-12-12docs: clarify that location.state refers to ISO 3166-2 (#2574)Eric Cheng1-0/+3
2023-11-20docs: consistent @see jsdoc tags (#2473)ST-DDT1-4/+4
2023-11-13test(docs): ensure defaults are consistent (#2177)ST-DDT1-23/+49
2023-11-06refactor: simplify module creation (#2485)ST-DDT1-7/+2
2023-09-15feat(location): Support ISO 3166-1 numeric country codes (#2325)Robin van der Vliet1-6/+24
2023-08-10fix(location): Pad en_US ZIP codes left to 5 characters if needed (#2278)Matt Mayer1-3/+4
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-3/+3
2023-05-04docs(location): mention real cities (#2118)DivisionByZero1-1/+1
2023-05-01fix(location): no leading zero on building number or secondary address (#2032)Matt Mayer1-10/+16
2023-04-27refactor(location)!: rename definition city to city_pattern (#2094)DivisionByZero1-1/+3
2023-04-23feat: introduce locale proxy (#2004)ST-DDT1-2/+1
2023-04-21refactor(location)!: rename definition street to street_pattern (#2051)Shinigami1-1/+3
2023-04-21refactor(location): deprecate cityName (#2070)DivisionByZero1-0/+10
2023-04-21refactor(location): deprecate streetName (#2071)Shinigami1-0/+10
2023-04-17refactor(location): merge state and stateAbbr (#2060)DivisionByZero1-7/+31
2023-04-17chore(location): standardize abbreviated parameter (#2061)Shinigami1-21/+226
2023-04-09refactor(location)!: zip code state (#1874)Shinigami1-10/+40
2023-04-02feat(locale): add en_US location.county data (#1996)Matt Mayer1-0/+1
2023-03-29docs: add overview guides to specific modules (#1929)Matt Mayer1-1/+9
2023-03-29docs(location): improve documentation for state and county (#1987)Matt Mayer1-4/+6
2023-03-07refactor!: remove dynamic locale switching support (#1735)ST-DDT1-4/+4
2023-02-20refactor(location)!: countryCode use ISO-3166-1 (#1720)DivisionByZero1-6/+6
2023-02-15chore: activate noImplicitAny (#1839)Shinigami1-1/+3
2023-02-04refactor(location): normalize signatures (#1784)DivisionByZero1-35/+429
2023-01-02refactor(location): nearbyGPSCoordinate options (#1682)Shinigami1-13/+95
2022-12-31chore: turn on padding-line-between-statements (#1691)Shinigami1-0/+7
2022-12-23feat(helpers): fake from array (#1453)ST-DDT1-8/+2
2022-12-02docs(location): clarify city and cityName methods (#1621)Matt Mayer1-2/+4
2022-11-25feat(number): move methods to new module (#1122)Leyla Jähnig1-15/+5
2022-11-06docs: update since tags for person and location (#1516)Matt Mayer1-21/+21