You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Issues have been piling up which is no good, some fixes would be easier if we can make breaking changes. Time to fix all the things and plan for a v4 release.
Since we can now break apis and Okio is moving to kotlin (we depend on it for most persister and parsers) it's time we consider a rewrite of Store in kotlin.
Kotlin would give us a cleaner implementation as well as the ability to drop the dependency on rxjava and instead use Coroutines. I believe we can achieve a similar feature set while keeping the library much smaller.
We can then write rxjava bindings for apps that want to continue using RxJava as a public api
The text was updated successfully, but these errors were encountered:
Issues have been piling up which is no good, some fixes would be easier if we can make breaking changes. Time to fix all the things and plan for a v4 release.
Since we can now break apis and Okio is moving to kotlin (we depend on it for most persister and parsers) it's time we consider a rewrite of Store in kotlin.
Kotlin would give us a cleaner implementation as well as the ability to drop the dependency on rxjava and instead use Coroutines. I believe we can achieve a similar feature set while keeping the library much smaller.
We can then write rxjava bindings for apps that want to continue using RxJava as a public api
The text was updated successfully, but these errors were encountered: