forked from codeborne/pdf-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
40 lines (30 loc) · 1.12 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
== Changelog
=== 1.6.1 (released 26.02.2021)
* added AssertJ matchers
=== 1.6.0 (released 21.01.2021)
* #4 add methods to search within given pages of PDF
* added method doesNotContainText() and doesNotContainExactText
* upgraded to pdfbox 2.0.22 and AssertJ 3.18.1
=== 1.5.2 (released 15.07.2020)
* upgraded to pdfbox 2.0.20 and JUnit 4.13
=== 1.5.1 (released 27.11.2018)
* upgraded to pdfbox 2.0.12
=== 1.5.0 (released 04.06.2018)
* upgraded to pdfbox 2.0.9
* upgraded to Java 8
=== 1.4 (released 02.04.2016)
* upgraded to pdfbox 2.0.0
* change license to less restrictive MIT
* add fields PDF for checking signed PDFs: signed, signerName, signatureTime.
=== 1.3 (Released 12.08.2015)
* upgrade to pdfbox 1.8.10
* simplify API: all public methods are in class PDF
=== 1.2 (Released 28.06.2015)
* Add matcher `containsTextCaseInsensitive()`
=== 1.1 (Released 25.06.2015)
* Method `containsText()` now ignores whitespaces and linebreaks
* Add matcher `containsExactText()`
=== 1.0 (Released 25.06.2015)
* First version with the only function `assertThat(pdf, containsText("#50quickideas"));`
* using to pdfbox 1.8.9
* using license LGPL 3