Releases: shellscape/webpack-plugin-serve
Releases · shellscape/webpack-plugin-serve
v1.6.0
Features
- feat: override publicPath setting. (#230)
Bugfixes
- fix: update webpack-plugin-ramdisk to allow webpack 5 (#233)
- fix: unregister "unhandled" event when socket is closed (#224)
- fix: make sure wrapper is found before accessing the classList (#225)
Updates
v1.4.1
Updates
Update dependencies
v1.4.0
Bugfixes
- fix: error on hmr when file path is null (#213)
- fix: invalid chunkFileName (#214)
Features
- feat: add
client.protocol
override option for client (#218)
Updates
- docs: fix for Webpack output.library and libraryTarget: 'window' (#212)
v1.2.0
Features
- feat: Add support for refreshing hmr on failure (#182)
Updates
- refactor: replace read-pkg-up with escalade (#187)
- refactor: replace joi with superstruct (#188)
v1.1.0
Features
- feat: Allow customizing ramdisk options (#180)
Updates
- docs: Add note to readme about HMR with HTTP2 (#184)
- docs: small improvements to README (#181) …
v0.12.0
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.
v0.11.0
Features
- feat: send unknown emitted events as WebSocket messages (#138)
Updates
- docs: add verbose entry point docs (#136)
v0.10.0
Bugfixes
- fix: static regression when passing array (#134)
Breaking Changes
v0.9.0 introduced glob support for the static
option. Unfortunately the implementation introduced a regression and the old method of handling an array passed to the option was overwritten, causing the regression. A new option format has been introduced for folks wanting to use globs. This may cause a breaking change for users who were previously relying on a plain array passed to static
to use globs.
v0.9.1
Bugfixes
- fix: assert localhost when server address doesn't match. fixes #131 (#132)
v0.9.0
Bugfixes
- fix: do not send data when socket is not READY (#128)
Features
- feat: custom headers option (#125)
- feat: static option glob support (#124)
Updates
- docs: Fix typo in README.md (#126)