Skip to content

Releases: gilmoreorless/moment-timezone-data-webpack-plugin

v1.5.1

19 Aug 01:22
Compare
Choose a tag to compare

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

13 Mar 03:32
Compare
Choose a tag to compare

Added

  • Added TypeScript declaration file (#37).

v1.4.0

31 Jan 06:04
Compare
Choose a tag to compare

Added

  • New momentTimezoneContext option for handling webpack dependencies outside node_modules (PR #35 — thanks to @diniciacci).

v1.3.0

01 May 06:17
Compare
Choose a tag to compare

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

11 Apr 12:40
Compare
Choose a tag to compare

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

17 Jun 11:40
Compare
Choose a tag to compare

Added

  • New cacheDir option (PR #11 — thanks to @sgomes).

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

24 Feb 04:53
Compare
Choose a tag to compare
  • Ensure there are no links from unknown timezones (PR #6 — thanks to @sgomes)
  • Updated mocha dev dependency

v1.0.2

13 Feb 11:23
Compare
Choose a tag to compare
  • Fixed path matching regex for Windows directory structure (#4 — thanks to @vuoriliikaluoma)
  • Updated make-dir dependency to 2.0.0

v1.0.1

13 Feb 11:24
Compare
Choose a tag to compare
  • Fixed moment-timezone peer dependency version range