Skip to content

Releases: mjohnston/react-native-webpack-server

0.7.0

09 Oct 22:43
Compare
Choose a tag to compare

Fixed

Changed

  • bundle command will optimize the bundle by default. Pass --no-optimize to disable. (#92)
  • Regenerated example projects using RN 0.12 template & upgraded dependencies

Added

  • Basic RN 0.12 compatibility (hot module replacement is currently not working: #99)
  • --platform option to the bundle command (#100)

0.6.0

29 Sep 02:12
Compare
Choose a tag to compare

Changed

  • Some tweaks to README.md
  • Using latest react-transform-hmr in examples
  • Convert code to ES6 compatible with node/io.js >=2.0.0 (#83)
  • Remove unused code as a result of enabling ESLint
  • Switch from nomnom to commander as nomnom is no longer maintained (#86)
  • CLI is now called rnws, with an alias react-native-webpack-server -> rnws

Added

  • ESLint to check code style (#84)
  • Continuous integration via Travis CI (#85)
  • A --bundlePath option to customize the output path of rnws bundle

0.5.1

18 Sep 00:16
Compare
Choose a tag to compare

Added

  • bundle command to generate an offline bundle (#37, #60)
  • README.md Slack badge for Reactiflux channel #react-native-webpack

Fixed

  • Server crash when request is received during server startup (#53, #60)
  • README.md documentation for hot module replacement

0.5.0

17 Sep 04:38
Compare
Choose a tag to compare

This release drops support for react-hot-loader, instead supporting hot reloading via babel-plugin-react-transform + react-transform-webpack-hmr.

Check out the example projects for the recommended configuration.

See #64 for more information