Releases: gilmoreorless/moment-timezone-data-webpack-plugin
Releases · gilmoreorless/moment-timezone-data-webpack-plugin
v1.5.1
Fixed
- Changed caching mechanism to fix failures in NodeJS 18 (PR #50 - thanks to @mattlewis92).
Changed
- ⚠️ No longer tested against NodeJS 8 or 10. No code changes have been made, so it should still work
on these EOL versions, but it's not guaranteed.
v1.5.0
Added
- Added TypeScript declaration file (#37).
v1.4.0
Added
- New
momentTimezoneContext
option for handling webpack dependencies outside node_modules
(PR #35 — thanks to @diniciacci).
v1.3.0
Added
- Support
webpack
version 5.
Fixed
- Fixed an error when using
matchCountries
with a country that references links
as well as zones
(#27, #28).
v1.2.0
Added
- Support
countries
data for moment-timezone
versions 0.5.28
and later (#22).
- Filter
countries
list based on matching zones.
- New
matchCountries
filtering option to select all zones for a given set of countries.
Changed
- Minor performance improvements (PR #25).
v1.1.0
Added
Changed
- Updated
make-dir
dependency to 3.0.0
.
- Updated
find-cache-dir
dependency to 3.0.0
.
- Updated
del
dev dependency.
v1.0.3
- Ensure there are no links from unknown timezones (PR #6 — thanks to @sgomes)
- Updated
mocha
dev dependency
v1.0.2
- Fixed path matching regex for Windows directory structure (#4 — thanks to @vuoriliikaluoma)
- Updated
make-dir
dependency to 2.0.0
v1.0.1
- Fixed
moment-timezone
peer dependency version range