Skip to content

Releases: Archinamon/native-file-io

1.3.10 — fix absolute path in posix systems

16 May 10:02
e5c7d10
Compare
Choose a tag to compare
Merge pull request #12 from Archinamon/fix_abs_path

bump version

1.3.9 — small fixes for exceptions

09 Jan 09:36
411ac39
Compare
Choose a tag to compare
Merge pull request #10 from Archinamon/six_no_such_file_exception

added path to nosuchfile exception

1.3.8 — small fixes to posix

12 Dec 10:07
6fcd8ad
Compare
Choose a tag to compare
Merge pull request #9 from Archinamon/fix_posix_readBytes

fix readBytes in posix with ending 0

1.3.7 — better mkdirs, getAbsolutePath

23 Jun 08:31
783bb64
Compare
Choose a tag to compare

...but broken mingw tests :(

1.3.6 — new helpers and utilits.

06 Mar 14:19
955e56e
Compare
Choose a tag to compare
1.3.6-1

added debug logs

1.3.5 — upgrade to Gradle 7.3.3

28 Jan 14:11
9d9af8a
Compare
Choose a tag to compare

1.3.4 — add SharedImmutable annotation

10 Dec 15:33
6898b2c
Compare
Choose a tag to compare

1.3.3 — added factory method from parent file

29 Nov 11:33
6a0f614
Compare
Choose a tag to compare

1.3.2 — copyTo/moveTo utils

03 Oct 18:11
de8fcea
Compare
Choose a tag to compare

Added new:

  • copyTo method
  • moveTo method (a copyTo with implicit delete of source file)
  • getParentFileUnsafe — always returns a File instance even if parent file/dir doesn't exists (actual for native platforms, jvm always does it)
  • more tests for new methods

Path separator moved to outer scope.

Fixed:

  • mingw constructor now implicitly converts '/' separator to windows-specific '\'

1.3.0 — added windows target (mingwX64)

02 Jun 13:06
c675367
Compare
Choose a tag to compare
Update gradle-publish.yml