Skip to content

Releases: nbbrd/java-io-util

Release v0.0.22

09 May 14:02
Compare
Choose a tag to compare

0.0.22 - 2023-05-09

Fixed

  • Fix EOF detection on non-empty XML files

Release v0.0.21

18 Apr 13:31
Compare
Choose a tag to compare

0.0.21 - 2023-04-18

Added

  • Add convenient method to parse lines from text source

Fixed

  • Fix EOF detection on XML files

Release v0.0.20

28 Oct 09:09
Compare
Choose a tag to compare

0.0.20 - 2022-10-28

Added

  • Add MediaType object to handle Internet Media Type (aka MIME Type or Content Type)
  • Add convenient methods to supply resources in Picocsv

Fixed

  • Fix dependency inheritance in BOM

v0.0.19

18 Mar 14:52
Compare
Choose a tag to compare

0.0.19 - 2022-03-18

Added

  • Add convenient CSV methods
  • Add bridge between Text* and Parser/Formatter

Changed

  • Replace composition functions with IO functions

v0.0.18

15 Mar 16:54
Compare
Choose a tag to compare

0.0.18 - 2022-03-15

Added

  • Add picocsv module

Fixed

  • Fix compile-time dependencies convergence in BOM

v0.0.17

04 Feb 11:37
Compare
Choose a tag to compare

0.0.17 - 2022-02-04

Fixed

  • Fix gzip encoding and decoding

v0.0.16

01 Feb 13:48
Compare
Choose a tag to compare

0.0.16 - 2022-02-01

Added

  • Add Maven BOM
  • Add DoubleProperty
  • Add URI parser and formatter
  • Add TextResource as reader/writer utilities
  • Add bridge from Text* to File* utilities
  • Add functional factories to Text* and File* utilities
  • Add gzip factory to File* utilities

v0.0.15

01 Oct 13:08
Compare
Choose a tag to compare

Breaking change : Move Jaxb to its own module

java-io-util 0.0.14

08 Jul 13:26
Compare
Choose a tag to compare

0.0.14 - 2021-07-08

Fixed

  • Fix closed inputstream on Stax stream flow

java-io-util 0.0.13

07 Jul 08:52
Compare
Choose a tag to compare

0.0.13 - 2021-07-07

Added

  • Add property API
  • Add enum and failsafe parser/formatter

Fixed

  • Fix raw use of parameterized class