aboutsummaryrefslogtreecommitdiff
path: root/test/modules/location.spec.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-06-16feat(location): simple coordinate methods (#3528)David Pollack1-51/+55
2025-04-17test: use [email protected] with isULID, isISO31661Numeric, isISO15924 (#3482)Matt Mayer1-0/+6
2025-02-28docs: improve missing data error (#3406)ST-DDT1-0/+1
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran1-0/+15
* add list of spoken languages * remove dupes * add language definition * add language module * add test case for `language()` * autogenerated supporting code * add languages for urdu * add test to make sure the values are truthy * update seed to match new format * update language list slim them down to a few languages as the long list was not easy to build up * update documentation * update returns * language: convert alpha2 to lowercase * update seed flies * covert alpha3 to lowercase * update seeders * update example * update version * use interface for language * Update index.ts * Revert "Update index.ts" This reverts commit 72a18e99cfee1f4c09d151b27bda1f2c8d1137d8. * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> * language semantic Co-authored-by: ST-DDT <[email protected]> * add additional test cases * add examples for each property * add languages for the supported locales * update seeds * use example of german instead of english * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> --------- Co-authored-by: ST-DDT <[email protected]>
2024-10-12feat(location): add `continent` method (#3162)Joscha Feth1-0/+12
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT1-1/+38
2024-05-14infra(vitest): prefer-to-have-length (#2900)ST-DDT1-2/+2
2024-03-18refactor(location)!: remove v8 deprecated location methods (#2753)Shinigami1-39/+3
2024-02-09chore(deps)!: update dependency typescript to v5 (#1953)renovate[bot]1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]>
2023-10-28infra(unicorn): filename-case (#2492)ST-DDT1-1/+1
2023-09-23infra: lint all existing jsdocs (#2408)ST-DDT1-1/+3
2023-09-15feat(location): Support ISO 3166-1 numeric country codes (#2325)Robin van der Vliet1-6/+21
2023-08-10fix(location): Pad en_US ZIP codes left to 5 characters if needed (#2278)Matt Mayer1-0/+5
* fix(location): Pad en_US ZIP codes left to 5 characters if needed * fix NJ and RI * fix PR * updated postcode_by_state to use string patterns --------- Co-authored-by: DivisionByZero <[email protected]>
2023-08-01test: move files to modules (#2279)Shinigami1-0/+409