v3.0.0
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