- Angular v4 support. We now use
ngc
version 4 to compile the built assets. The v5 compiler output was not backwards-compatible with v4 apps. v4 compiler assets are compatible with v4 and v5 apps.
- Restructure the library to work in both Angular's AOT and JIT modes
- Add
@Injectable
decorator toBugsnagErrorHandler
to fix DI error
- Update imports for [email protected] #2
Initial release