Skip to content

Releases: runreflect/webpack-react-component-name

5.0.5

17 Aug 16:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.4...5.0.5

4.0.5

17 Aug 16:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.5

5.0.4

19 May 12:49
Compare
Choose a tag to compare
5.0.4 Release

This is a NO-OP release to get the latest version of the package to use
our Webpack 5.x branch.

5.0.3

13 Feb 15:02
Compare
Choose a tag to compare

What's Changed

  • Adding safeguard on argument attribute of a return statement. Fixes #21 by @IamFonky in #22
  • Add option to parse node_modules directory by @tmcneal in #25
  • Add OptionsParser class by @tmcneal in #26

New Contributors

Full Changelog: 5.0.2...5.0.3

5.0.2

09 Jan 23:56
Compare
Choose a tag to compare
5.0.2 Release

4.0.2

09 Jan 23:52
Compare
Choose a tag to compare
4.0.2 Release

5.0.1

10 Dec 03:29
Compare
Choose a tag to compare
5.0.1 Release

4.0.1

10 Dec 03:09
Compare
Choose a tag to compare
4.0.1 Release

4.0.0

01 Dec 21:42
904de74
Compare
Choose a tag to compare

This is the same code as in 0.0.7. This is being republished as 4.0.0 to indicate that the 4.x version is compatible with Webpack 4.

0.0.7

05 Oct 12:27
8f0080b
Compare
Choose a tag to compare
  • Updates catch statement to be compatible with older browsers.