Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

57 lines (43 loc) · 3.13 KB

Changelog

WIP

Changed

  • Updated the CI jobs, by adding more JVMs to test against & added a clj-kondo lint job#70
  • pdfboxing.split/split-pdf wouldn't close a document when splitting#73
  • Updated CI depdendency, GitHub action actions/cache to v3.3.1#75
  • Updated pdfbox & pdfbox-tools to the latest stable release#76
  • Updated pdfbox & pdfbox-tools to the latest stable release#77

Added

  • Added GitHub action based on antq, for outdated dependencies & updated outdated dependencies#72
  • Added the licence file#74

Removed

  • Removed TravisCI config#71

0.1.15.3-SNAPSHOT

Added

  • Added the ability to create HTML documents from PDFs #69

0.1.15.2-SNAPSHOT

Added

  • Added the ability to merge multiple images into a single PDF#45
  • Added the ability to load PDFs from byte arrays #58
  • Added the ability to run tests automatically using GitHub actions #64

Changed

  • Upgraded PDFBox to 2.0.27 & Clojure to 1.11.1 #68
  • Using lists for :imports 157706
  • Updated documentation of split-pdf-at in the README 78f9
  • Imports in pdfboxing.common comply with clj-kondo linting 8924eb3
  • Made pdfboxing.form/set-fields more efficient #64
  • Made pdfboxing.form/get-fields more robust by handling nested fields #65
  • Made pdfboxing.merge/merge-pdfs more robust by allowing more input and output types #67 edt

0.1.15.1-SNAPSHOT

Added

  • Form flattening 10d4
  • Upgraded PDFBox to 2.0.21
  • Upgraded Clojure to 1.10.1
  • Fix for draw-line #51

Changed

  • Fixed all warnings as per clj-kondo f7e4

0.1.15-SNAPSHOT

Changed

  • Enhanced pdfboxing.form/set-fields so that even sets the nested/child fields #53
  • Enhanced pdfboxing.form/get-fields so that it gets even the child fields 8062
  • Upgraded PDFBox to 2.1.18