Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

33 lines (27 loc) · 1.6 KB

Changes by Version

v0.7.9 (2024-02-27)

  • #9 flush() in Streams.transferTo

v0.7.8 (2023-09-20)

  • #8 Implement DelegateReader
  • #7 Implement SerializableInputStream and SerializableReader
  • #6 Implement WriterOutputStream
  • #5 Implement UnsynchronizedStringReader
  • #4 Implement CountingBufferedOutputStream
  • #3 Transition to GitHub Actions
  • #2 FileUtil.deleteAllOnExit() not working for directories
  • #1 Implement FileUtil.existsOrNull

v0.7.7 (2020-05-23)

  • Add Charsets utility class.
  • Add CountingReader.
  • Add ReaderInputStream.
  • Add overloaded methods for Readers.readFully(...).
  • Prevent IOException in ReplayReader due to closed state.
  • Improve tests.
  • Improve javadocs.

v0.7.6 (2019-07-21)

  • Improve exception handling.
  • Upgrade org.libj:util:0.7.9 to 0.8.0.
  • Upgrade org.libj:test:0.6.9 to 0.7.0.

v0.7.5 (2019-05-13)

  • Initial public release.