-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGELOG.txt
64 lines (49 loc) · 1.94 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
== Changelog
=== 1.9.1 (released 26.09.2024)
* Bump pdfbox from 3.0.2 to 3.0.3 (#41)
* Bump junit from 5.10.3 to 5.11.1 (#43) (#45)
* Bump assertj from 3.26.0 to 3.26.3 (#39)
* Bump hamcrest from 2.2 to 3.0 (#40)
=== 1.9.0 (released 08.07.2024)
* Add soft assertions for AssertJ (#37)
* #8 Set timeout when reading PDF from URL - thanks to Pavlo Glushchenko (#28)
* Rewrite tests from JUnit4 to JUnit5 (#38)
* Bump org.apache.pdfbox.pdfbox from 2.0.27 to 3.0.0 (#27)
=== 1.8.1 (released 17.02.2023)
* Add matcher `matchesText(regex)`
* Bump update from JUnit4 to JUnit5 - thanks to Vladimir Glinskikh (#13)
=== 1.8.0 (released 22.12.2022)
* pdfbox from 2.0.24 to 2.0.27
* bump hamcrest from 1.3 to 2.2
* bump assertj from 3.21.0 to 3.23.1
=== 1.7.0 (released 01.11.2021)
* add support for multiple texts -- thanks to Vitali Plagov for PR #10
=== 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