Skip to content

Releases: milankinen/livereactload

2.0.3

17 Oct 21:51
Compare
Choose a tag to compare
  • Fix broken de-duplicate module handling, #63
  • Fix/improve docs, #68

2.0.2

15 Oct 22:33
Compare
Choose a tag to compare
  • Fix Maximum call stack size exceeded error when trying to dependencies with transien circular/cross dependencies (e.g. react-bootstrap) #63
  • Fix Safari's base64 decoding error (invalid source map) #67

2.0.1

28 Sep 07:30
Compare
Choose a tag to compare

2.0.0

28 Sep 07:26
Compare
Choose a tag to compare

The whole project rewritten. Completely.

  • ES6 codebase by using Babel
  • Register as a Browserify plugin instead of transform
  • Transfer new bundle contents via WebSocket instead of reloading the bundle via <script> tag
  • Update only changed modules
  • Use babel-plugin-react-transform and react-proxy to deal with the React component patching
  • All examples rewritten
  • Tests rewritten using Zombie.js and tape
  • Test automation with Travis

See 2.0.0 README for detailed new usage instructions