- First stable release
- Started using ng-packagr and Angular Package Format
- Added support for SystemJS
- Added unit tests and test coverage information
- Switched from OpaqueToken to InjectionToken
- Dropped support for Angular 2, consider using 0.5.1 if it's needed
- Added support for Angular 5 for users who didn't migrate to HttpClient yet
- #17 fixed
- Example project with custom http implementation added
- JavaScript files are included back into library after removing in 0.3.0
- *.metadata.json files added to support Angular CLI
- *.ts files are available from "angular-progress-http/ts" if needed
- TypeScript warning fixed by PR #4
- Angular Http can now be replaced with custom Http implementation (see Using custom HTTP implementations)
- Test environment is set up
- Examples are now compiled with AOT (Angular CLI app)
- Angular 4.x.x allowed as peerDependency
- Replaced .js files with .ts (resolves #1)
- Added Travis CI for build and publishing to npm
- Updated examples build
- Readme updated with API description and examples
- First public release
- Contains service and ngModule for it
- Example in "examples" folder