Skip to content

Releases: nbbrd/java-io-util

Release v0.0.25

18 Jul 13:44

Choose a tag to compare

0.0.25 - 2023-07-18

Fixed

  • Fix OverlappingFileLockException

Release v0.0.24

30 Jun 10:34

Choose a tag to compare

0.0.24 - 2023-06-30

Added

  • Add lock factory to File* utilities
  • Add uncloseable stream utilities
  • Add resource utilities

Changed

  • Improve path to file conversion

Fixed

  • Fix unexpected closing of resources in FileFormatter and FileParser

Release v0.0.23

09 Jun 09:57

Choose a tag to compare

0.0.23 - 2023-06-09

Added

  • Add curl module

Release v0.0.22

09 May 14:02

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

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

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

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

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

Choose a tag to compare

0.0.17 - 2022-02-04

Fixed

  • Fix gzip encoding and decoding

v0.0.16

01 Feb 13:48

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