You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
## 0.4.0 (2019-09-28)
2
2
3
3
### Breaking Changes
4
-
* Browserify-HMR in websocket mode now checks that websocket connections are opened from a page from the configured hostname or localhost. This is done to prevent arbitrary webpages from telling your browser to connect to an instance of Browserify-HMR you're running. This check can be disabled with the `disableHostCheck` option.
5
-
*Drop support for Node < 8.
4
+
* Browserify-HMR in websocket mode now checks that websocket connections are opened from a page from the configured hostname or localhost. This is done to prevent arbitrary webpages from telling your browser to connect to an instance of Browserify-HMR you're running. This check can be disabled with the `disableHostCheck` option.[#45](https://github.com/Macil/browserify-hmr/pull/45)
5
+
*Dropped support for Node < 8.
6
6
7
7
## 0.3.7 (2018-11-12)
8
8
9
-
*Implement`module.id` for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
10
-
*Implement 'apply' HMR status for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
9
+
*Implemented`module.id` for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
10
+
*Implemented 'apply' HMR status for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
0 commit comments