Releases: brailleapps/dotify.common
Releases · brailleapps/dotify.common
v4.4.0
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
New in this version:
- Improves the performance of detectXmlEncoding
v4.3.0
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
New in this version:
- Adds an inter-process lock signal
- Adds a jar manifest retriever
v4.1.0
New in this version:
- Deprecates copy(InputStream, OutputStream) in FileIO
- Adds a split option to disregard the last unit size
v4.0.0
New in this version:
- Removes deprecated classes
- Moves sources to OSGI-OPT
v3.9.0
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
New in this version:
- Supports InputSource as input to isWellformedXML and parseXML
v3.7.1
v3.7.0
New in this version:
- Adds xml encoding detection (from BOM only or combined with the XML-declaration)
- Deprecates TempFileHandler