Skip to content

Releases: zacharee/KMPFile

0.6.2

13 Nov 05:02
Compare
Choose a tag to compare
  • Fix FileUtils.fromString() on JVM.
  • Implement toString() in all File implementations (returns getPath()).

0.6.1

29 Sep 19:31
Compare
Choose a tag to compare
  • Remove URL validation in FileUtils.fromString() on Apple platforms.

0.6.0

31 Aug 03:27
Compare
Choose a tag to compare
  • Add kmpfile-okio library to convert between kotlinx.io and okio.
  • Update to Kotlin 2.0.20

0.5.0

30 Aug 20:48
Compare
Choose a tag to compare
  • Add targets for Linux (arm64, x64).
  • Add targets for Android NDK (arm32, arm64, x86, x64).
  • Add target for MinGW (x64).

0.4.1

30 Aug 03:14
Compare
Choose a tag to compare
  • Improvements to FileUtils.fromString() behavior on Android.
  • Add tvOS and watchOS targets.
  • getUsableSpace() is now an alias of getFreeSpace() on Apple.

0.4.0

30 Aug 00:45
Compare
Choose a tag to compare
  • Add FileUtils.fromString() convenience function for creating IPlatformFile instances.