Skip to content

Releases: brailleapps/dotify.common

v4.4.0

23 May 06:57
03646da
Compare
Choose a tag to compare

New in this version:

  • Throws an exception if source has no system id
  • Adds a log entry before downloading a file to the URLCache (fixes #7)
  • Makes it possible to configure the type of exceptions that can be thrown when transforming
  • Makes it possible to provide more than one table in UCharFilter
  • Adds StaxFilter
  • Improves javadoc

v4.3.1

11 Oct 12:46
Compare
Choose a tag to compare

New in this version:

  • Improves the performance of detectXmlEncoding

v4.3.0

06 Sep 14:03
Compare
Choose a tag to compare

New in this version:

  • Adds license information
  • Adopts functionality from PEFLibrary (in braille-utils.pef-tools)
  • Adopts a method from FileTools (in braille-utils.pef-tools)
  • Removes deprecated annotation on FileIO.copy(InputStream is, OutputStream os)
  • Fixes a couple of javadoc warnings

v4.2.0

12 Apr 09:21
Compare
Choose a tag to compare

New in this version:

  • Adds an inter-process lock signal
  • Adds a jar manifest retriever

v4.1.0

15 Feb 12:56
Compare
Choose a tag to compare

New in this version:

  • Deprecates copy(InputStream, OutputStream) in FileIO
  • Adds a split option to disregard the last unit size

v4.0.0

04 Jan 07:56
Compare
Choose a tag to compare

New in this version:

  • Removes deprecated classes
  • Moves sources to OSGI-OPT

v3.9.0

18 Dec 14:02
Compare
Choose a tag to compare

New in this version:

  • Adds a new splitter package and deprecates the original package
  • Adds mark and reset methods to BreakPointHandler
  • Adds possibility to ignore hyphenation points inside words in BreakPointHandler

v3.8.0

27 Nov 08:19
Compare
Choose a tag to compare

New in this version:

  • Supports InputSource as input to isWellformedXML and parseXML

v3.7.1

21 Nov 13:31
Compare
Choose a tag to compare

New in this version:

  • Supports encoding detection from a BOM even when input is less than 4 bytes (fixes #3)

v3.7.0

17 Nov 11:32
Compare
Choose a tag to compare

New in this version:

  • Adds xml encoding detection (from BOM only or combined with the XML-declaration)
  • Deprecates TempFileHandler