Releases: milankinen/livereactload
Releases · milankinen/livereactload
3.0.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
- Notify clients about bundle errors (e.g. syntax errors) #94
- Fix gulp example not to leave bundler process open after
browserify
task #90 - Support Browserify's
--ig
flag, fixes #87 - Fix de-duped module reloading bug #99 (thanks @mlarcher)
- Update dependency versions and refactor codebase to use more ES6 features
2.1.1
- Maintain standalone functionality (#98 thanks to @boblauer)
- Documentation fixes (#95 #88 thanks to @cheapsteak & @SystemParadox)
2.1.0
2.0.5
2.0.4
- Fix broken reload propagation guards (if any module exports only React components, then reloading should stop to that module) #69
- Add ability to accept reloaded modules with
onReload
hook and prevent parent module reloading (fixes alsoredux
warning) #64 #70 - Fix incorrect web socket protocol detection #48