3
3
### Breaking Changes
4
4
5
5
Version 0.21.0 reverts to version 0.17.0+1 with fixes to support Dart 2.
6
- Versions 0.18, 0.19, and 0.20 were not used by the package authors and
7
- effectively unsupported. This resolves the fork that happened at version 0.18
6
+ Versions 0.18, 0.19, and 0.20 were not used by the package authors and
7
+ effectively unsupported. This resolves the fork that happened at version 0.18
8
8
and development can now be supported by the authors.
9
9
10
10
#### Reverted Changes
@@ -13,7 +13,7 @@ and development can now be supported by the authors.
13
13
* Revert add ` Observable<List|Set|Map>.unmodifiable ` for immutable collections
14
14
* Revert add ` Observable<List|Set|Map>.EMPTY ` for empty immutable collections
15
15
* This can be used as an optimization for libraries that always need to return
16
- an observable collection, but don't want to allocate a new instance to
16
+ an observable collection, but don't want to allocate a new instance to
17
17
represent an empty immutable.
18
18
19
19
(From 0.20.0)
@@ -39,7 +39,7 @@ Revert considered deprecated to be notified of `length` changes.
39
39
* ` ObservableList.notifyListChange `
40
40
* Revert potentially breaking: ` ObservableList ` may no longer be extended
41
41
42
- Revert considered deprecated to be notified of ` length ` , ` isEmpty ` and
42
+ Revert considered deprecated to be notified of ` length ` , ` isEmpty ` and
43
43
` isNotEmpty ` ` PropertyChangeRecord ` s on ` ObservableList `
44
44
45
45
#### Changes Applied on top of version 0.17.0+1
0 commit comments