Skip to content

Releases: tfcporciuncula/flow-preferences

1.9.1

11 Apr 17:16
Compare
Choose a tag to compare

Bump Kotlin to 1.8.20 e34ae6b

1.9.0

17 Feb 07:29
Compare
Choose a tag to compare

1.8.0

26 Jul 09:01
Compare
Choose a tag to compare
  • No more @ExperimentalCoroutinesApi! cf11674
  • Bump dependencies c843488
    • Kotlin to 1.7.10
    • Coroutines to 1.6.4

1.7.0

14 May 08:52
Compare
Choose a tag to compare
  • Add support for mapping preferences types by @UbadahJ 37f7160
  • Bump dependencies 2b8640d
    • Kotlin to 1.6.21
    • Coroutines to 1.6.1

1.6.0

17 Nov 08:03
Compare
Choose a tag to compare
  • Set compile SDK to 31 213090b
  • Bump dependencies 9dbc718
    • Kotlin to 1.6.0
    • Coroutines to 1.5.2

1.5.0

20 May 07:20
Compare
Choose a tag to compare

We're now on Maven Central with a new group id:

repositories {
  mavenCentral()
}

dependencies {
  implementation 'com.fredporciuncula:flow-preferences:1.5.0'
}

The package has also been updated from com.tfcporciuncula.flow to com.fredporciuncula.flow.preferences.

Besides that, this release is mainly just updating Kotlin and coroutines to 1.5.0 (7bb14c8). We're now taking advantage of the new trySend() API and no longer require the now gone offerCatching() workaround.

✨ everything is 1.5.0 now, including us ✨

1.4.0

17 Mar 20:34
Compare
Choose a tag to compare

1.3.4

22 Feb 09:40
Compare
Choose a tag to compare
  • Fix JobCancellationException in some specific scenarios #11 #1
  • Update Kotlin to 1.4.30 and coroutines to 1.4.2 d3178de

1.3.3

30 Oct 11:26
Compare
Choose a tag to compare

Update coroutines to 1.4.0 dc6f457

1.3.2

30 Aug 16:15
561f392
Compare
Choose a tag to compare
  • Update Kotlin to 1.4 and coroutines to 1.3.9 16bb2f7
  • Updated groupId on README 561f392

Instead of depending on:

com.github.tfcporciuncula:flow-preferences:1.3.2

You should depend on:

com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.2

No code changes are needed and things should still work fine if you don't update this, but going with the "correct" groupId will get you a proper POM that includes useful information (like license, so the oss-licenses plugin works).