File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
## 0.22.1+5
2
2
3
- Fix generic type error that occurs when using ChangeNotifier with a subclass of ChangeRecord.
4
- Previously, calling ` notifyChanges() ` on ` class Foo with ChangeNotifier<CustomChangeRecord> {} `
5
- would throw a type error. Now, the ` changes ` stream emits a custom ` ChangeRecords ` class that
6
- implements the ` List ` interface. This change is backwards compatible.
3
+ Fix generic type error that occurs when using ChangeNotifier with a subclass of
4
+ ChangeRecord. Previously, calling ` notifyChanges() ` on
5
+ ` class Foo with ChangeNotifier<CustomChangeRecord> {} ` would throw a type error.
6
+ Now, the ` changes ` stream emits a custom ` ChangeRecords ` class that implements
7
+ the ` List ` interface. This change is backwards compatible.
7
8
8
9
## 0.22.1+4
9
10
Original file line number Diff line number Diff line change 1
1
name : observable
2
- version : 0.22.1+4
2
+ version : 0.22.1+5
3
3
author :
Dart Team <[email protected] >
4
4
description : Support for marking objects as observable
5
5
homepage : https://github.com/dart-lang/observable
@@ -11,8 +11,8 @@ dependencies:
11
11
meta : ^1.0.4
12
12
quiver : ' >=0.24.0 <3.0.0'
13
13
dev_dependencies :
14
- build_runner : ' >=0.8.0 <0.10 .0'
14
+ build_runner : ' >=0.8.0 <2.0 .0'
15
15
build_test : ^0.10.0
16
- build_web_compilers : ' >=0.3.1 <0.5 .0'
16
+ build_web_compilers : ' >=0.3.1 <2.0 .0'
17
17
dart_style : ^1.0.9
18
18
test : ^1.3.0
You can’t perform that action at this time.
0 commit comments