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