Skip to content

v0.12.0

Compare
Choose a tag to compare
@shellscape shellscape released this 28 Jul 16:26
· 55 commits to master since this release

Bugfixes

  • fix: don't check symnlink path exists, rimraf handles NOENT (ac266af)
  • fix: dont send the close event to client. fixes #144 (ae4790a)

Features

  • feat: ramdisk option, webpack-plugin-ramdisk implementation (#145)

Updates

  • docs: add issue #130 to faq (f36f8ae)
  • Misc dependency updates for security

Breaking Changes

Minimum supported Node version bumped to v10 to reflect current Active LTS. This will only act as a breaking change to users of yarn, which does not allow installing packages that contain an engines field outside of range.