Skip to content

Commit 162bdba

Browse files
committed
update CHANGELOG.md
1 parent 5ff8c75 commit 162bdba

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## 0.1.0-alpha.1
2+
3+
- feature
4+
- add widget `StatesListenerSelect` [\#33](https://github.com/LoveCommunity/flutter_scope/pull/33)
5+
- add `StatesListener.default` [\#32](https://github.com/LoveCommunity/flutter_scope/pull/32)
6+
- add widget `StatesListener` [\#31](https://github.com/LoveCommunity/flutter_scope/pull/31)
7+
- add widget `StatesBuilderSelect` [\#28](https://github.com/LoveCommunity/flutter_scope/pull/28)
8+
- add `StatesBuilder` default construct [\#25](https://github.com/LoveCommunity/flutter_scope/pull/25)
9+
- add method `context.scope` [\#23](https://github.com/LoveCommunity/flutter_scope/pull/23)
10+
- add method `context.scopeOrNull` [\#22](https://github.com/LoveCommunity/flutter_scope/pull/22)
11+
- add method `FlutterScope.of` [\#21](https://github.com/LoveCommunity/flutter_scope/pull/21)
12+
- add widget `StatesBuilder` [\#19](https://github.com/LoveCommunity/flutter_scope/pull/19)
13+
- add `FlutterScope.async` [\#15](https://github.com/LoveCommunity/flutter_scope/pull/15)
14+
- add `FlutterScope` default construct `parentScope` parameter [\#14](https://github.com/LoveCommunity/flutter_scope/pull/14)
15+
- add `FlutterScope.using` [\#13](https://github.com/LoveCommunity/flutter_scope/pull/13)
16+
- add `FlutterScope` default construct [\#12](https://github.com/LoveCommunity/flutter_scope/pull/12)
17+
- add widget`FlutterScope` [\#11](https://github.com/LoveCommunity/flutter_scope/pull/11)
18+
- add configurable `FinalValueNotifier` [\#7](https://github.com/LoveCommunity/flutter_scope/pull/7)
19+
- add configurable `FinalChangeNotifier` [\#5](https://github.com/LoveCommunity/flutter_scope/pull/5)
20+
- refactor
21+
- make `FlutterScopeState` private [\#39](https://github.com/LoveCommunity/flutter_scope/pull/39)
22+
- explicitly export `flutter_scope` [\#38](https://github.com/LoveCommunity/flutter_scope/pull/38)
23+
- upgrade `dart_scope` as ^0.1.0-alpha.5 [\#37](https://github.com/LoveCommunity/flutter_scope/pull/37)
24+
- improve `StatesBuilder` code readability [\#36](https://github.com/LoveCommunity/flutter_scope/pull/36)
25+
- improve test description [\#35](https://github.com/LoveCommunity/flutter_scope/pull/35)
26+
- add `experimental` annotation to `StatesListener` [\#34](https://github.com/LoveCommunity/flutter_scope/pull/34)
27+
- extract function `contextGetStates` [\#29](https://github.com/LoveCommunity/flutter_scope/pull/29)
28+
- add lints [\#27](https://github.com/LoveCommunity/flutter_scope/pull/27)
29+
- simplify implementation of `StatesBuilder` [\#24](https://github.com/LoveCommunity/flutter_scope/pull/24)
30+
- remove usage of `Completer.sync` in test [\#17](https://github.com/LoveCommunity/flutter_scope/pull/17)
31+
- upgrade dart\_scope as ^0.1.0-alpha.4 [\#16](https://github.com/LoveCommunity/flutter_scope/pull/16)
32+
- upgrade dart\_scope as ^0.1.0-alpha.3 [\#8](https://github.com/LoveCommunity/flutter_scope/pull/8)
33+
- merge `FinalChangeNotifier`, `LateFinalChangeNotifier`, `FinalChangeNotifierBase` into `FinalChangeNotifier [\#6](https://github.com/LoveCommunity/flutter_scope/pull/6)
34+
- add dependencies [\#4](https://github.com/LoveCommunity/flutter_scope/pull/4)
35+
- fix
36+
- fix typos [\#41](https://github.com/LoveCommunity/flutter_scope/pull/41)
37+
- ci
38+
- add ci tests [\#1](https://github.com/LoveCommunity/flutter_scope/pull/1)
39+
- include changes made from `dart_scope` 0.1.0 alpha.6 [\#40](https://github.com/LoveCommunity/flutter_scope/pull/40)
40+
- refactor
41+
- rename `ValueSubject` to `Variable` [\#143](https://github.com/LoveCommunity/dart_scope.dart/pull/143)
42+
- rename `ReplaySubject` to `Replayer` [\#142](https://github.com/LoveCommunity/dart_scope.dart/pull/142)
43+
- rename `PublishSubject` to `Publisher` [\#141](https://github.com/LoveCommunity/dart_scope.dart/pull/141)
44+
- rename `ScopeConfigure` to `ConfigureScope` [\#136](https://github.com/LoveCommunity/dart_scope.dart/pull/136)
45+
- rename `StatesConvertibleExpose` to `ExposeStatesConvertible` [\#135](https://github.com/LoveCommunity/dart_scope.dart/pull/135)
46+
- rename `ValueExpose` to `ExposeValue` [\#134](https://github.com/LoveCommunity/dart_scope.dart/pull/134)
47+
- rename `ValueDispose` to `DisposeValue` [\#133](https://github.com/LoveCommunity/dart_scope.dart/pull/133)

0 commit comments

Comments
 (0)