This repository was archived by the owner on Sep 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.0-alpha
2+ - Major refactoring of the ` angular_router ` package. For a migration guide from
3+ ` angular_router ` v1, see
4+ https://github.com/dart-lang/angular/blob/master/angular_router/g3doc/migration_guide.md .
5+
16## 1.0.2
27- Support for angular 4.0.0.
38
Original file line number Diff line number Diff line change 55The [ AngularDart] [ webdev_angular ] router enables navigation from one view to
66the next as users perform application tasks.
77
8- The 1.0 version of ` angular_router ` is just a port of the router that was in
9- the core ` angular ` package. Only critical bug fixes are planned for the 1.0
10- router. A significant refactoring is in progress, which is expected to result
11- in a 2.0 version of ` angular_router ` .
12-
138### Resources:
149
1510* Documentation:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: angular_router
22author :
Dart Team <[email protected] > 33homepage : https://github.com/dart-lang/angular
44description : Router for AngularDart.
5- version : 2.0.0
5+ version : 2.0.0-alpha
66
77environment :
88 sdk : ' >=1.24.0 <2.0.0'
@@ -15,7 +15,7 @@ dependencies:
1515 quiver : ' >=0.22.0 <0.26.0'
1616
1717dev_dependencies :
18- angular_test : ^1.0.2
18+ angular_test : ^1.0.1
1919 test : ^0.12.6
2020
2121# === vvv REMOVE WHEN PUBLISHING vvv ===
Original file line number Diff line number Diff line change 1+ ## 1.0.1
2+ ### Cleanup
3+ - Remove dependency on ` angular_router ` .
4+
15## 1.0.0
26
37### Breaking Changes & Deprecations
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: angular_test
22author :
Dart Team <[email protected] > 33homepage : https://github.com/dart-lang/angular
44description : Testing runner and library for AngularDart
5- version : 1.0.0
5+ version : 1.0.1
66
77environment :
88 sdk : ' >=1.24.0 <2.0.0'
You can’t perform that action at this time.
0 commit comments