Skip to content

Releases: codeborne/pdf-test

v2.1.0

15 Oct 05:37

Choose a tag to compare

What's Changed

  • upgrade to Java 17+ by @asolntsev in #89
  • upgrade JUnit from 5.x to 6.0.0 by @dependabot[bot] in #87
  • bump gradle from 8.14.2 to 9.1.0
  • Bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0 by @dependabot[bot] in #78
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.6
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #83
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #84
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #90

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 Jul 15:37

Choose a tag to compare

What's Changed

  • upgrade to Java 11+
  • Bump pdfbox from 3.0.4 to 3.0.5
  • Publish jars to Maven Central instead of OSS

Full Changelog: v1.9.2...v2.0.0

v1.9.2

02 Jul 15:27

Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.9.2

v1.9.1

26 Sep 05:41

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

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

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

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

Choose a tag to compare

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

1.6.1

26 Feb 13:23

Choose a tag to compare

  • added AssertJ matchers

1.6.0

26 Feb 13:24

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