Haul Versions Save

Haul is a command line tool for developing React Native apps, powered by Webpack

v1.0.0-beta.12

6 years ago

Fixes

  • HMR fixes:

    • HMR breaking when custom function name was the same as on prototypes da0f7522e94c75e5fd7251444fe2450bc0cb5fa8
    • Fix HMR in production bundle ad45d0abe1797150c5e6d4cc70eebdd7e882f8a0
  • Bundle no longer includes source maps ef9690fa2679518ac3ba82818e727baa26975dd5

Features

  • We support now all webpack entries (strings, arrays and objects) 91f7f3ede805c5cb3ddaee6371997e14c2d8f9c9
  • Manual testing fixtures 8599cfda048c6614d440b56eecda847d6ec05bca

Rest

v1.0.0-beta.5

6 years ago

This feature includes hot module reloading - please try it out and report issues (technical, user experience etc)

v1.0.0-beta.3

6 years ago

v1.0.0-beta.1

6 years ago

Makes Haul to work on projects that have symlinks in node_modules.

v1.0.0-beta.0

6 years ago

This is our first release under haul name. Package haul-cli is no longer used and it's latest version is deprecated.

This release makes it possible for Haul to work in more advanced projects, like those managed by lerna. We also fixed const error that was happening on Android and older iOS devices.

v0.6.0

6 years ago

This release contains a bunch of fixes and enhancements, you can see a full list here.

We are working on a public roadmap and will publish soon.

v0.3.0

7 years ago

This release contains a bunch of fixes and enhancements, including:

  • e451c11 - When bundle cannot be loaded, display a RedBox that contains steps to debug the issue
  • 922d763 - Running Systrace is now supported
  • 92ba8ba - Add haul to package.json scripts when running init
  • 1b05eae - Fix debugger not working when opening from Genymotion
  • 2bddd08 - Fix assets mismatch when running with --platform all
  • 3627c1b - Running from Xcode opens up Haul instead of Packager
  • d6e295d - You can now run haul instead of haul start
  • 09ba268 - Speed improvements to Webpack config