dart_scope 0.1.0-beta.5
dart_scope: ^0.1.0-beta.5 copied to clipboard
A declarative dependency injection library which use dart syntax and flutter style
0.1.0-beta.4 #
0.1.0-beta.3 #
0.1.0-beta.2 #
- feature
- refactor
0.1.0-beta.1 #
- refactor
- apply cache behavior to
States#172 - improve naming in
ObservableCombine#171 - add internal class
Observation#160- reimplements
ObservableMulticastusingObservation#170 - reimplements
ObservableDistinctusingObservation#169 - reimplements
ObservableSkipusingObservation#168 - reimplements
ObservableCreateusingObservation#164 - rename
ObservationfieldonDatatoemit#162 - reimplements
ObservableCombineusingObservation#161
- reimplements
- remove experimental configurable
ConfigurableCompose#157
- apply cache behavior to
- docs
- example
- add examples #151
0.1.0-alpha.6 #
- fix
- fix typos #145
- refactor
- rename
ValueSubjecttoVariable#143 - rename
ReplaySubjecttoReplayer#142 - rename
PublishSubjecttoPublisher#141 - rename
ScopeConfiguretoConfigureScope#136 - rename
StatesConvertibleExposetoExposeStatesConvertible#135 - rename
ValueExposetoExposeValue#134 - rename
ValueDisposetoDisposeValue#133
- rename
0.1.0-alpha.5 #
0.1.0-alpha.2 #
- refactor
- merge
Final,LateFinalandFinalBaseintoFinal#113 (beeth0ven) - merge
FinalStates,LateFinalStatesandFinalStatesBaseintoFinalStates#112 (beeth0ven) - merge
FinalStatesConvertible,LateFinalStatesConvertibleandFinalStatesConvertibleBaseintoFinalStatesConvertible#111 (beeth0ven) - rename
Computed.latetoComputed.lazy#116 (beeth0ven) - add @experimental annotation to
ConfigurableCompose#120 (beeth0ven) - add @experimental annotation to
Computed#118 (beeth0ven) - simplify implementation of
ConfigurableCombine#119 (beeth0ven)
- merge
0.1.0-alpha.1 #
- add
tests.yamlby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/3 - add
Observerby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/4 - add
ObserverFunctionby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/5 - add
Observableinterface by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/6 - add
CreateObservableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/7 - add
MapObservableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/8 - export
Disposableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/9 - add
CastObservableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/10 - test - add
ObservableTesterby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/11 - add operator
Observable.combineby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/12 - replace
observableAwithobservable1in combine test by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/13 - add operator
Observable.combine2by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/14 - replace
disposeAwithdispose1by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/15 - feature - add
test_genby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/16 - add operator
Observable.combine3by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/17 - add
ProxyObservableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/18 - refactor
CombineObservable*to extendsCombineObservableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/19 - add operator
observable.whereby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/20 - add operator
observable.distinctby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/21 - add operator
observable.distinctMapby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/22 - add operator
observable.skipby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/23 - add
Subjectinterface by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/24 - add
PublishSubjectby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/25 - add
ValueSubjectby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/26 - add
ReplaySubjectby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/27 - add operator
observable.multicastby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/28 - add operator
observable.multicastReplayby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/29 - add
Driverby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/30 - add
observable.asDriverby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/31 - add
DriverTesterby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/32 - add
Driverdefault constructor by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/33 - add operator
driver.mapby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/34 - add operator
driver.castby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/35 - add operator
driver.distinctby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/36 - add operator
driver.selectby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/37 - add operator
driver.cacheby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/38 - add operators
driver.skipanddriver.skipFirstby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/39 - replace 'map observable ' to '
observable.map' in all test descriptions by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/40 - improve names in test by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/41
- rename test files by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/42
- add
driver.firstby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/43 - Refactor - rename test_gen files by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/44
- extract
observableCombineTestHeaderby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/45 - rename
CombineObservable...toObservableCombine...by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/46 - extract
testAllby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/47 - rename test_gen test by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/48
- add operator
Driver.combineby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/49 - rename
observable_combine_test.darttocombine_test.dartby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/50 - add
DriverCombineTestGeneratorby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/51 - add operator
Driver.combine{2,3}by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/52 - refactor
Observable.combineto replaceObject?withTby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/53 - rename
DrivertoStatesby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/54 - rename
StatesLatestValueNotReplayErrortoLatestStateNotReplayErrorby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/55 - rename
datatostatewhen usingStatesby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/56 - improve
states.firstimplementation by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/57 - initial
Scopeby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/58 - add
scope.pushby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/59 - Feature/scope dispose by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/60
- improve
scopetype test by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/61 - add
scope.getby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/62 - add
ConfigurableFunctionby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/63 - add
Configurable.combineby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/64 - add
Finalby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/65 - add
scope.addDisposeby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/66 - use
scope.addDisposeby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/67 - restructure test files by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/68
- add
AsyncFinalby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/69 - extract
exposeInScopemethod by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/70 - scope auto dispose if configuration throw error by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/71
- rename
CombineObservabletoObservableCombineetc. by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/73 - rename
CombineConfigurabletoConfigurableCombineby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/74 - remove
ProxyObservableby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/75 - make
ConfigurableCombineabstract class by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/76 - add
states.activatedby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/77 - add
ConfigurableComposeby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/78 - refactor
ConfigurableCombineto extendsConfigurableComposeby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/79 - extract
FinalBaseby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/80 - Feature/final states by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/82
- Refactor/rename instance to value by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/83
- dev - add lints by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/84
- feature - add
FinalStatesConvertibleby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/86 - make
FinalBase.lateparameter default to false in test by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/87 - upgrade
disposalto 0.1.0-alpha.3 by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/89 - Refactor/rename observable children by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/90
- Refactor/rename states children by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/91
- rename
childrentoconfigurablesby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/92 - tests verify
exposeusescope.hasby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/93 - remove
FinalStates.exposeparameter by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/94 - Feature/computed by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/95
- add configurable
Computed2by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/96 - add
ConfigurableComputedTestGeneratorby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/97 - extract code gen method
codeby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/98 - Refactor/tests by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/99
- Feature/computed3 by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/100
- Meta/meta by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/101
- downgrade
analyzermin to 4.0.0 by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/102 - Ci/publish by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/103
- Refactor/rename package by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/105
- rename package to
dart_scopeto avoid name conflict by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/104 - rename
observablestodart_observableto avoid name conflict by @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/106 - rename annotation file
*_test.dartto*_test_annotation.dartby @beeth0ven in https://github.com/LoveCommunity/dart_scope.dart/pull/107