v0.4.0
In this release we focused on improvements to es6/typescript support and added the ability to correctly get contextual sources from web servers running on different ports.
- Added umd support for different module loaders (@jasonslyvia #55).
- Modified getSource so that source urls containing port numbers are supported in Firefox (@davidomid #56).
- Fixed typescript definitions to work with es6 import syntax
import * as TraceKit from 'TraceKit';
Please take a look at the change log for a full list of the changes.