Skip to content

Releases: nbbrd/java-io-util

v0.0.12

19 Mar 17:02
Compare
Choose a tag to compare

Bugfix release:

  • Migration to Maven-Central

Breaking change:

  • Maven groupId is now com.github.nbbrd.java-io-util

v0.0.11

25 Jan 13:09
Compare
Choose a tag to compare

Release notes:

  • Add support of error stream in ProcessReader
  • Add URL parser and formatter

v0.0.10

18 Jan 16:18
Compare
Choose a tag to compare

Release notes

  • Added: system utils

v0.0.9

12 Jan 09:12
Compare
Choose a tag to compare

Release notes

  • Added: char buffer utils

v0.0.8

30 Oct 13:28
Compare
Choose a tag to compare

Release notes

  • Added: file parser/formatter
  • Added: text parser/formatter
  • Fixed: xml encoding

v0.0.7

25 Aug 14:21
Compare
Choose a tag to compare

Release notes

  • Added: lenient parsing of Locale
  • Fixed: transitive requirement of nbbrd.io.xml module

v0.0.6

26 Feb 14:31
Compare
Choose a tag to compare

Release notes

  • Added: char parser/formatter API

v0.0.5

17 Feb 09:57
Compare
Choose a tag to compare

Release notes

  • Modified: Big refactoring to split project
  • Added: IOIterator
  • Added: IOUnaryOperator
  • Added: Resource#process(URI, IOConsumer<Path)
  • Removed: Stream utilities

v0.0.4

13 Aug 08:16
Compare
Choose a tag to compare

Release notes

  • Added: support of JPMS

v0.0.3

29 May 08:56
Compare
Choose a tag to compare

Release notes

  • Added: formatting in XML API
  • Added: parsing of class loader resources in XML API
  • Added: withers alongside builders in XML API
  • Added: composing functions in XML API
  • Improved: reporting of null pointer exceptions in XML API
  • Improved: reporting of missing resources in XML API