moment-timezone-data-webpack-plugin

Reduce moment-timezone data size for a webpack build

MIT License

Downloads
558.1K
Stars
93
Committers
7

Bot releases are visible (Hide)

moment-timezone-data-webpack-plugin - v1.5.1 Latest Release

Published by gilmoreorless about 2 years ago

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.
moment-timezone-data-webpack-plugin -

Published by gilmoreorless over 3 years ago

Added

  • Added TypeScript declaration file (#37).
moment-timezone-data-webpack-plugin - v1.4.0

Published by gilmoreorless over 3 years ago

Added

  • New momentTimezoneContext option for handling webpack dependencies outside node_modules (PR #35 — thanks to @diniciacci).
moment-timezone-data-webpack-plugin - v1.3.0

Published by gilmoreorless over 4 years ago

Added

  • Support webpack version 5.

Fixed

  • Fixed an error when using matchCountries with a country that references links as well as zones (#27, #28).
moment-timezone-data-webpack-plugin - v1.2.0

Published by gilmoreorless over 4 years ago

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).
moment-timezone-data-webpack-plugin - v1.1.0

Published by gilmoreorless over 5 years ago

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.
moment-timezone-data-webpack-plugin - v1.0.3

Published by gilmoreorless over 5 years ago

  • Ensure there are no links from unknown timezones (PR #6 — thanks to @sgomes)
  • Updated mocha dev dependency
moment-timezone-data-webpack-plugin -

Published by gilmoreorless over 5 years ago

  • Fixed moment-timezone peer dependency version range
moment-timezone-data-webpack-plugin -

Published by gilmoreorless over 5 years ago

  • Fixed path matching regex for Windows directory structure (#4 — thanks to @vuoriliikaluoma)
  • Updated make-dir dependency to 2.0.0