Skip to content

Releases: callstack/haul

1.0.0-beta.12

10 Jan 11:16
Compare
Choose a tag to compare

Fixes

  • HMR fixes:

    • HMR breaking when custom function name was the same as on prototypes da0f752
    • Fix HMR in production bundle ad45d0a
  • Bundle no longer includes source maps ef9690f

Features

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

Rest

  • How to use Haul with Detox 2ac6192
  • Default Haul script is just Haul instead of Haul Start 60ef7c0
  • Cleanup 958da63

v1.0.0-beta.10

09 Nov 13:30
Compare
Choose a tag to compare

Beta.9 is also a part of this release.

Fixes

  • Fixed build error not displyed ccdaf20
  • Fixed issue with wrongly server bundle 501e28c
  • Fixed bundle time displayed NaN when in compiling both platforms 39ab2a9
  • Removed use strict from the debugger 5a26baf

Features

  • Display bundle warnings, if any 00d6cd0

Rest

v1.0.0-beta.7

19 Oct 10:14
Compare
Choose a tag to compare

Fixes

  • THIS_DIR in haul-integrate.sh now resolves to absolute path, instead of relative 9d39068
  • Removed trailing commas from debugger 4fe8102

Features

  • You can now merge Your .babelrc with default configs e0e90d6
  • Haul is now using Webpack 3 8f45830

Rest

v1.0.0-beta.6

10 Oct 09:22
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

Fixes

  • Fixed launchPackager step from Xcode 5f756b5
  • Fixed breaking changes for RN 0.49+ a5a8eb6
  • Changed sourcemaps for development mode c400ce4
  • Correct mime-type for served js bundle for RN 0.48.x 98253df
  • Added CORS headers a92c463
  • Minor issues fixed

Features

  • Feature: Added reload feature 22a8224
  • Feature: Added handler for situation, when port used by Haul is in use 1b9bc32
  • Feature: Multiple bundle progress bars 856555f

Rest

  • Added docs on how to setup Haul with CodePush 3c24c07

v1.0.0-beta.5

22 Aug 14:40
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

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

v1.0.0-beta.3

01 Aug 13:37
Compare
Choose a tag to compare
Release v1.0.0-beta.3.

v1.0.0-beta.1

14 Jun 14:21
Compare
Choose a tag to compare

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

v1.0.0-beta.0

08 Jun 09:00
Compare
Choose a tag to compare

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

22 May 15:39
Compare
Choose a tag to compare

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

05 Apr 14:26
Compare
Choose a tag to compare

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