Skip to content

Releases: SimplifyJobs/webpack-ext-reloader

v1.1.12

21 Nov 21:39
Compare
Choose a tag to compare

Changelog

  • Fix JSON5 import (#417)
  • Fix finding entry filenames
  • Upgrade all dependencies

v1.1.10

28 Sep 21:38
Compare
Choose a tag to compare

Changelog

  • MV3 support with MV2 backwards compatibility (#386)
  • Other miscellaneous improvements/fixes
  • Use JSON5 to allow comments in manifest.json (#216)
  • Fixed type declarations (#209)
  • Updated dependencies
  • Updated README

v1.1.9

24 Jan 14:43
88862c2
Compare
Choose a tag to compare

Changelog

  • Dependency upgrades (#148)
  • Remove of extraneous logs (#161)
  • Fixed Firefox bugs (reported in #90, closed in #163)
  • Improvements to testing suite and typings

v1.1.8

15 Jul 22:13
2cbcae7
Compare
Choose a tag to compare

Changelog

  • Fix chunk optimization listeners (#35)
  • Dependency upgrades

Breaking Changes Warning

  • Future versions will handle chunks differently than below due to afterOptimizeChunkAssets being deprecated. This change will be directly released in to v1.2.x.

v1.1.7

14 Jul 07:03
70229d1
Compare
Choose a tag to compare

Changelog

  • Remove Webpack 5 deprecation messages (#23)
  • Dependencies upgrades

Breaking Changes Warning

  • Future versions will handle chunks differently than below due to afterOptimizeChunkAssets being deprecated. This change will be directly released in to v1.2.x.

v1.1.6

02 Jul 05:52
5bafd80
Compare
Choose a tag to compare

Changelog

  • Updates webpack from v4 to v5
  • Code cleanup and tidying
  • Dependencies upgrades