Skip to content

Releases: codeborne/pdf-test

v1.9.1

26 Sep 05:41
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.pdfbox:pdfbox from 3.0.2 to 3.0.3 by @dependabot in #41
  • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by @dependabot in #39
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 by @dependabot in #43
  • Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1 by @dependabot in #45
  • Bump org.hamcrest:hamcrest from 2.2 to 3.0 by @dependabot in #40

Full Changelog: v1.9.0...v1.9.1

Milestone: https://github.com/codeborne/pdf-test/milestone/8?closed=1

v1.9.0

07 Jul 21:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Dependency updates

  • Bump org.apache.pdfbox.pdfbox from 2.0.27 to 3.0.0 by @pavlogs in #27
  • Bump org.junit.jupiter:junit-jupiter-api from 5.9.1 to 5.10.3 by @dependabot in #34
  • Bump org.assertj:assertj-core from 3.23.1 to 3.26.0 by @dependabot in #36
  • Bump org.junit.vintage:junit-vintage-engine from 5.9.1 to 5.10.3 by @dependabot in #35
  • Bump fastify/github-action-merge-dependabot from 3.6.0 to 3.6.1 by @dependabot in #16
  • Bump com.github.kt3k.coveralls from 2.12.0 to 2.12.2 by @dependabot in #17
  • Bump fastify/github-action-merge-dependabot from 3.6.1 to 3.6.2 by @dependabot in #18
  • Bump fastify/github-action-merge-dependabot from 3.6.2 to 3.6.3 by @dependabot in #19
  • Bump fastify/github-action-merge-dependabot from 3.6.3 to 3.6.4 by @dependabot in #20
  • Bump fastify/github-action-merge-dependabot from 3.6.4 to 3.6.5 by @dependabot in #21
  • Bump fastify/github-action-merge-dependabot from 3.6.5 to 3.7.0 by @dependabot in #22
  • Bump fastify/github-action-merge-dependabot from 3.7.0 to 3.8.0 by @dependabot in #23
  • Bump fastify/github-action-merge-dependabot from 3.8.0 to 3.9.0 by @dependabot in #24
  • Bump fastify/github-action-merge-dependabot from 3.9.0 to 3.9.1 by @dependabot in #25
  • Bump actions/checkout from 3 to 4 by @dependabot in #26
  • Bump actions/setup-java from 3 to 4 by @dependabot in #29
  • Bump github/codeql-action from 2 to 3 by @dependabot in #30
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #31
  • Bump fastify/github-action-merge-dependabot from 3.9.1 to 3.10.0 by @dependabot in #32
  • Bump fastify/github-action-merge-dependabot from 3.10.0 to 3.10.1 by @dependabot in #33

Full Changelog: v1.8.1...v1.9.0

v1.8.1

07 Jul 21:34
Compare
Choose a tag to compare

What's Changed

  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #12
  • Bump update from JUnit4 to JUnit5: using new libraries with existing … by @vladimirGlinskikh in #13
  • Bump fastify/github-action-merge-dependabot from 3.5.3 to 3.5.4 by @dependabot in #14
  • Bump fastify/github-action-merge-dependabot from 3.5.4 to 3.6.0 by @dependabot in #15

Full Changelog: v1.8.0...v1.8.1

v1.8.0

22 Dec 21:05
Compare
Choose a tag to compare
  • 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

v1.7.0: release pdf-test 1.7.0

01 Nov 08:36
Compare
Choose a tag to compare

add support for multiple texts -- thanks to Vitali Plagov for PR #10

1.6.1

26 Feb 13:23
Compare
Choose a tag to compare
  • added AssertJ matchers

1.6.0

26 Feb 13:24
Compare
Choose a tag to compare

=== 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.4

26 Feb 13:24
Compare
Choose a tag to compare
1.4

=== 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.