node-geo-tz

A node.js module to find the timezone based on gps coordinates

MIT License

Downloads
389.5K
Stars
368
Committers
8
node-geo-tz - v8.1.1 Latest Release

Published by evansiroky about 2 months ago

8.1.1 (2024-09-10)

Bug Fixes

node-geo-tz - v8.1.0

Published by evansiroky about 2 months ago

8.1.0 (2024-09-10)

Features

  • allow data dir to be moved (823e924)
node-geo-tz - v8.0.2

Published by evansiroky 8 months ago

8.0.2 (2024-03-15)

Bug Fixes

node-geo-tz - v8.0.1

Published by evansiroky 9 months ago

8.0.1 (2024-1-25)

Bug Fixes

  • add entry points to assist TypeScript (1b11eda), closes #165
node-geo-tz - v8.0.0

Published by evansiroky 10 months ago

8.0.0 (2024-1-4)

Bug Fixes

Continuous Integration

Features

  • add entry points for different timezone data products (125b6a8)
  • update data files for 2023d (161efbe)

BREAKING CHANGES

  • drop support for node v14 and v12
  • 1970 version of the dataset is now the default timezone data product used.
node-geo-tz - v7.0.7

Published by evansiroky over 1 year ago

7.0.7 (2023-03-27)

Bug Fixes

node-geo-tz - v7.0.6

Published by evansiroky almost 2 years ago

7.0.6 (2022-12-03)

Bug Fixes

node-geo-tz - v7.0.5

Published by evansiroky almost 2 years ago

7.0.5 (2022-10-31)

Bug Fixes

node-geo-tz - v7.0.4

Published by evansiroky almost 2 years ago

7.0.4 (2022-10-30)

Bug Fixes

node-geo-tz - v7.0.3

Published by evansiroky about 2 years ago

7.0.3 (2022-10-26)

Bug Fixes

node-geo-tz - v7.0.2

Published by evansiroky over 2 years ago

7.0.2 (2022-04-29)

Bug Fixes

node-geo-tz - v7.0.1

Published by evansiroky almost 3 years ago

7.0.1 (2021-11-27)

Bug Fixes

  • remove default export in favor of named exports (adb1f21), closes #129
node-geo-tz - v7.0.0

Published by evansiroky almost 3 years ago

7.0.0 (2021-11-25)

Build System

  • drop support for node < 12 (501f02c)

Features

  • add TypeScript and linting (abc3483)

BREAKING CHANGES

  • drop support for node < 12

SPECIAL NOTE

  • This release had some issues with it's transpiling/build/exports which prompted the removal of the default export in favor of named exports (see #130). This change probably should have landed in this release, but it didn't so it is no recommended to use this release.
node-geo-tz - v6.0.2

Published by evansiroky almost 3 years ago

6.0.2 (2021-11-20)

Bug Fixes

  • use flat file format instead of directory tree (7ad7333)
node-geo-tz - v6.0.1

Published by evansiroky almost 4 years ago

6.0.1 (2020-11-06)

Bug Fixes

node-geo-tz - v6.0.0

Published by evansiroky over 4 years ago

6.0.0 (2020-04-29)

Bug Fixes

Build System

Code Refactoring

  • change default caching behavior (93479de)

Performance Improvements

  • increase levels of indexing (a601d13)

BREAKING CHANGES

  • It is no longer possible to directly configure an expiration time for data caching using this library. If this behavior is still desired, a custom store object must be passed to the setCache method.
  • update to node >= 10
node-geo-tz - v5.1.0

Published by evansiroky almost 5 years ago

5.1.0 (2019-11-23)

Features

node-geo-tz - v5.0.5

Published by evansiroky over 5 years ago

5.0.5 (2019-07-07)

Bug Fixes

  • data: update to 2019b data (e0a0117)
node-geo-tz - v5.0.4

Published by evansiroky over 5 years ago

5.0.4 (2019-04-10)

Bug Fixes

  • find: return all ocean zones for North Pole queries (62d749c)
node-geo-tz - v5.0.3

Published by evansiroky over 5 years ago

5.0.3 (2019-04-08)

Bug Fixes

  • find: make ocean lookup work in more edge cases (179a741)
  • update: correct dl url and resolve longitude 0 zones (b59af67), closes #90