Skip to content

v3.0.0

Compare
Choose a tag to compare
@sokra sokra released this 15 Jan 11:17

Breaking Changes

  • minimum node.js version has been pushed to 6
  • callback now also accepts undefined as "no result" in pitching phase
  • remove System.import loader loading

Bugfixes

  • Avoid using deprecated Buffer constructor
  • check exports for incorrect loader type instead of metadata
  • report errors via callback instead of throwing
  • fix callback is called twice with rejected promise