relation 3.1.0 relation: ^3.1.0 copied to clipboard
the stream representation of the relations of the entities and widget utilities
Changelog #
3.1.0 - 2021-06-28 #
- Stable release
3.1.0-dev.1 - 2021-06-21 #
- Marked as deprecated
fromStream
constructors ofStreamedState
andEntityState
- Added possibility to configure nullable type by generic in
StreamedStateBuilder
3.0.0 - 2021-06-07 #
- Stable release
4.0.0-dev.1 - 2021-06-04 #
- Breaking Change:
Action
renamed toStreamedAction
- Breaking Change:
StreamedAction
's,ScrollOffsetAction
's andTextEditingAction
'sonChanged
callback is named parameter now. - Breaking Change: replaced
Object
withException
inEntityEvent
and all derived classes - Breaking Change: removed value return from
Event.accept
,EntityEvent.accept
and all derived - Breaking Change: removed nullable types where possible
- Add
acceptUnique
param toStreamedAction
. - Add
acceptUnique
method toStreamedState
.
2.0.1 - 2021-05-30 #
- Stable release
2.0.1-dev.1 - 2021-05-25 #
- Apply new lint rules.
2.0.0 #
- Breaking Change:
EntityStateBuilder
'schild
argument replaced withbuilder
- Breaking Change:
EntityStateBuilder
'serrorBuilder
argument now passesWidget Function(BuildContext, Exception)
. If you'd like to getdata
fromerror
please useerrorDataBuilder
instead. - Add the ability to get an
error
inEntityStateBuilder
fromerrorChild
. - Add
data
argument toEntityStreamedState
. - Update
rxdart
dependency to0.27.0
.
1.0.0 #
- Migrated to null safety, min SDK is
2.12.0
- Remove
ControllerAction
0.0.4-dev.3 #
- Fixed loading and error builders on empty stream data
- Update README.md
0.0.4-dev.1 #
- Up rxdart dependency
0.0.3-dev.4 #
- Add 'from' constructors to StreamedStates
0.0.3-dev.3 #
- Change error type from Exception to Object
0.0.2-dev.5 #
- Added previous value to loadState
- Added error to data builder
0.0.2-dev.4 #
- Fix lint hints
0.0.2 - 21.0.2020 #
- Initial release