Releases: Archinamon/native-file-io
Releases · Archinamon/native-file-io
1.3.10 — fix absolute path in posix systems
Merge pull request #12 from Archinamon/fix_abs_path bump version
1.3.9 — small fixes for exceptions
Merge pull request #10 from Archinamon/six_no_such_file_exception added path to nosuchfile exception
1.3.8 — small fixes to posix
Merge pull request #9 from Archinamon/fix_posix_readBytes fix readBytes in posix with ending 0
1.3.7 — better mkdirs, getAbsolutePath
...but broken mingw tests :(
1.3.6 — new helpers and utilits.
1.3.6-1 added debug logs
1.3.5 — upgrade to Gradle 7.3.3
bump version
1.3.4 — add SharedImmutable annotation
bump version
1.3.3 — added factory method from parent file
bump version
1.3.2 — copyTo/moveTo utils
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)
Update gradle-publish.yml