aboutsummaryrefslogtreecommitdiff
path: root/test/modules/__snapshots__/location.spec.ts.snap
AgeCommit message (Collapse)AuthorFilesLines
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran1-0/+24
* 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/+6
2024-06-21feat(date)!: separate timeZone method (#2947)ST-DDT1-2/+2
2024-03-18refactor(location)!: remove v8 deprecated location methods (#2753)Shinigami1-72/+0
2024-02-27feat!: high precision random number generator (#2357)ST-DDT1-87/+87
2023-12-27fix(number): improve float generation for precisions of form 10^-n (#2581)Matt Mayer1-2/+2
2023-10-05feat(locale): add street_name to `en_US`, `en_GB` and `en` (#2371)DivisionByZero1-8/+8
2023-09-15feat(location): Support ISO 3166-1 numeric country codes (#2325)Robin van der Vliet1-6/+30
2023-09-01feat(location): update en county list (#2238)Matt Mayer1-3/+3
2023-08-01test: move files to modules (#2279)Shinigami1-0/+457