Skip to content

Releases: fhoeben/hsac-fitnesse-pdf

0.1.6

07 Dec 16:59
Compare
Choose a tag to compare
Prepare for release

0.1.5

07 Dec 16:12
Compare
Choose a tag to compare
Prepare for release

0.1.4

29 Feb 07:51
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #13
  • Bump org.fitnesse:fitnesse from 20231029 to 20231203 by @dependabot in #11
  • Bump nl.hsac:hsac-fitnesse-fixtures from 5.3.1 to 5.3.4 by @dependabot in #12
  • Bump org.apache.pdfbox:pdfbox from 3.0.0 to 3.0.1 by @dependabot in #10
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #16
  • Bump nl.hsac:hsac-fitnesse-fixtures from 5.3.4 to 5.3.6 by @dependabot in #14

Full Changelog: 0.1.3...0.1.4

0.1.3

03 Dec 13:18
Compare
Choose a tag to compare
Prepare for release

0.1.2

01 Dec 22:19
Compare
Choose a tag to compare
Prepare for release

0.1.1

01 Dec 13:58
Compare
Choose a tag to compare

First release using GitHub action

0.1.0

29 Nov 18:40
Compare
Choose a tag to compare
  • Java 11 is now required
  • Updated dependencies to latest versions (amongst others pdfbox 3.0.0)
<dependency>
    <groupId>nl.hsac</groupId>
    <artifactId>hsac-fitnesse-pdf</artifactId>
    <version>0.1.0</version>
</dependency>

0.0.5

16 Feb 13:54
Compare
Choose a tag to compare
  • Updated dependencies to latest versions (amongst others pdfbox 2.0.13)
<dependency>
    <groupId>nl.hsac</groupId>
    <artifactId>hsac-fitnesse-pdf</artifactId>
    <version>0.0.5</version>
</dependency>

0.0.4

27 Oct 17:17
Compare
Choose a tag to compare
  • Updated dependencies to latest versions (amongst others pdfbox 2.0.12)
<dependency>
    <groupId>nl.hsac</groupId>
    <artifactId>hsac-fitnesse-pdf</artifactId>
    <version>0.0.4</version>
</dependency>

0.0.3

21 Dec 21:26
Compare
Choose a tag to compare
  • Added methods to get the text of a range of pages (instead of just all)
  • Can retrieve the number of pages in a document
  • Allow tests to check the document's meta information (e.g. Title, Subject, Author, etc.)
<dependency>
    <groupId>nl.hsac</groupId>
    <artifactId>hsac-fitnesse-pdf</artifactId>
    <version>0.0.3</version>
</dependency>