Added some tests, history, made it possible to skip invoking parse()

This commit is contained in:
Jochen Stärk
2018-07-20 14:30:24 +02:00
parent 2ccc244790
commit 0d87ce02ca
4 changed files with 86 additions and 19 deletions

View File

@@ -1,9 +1,19 @@
1.5.3
=====
2018-07-20
Fixed #60 nullpointerexception in ZUGFeRDimporter on some input files
and #61 missing in maven repo
Now possible to skip parse() and go from zi.extract to e.g. zi.getAmount()
1.5.2
=====
2018-06-10
Fixed #57 commandline not converting PDF from A1 to A3 when adding XML to PDF (-c)
Completed javadoc
1.5.1
=====