File tree Expand file tree Collapse file tree 5 files changed +34
-3
lines changed Expand file tree Collapse file tree 5 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-02-04
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - [ ` ngtest ` - ` v5.0.0-dev.3 ` ] ( #ngtest---v500-dev3 )
15
+
16
+ Packages with other changes:
17
+
18
+ - There are no other changes in this release.
19
+
20
+ ---
21
+
22
+ #### ` ngtest ` - ` v5.0.0-dev.3 `
23
+
24
+ - ** REFACTOR** (all): update to Dart 3 ([ #68 ] ( https://github.com/angulardart-community/angular/issues/68 ) ).
25
+ - ** DOCS** (all): update to new workflow badge.
26
+ - ** BREAKING** ** REFACTOR** (ngrouter): remove createDynamicFixture & fix all static warnings ([ #56 ] ( https://github.com/angulardart-community/angular/issues/56 ) ).
27
+
28
+
6
29
## 2024-02-04
7
30
8
31
### Changes
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ dev_dependencies:
18
18
build_web_compilers : ^4.0.4
19
19
lints : ^2.1.0
20
20
mockito : ^5.4.3
21
- ngtest : ^5.0.0-dev.2
21
+ ngtest : ^5.0.0-dev.3
22
22
test : " >=1.24.0 <1.25.0"
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ dev_dependencies:
19
19
build_web_compilers : ^4.0.4
20
20
lints : ^2.1.0
21
21
mockito : ^5.4.3
22
- ngtest : ^5.0.0-dev.2
22
+ ngtest : ^5.0.0-dev.3
23
23
test : " >=1.24.0 <1.25.0"
Original file line number Diff line number Diff line change
1
+ ## 5.0.0-dev.3
2
+
3
+ > Note: This release has breaking changes.
4
+
5
+ - ** REFACTOR** (all): update to Dart 3 ([ #68 ] ( https://github.com/angulardart-community/angular/issues/68 ) ).
6
+ - ** DOCS** (all): update to new workflow badge.
7
+ - ** BREAKING** ** REFACTOR** (ngrouter): remove createDynamicFixture & fix all static warnings ([ #56 ] ( https://github.com/angulardart-community/angular/issues/56 ) ).
8
+
1
9
## 5.0.0-dev.2
2
10
3
11
- Migrate to Analyzer v6 and Dart 3.0.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: ngtest
2
2
description : >
3
3
Testing runner and library for AngularDart.
4
4
This package is necessary to write component tests for AngularDart components.
5
- version : 5.0.0-dev.2
5
+ version : 5.0.0-dev.3
6
6
repository : https://github.com/angulardart-community/angular
7
7
8
8
environment :
You can’t perform that action at this time.
0 commit comments