Releases: evansiroky/node-geo-tz
Releases · evansiroky/node-geo-tz
v7.0.3
v7.0.2
v7.0.1
v7.0.0
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.
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2020-04-29)
Bug Fixes
- update to 2020a data (cc88c4f)
Build System
- update to node >= 10 (165d367)
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