Skip to content

Releases: rxaviers/globalize-webpack-plugin

Version 1.0.1

20 Jun 18:04
Compare
Choose a tag to compare

🎉 Enhancements

  • fix compatibility with create-react-app and ModuleScopePlugin #60 (Frédéric Miserey)
  • improve tests #63 (Rafael Xavier)

🐛 Fixes

  • workaround a webpack regression #62 (James Bellenger)

⚙️ Others

  • accept earlier versions of webpack #62 (James Bellenger)

Version 1.0.0

29 May 17:25
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Drop support for webpack 1 (if you still need that, use 0.x releases).
  • Drop support for Node.js < 4.3.0 (if you still need that, use 0.x releases).

🎉 Enhancements

  • Webpack 2 support (decent support) #51 #55 (James Bellenger)
  • Use ES6 #58 (James Bellenger)

🐛 Fixes

  • Add support for non-numeric module ids #51 (James Bellenger)
  • Fixes issue #16 by ensuring that the generated files have a .js extension instead of the extension of the source file (e.g. .coffee) #30 (Dan Washusen)

⚙️ Others

  • Tests #52 (Rafael Xavier)