Skip to content

Releases: bpavuk/filery

Prerelease 2!

24 Oct 16:57
Compare
Choose a tag to compare
Prerelease 2! Pre-release
Pre-release

filery Prerelease 2 is out! The main changes are:

  • refactored inner structure. It will be effortless to add new platform support
  • partial Linux support. Linux is the first platform where Kotlin/Native support will come
  • appending and writing of UTF-8 text

oh, and, there is a cozy README

Prerelease 1

14 Oct 17:28
Compare
Choose a tag to compare
Prerelease 1 Pre-release
Pre-release

The Prerelease 1 is coming! Main changes are:

  • JVM has finally got its actual implementations
  • JVM implementation of FileContainer now uses its private fileInputStream to read the file in stream manner
  • readUntil JVM implementation (currently its only implementation) is a now way more optimized than initial
  • thanks to previous change readLine now cuts '\n' on the end by default
  • writing is also included. Unlike C/C++ file APIs, when this library will come to Kotlin/Native, you will be able to change between appending and overwriting on the fly just by using two dedicated functions