Skip to content

Releases: jordond/connectivity

1.1.3

28 Oct 15:56
Compare
Choose a tag to compare

What's Changed

Highlights:

  • Kotlin 2.0.21
  • Ktor 3.0.0
  • Gradle 8.10.2

This release removes the dependency on the experimental version of Ktor, and now uses the stable 3.0 release.

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

25 Jun 16:25
aac71b3
Compare
Choose a tag to compare

What's Changed

If you target iOS and you use the device artifact. It is highly recommended to update to this version. As the previous version has a bug where status updates are not emitted.

Dependencies

Full Changelog: 1.1.1...1.1.2

1.1.1

18 Jun 17:37
bb338db
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Update dependency co.touchlab:kermit to v2.0.4 by @renovate in #12
  • Update compose to v1.6.8 by @renovate in #13
  • Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.2 - autoclosed by @renovate in #14
  • Update plugin com.gradle.develocity to v3.17.5 by @renovate in #15
  • Update dependency androidx.fragment:fragment-ktx to v1.8.0 by @renovate in #16
  • Update agp to v8.5.0 by @renovate in #17

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Jun 18:24
Compare
Choose a tag to compare

What's Changed

  • Feature: Switch to a SharedFlow for network status by @jordond in #9
  • Feature: Add Compose Multiplatform support by @jordond in #11

Dependencies

Full Changelog: 1.0.1...1.1.0

1.0.1

09 Jun 16:57
Compare
Choose a tag to compare

What's Changed?

  • Fix module export

Full Changelog: 1.0.0...1.0.1

1.0.0

08 Jun 00:55
14bfeeb
Compare
Choose a tag to compare

Initial Release

  • Network monitoring
  • Network status
  • Native device support (Apple, Android)
  • All platform support via HTTP requests

0.1.0

07 Jun 21:41
d082f19
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial Release

  • Network monitoring
  • Network status
  • Native device support (Apple, Android)
  • All platform support via HTTP requests