utilities
, fs
, concurrency
, rx
, graphql
All artifacts use hierarchical project structures.
Read about Kotlin 1.4.20 and Updated structure of multiplatform library publications
I believe due to this, com.badoo.reaktive:reaktive
is not compatible at the moment.
- Kotlin 1.4.20
- androidx.core:core-ktx:1.3.2
- Added support for node js in
fs
#80. - Fix docs link #81.
- Migrated
utilities
,fs
,concurrency
,rx
,rx-reaktive-runtime
,graphl
andgraphql-plugin
to Kotlin 1.4.10 - Some major Changes in
graphql
due to kotlinx.serialization update. - Unable to migrate
cache
to1.4.10
at this time due to a bug in resolving dependencies.
- Support auth headers in graphql plugin
- Skipped for all other libs
- Update Kotlin to 1.3.70
[fs]
ReplacedNSURL.URLWithString
withNSURL.fileURLWithPath
- Support for byte read in fs.
- First release of graphql and graphql-plugin
- rx, rx-runtime packages introduced
- 1.3.61 update
- New docs site
- Support for JVM in fs module.
- Migrate GraphQL plugin from Node to Kotlin.
- Renamed
threading
module toconcurrency
. - Introduced unified
Worker
api for all platforms. - Jobs which can resume on a different thread.
- Cleaner
JobDispatcher
APIs.
- Removed
core
from each package name. - Updated the bintray repository.
- Brand new build system with
Suparnatural
gradle build plugin. - Fix: Code completion not working in ios source set.