Releases: aartikov/Replica
Releases · aartikov/Replica
1.5.1-alpha
- Disable Jetifier
- Update samples
1.5.0-alpha
- Introduce optimistic actions
- Make
maxCount
required setting for keyed replicas
1.4.0-alpha
- Refactored data loading implementation (fixed a rare state inconsistency bug).
invalidate
methods now restart the request if it is in progress.- Added the
invalidationMode
parameter to clear methods. DeprecatedclearAndInvalidate
. - Introduced
ReplicaObserverHost
. Deprecated oldobserve
methods. - Changed behavior creation syntax. For example, use
PagedReplicaBehaviour.doOnCreated
instead ofPagedDoOnCreated
. - Introduced
ReplicaAction
— a new way to perform cross-repository modifications of replicas. - Added the
operationId
parameter for optimistic updates.
1.3.1-alpha1
Pagination
1.1.0-alpha1
Update dependency versions
1.0.0-alpha15
Support list of replicas in combine
and combineEager
1.0.0-alpha13
Up version
1.0.0-alpha6
Add Kotlin docs
1.0.0-alpha5
- Refactor replica observing extensions
- Refactor keepPreviousData
1.0.0-alpha4
Bug fix in keepPreviuosData