|
| 1 | +<a name="8.2.0"></a> |
| 2 | +# [8.2.0](https://github.com/NativeScript/nativescript-angular/compare/8.1.0...8.2.0) (2019年08月13日) |
| 3 | + |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* Update to Angular 8.2.x ([dbe983b](https://github.com/NativeScript/nativescript-angular/commit/dbe983b)) |
| 8 | +* Remove `@angular/http` from the dependecies ([#1842](https://github.com/NativeScript/nativescript-angular/issues/1842)) ([c6af21d](https://github.com/NativeScript/nativescript-angular/commit/c6af21d)) |
| 9 | + |
| 10 | +### BREAKING CHANGES: |
| 11 | + |
| 12 | +* The `NativeScriptHttpModule` is removed |
| 13 | +* `@angular/http` is removed from the dependencies |
| 14 | + |
| 15 | +Migration steps: |
| 16 | +* If using `NativeScriptHttpModule`, replace with `NativeScriptHttpClientModule` as done [here](https://github.com/NativeScript/nativescript-sdk-examples-ng/commit/16d3caee2b0ee2d88d328b75bde49eea6c96920a) |
| 17 | +* as `@angular/http` is no longer a peerDependency of `nativescript-angular`, you can remove if from your dependencies |
| 18 | + |
| 19 | + |
1 | 20 | <a name="8.1.0"></a>
|
2 | 21 | # [8.1.0](https://github.com/NativeScript/nativescript-angular/compare/8.0.3...8.1.0) (2019年07月31日)
|
3 | 22 |
|
|
0 commit comments