Skip to content

Releases: erikdesjardins/spawn-loader

v7.0.1

13 Feb 02:37
Compare
Choose a tag to compare

v7.0.0

18 Jun 22:08
Compare
Choose a tag to compare
  • BREAKING: Require Node >= 8.9.0
  • Add context option, allow specifying filename as function (#21, thanks @vseventer)

v6.1.0

29 May 22:07
Compare
Choose a tag to compare

v6.0.0

04 Mar 18:57
Compare
Choose a tag to compare
  • BREAKING: Interpolation for the name option now behaves the same as webpack's output.filename. Primarily, this means that [ext] no longer works and [hash] is correctly updated when subresources change.

v5.0.0

04 Mar 00:57
Compare
Choose a tag to compare
  • BREAKING: Webpack 4

v4.0.0

17 Sep 03:54
Compare
Choose a tag to compare
  • BREAKING: requires Webpack 3.6.0 as peer dependency
  • Update for Webpack 3.6.0's fixed cache handling

v3.0.1

29 Jul 23:11
Compare
Choose a tag to compare
  • Fix filename when using [hash] in the name option
  • Fix watch mode rebuilds (again)
  • Give child compilers the name of the entry point instead of just "entry"

v3.0.0

16 Jul 20:47
Compare
Choose a tag to compare
  • BREAKING: Webpack 3

v2.0.0

28 Feb 03:17
Compare
Choose a tag to compare
  • BREAKING: Webpack 2

v1.0.0

05 Feb 20:28
Compare
Choose a tag to compare
  • BREAKING: Move Webpack to a peerDependency (unlikely to cause breakage in practice)
  • BREAKING: Child compiler shares the parent's compilation cache (unlikely to cause breakage in practice)
  • BREAKING: Drop support for Node < 4