Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

73 lines (55 loc) · 3.76 KB

Changelog

WIP

Changed

  • Updated Clojure to 1.12.0 & GitHub actions to the latest stable version #83
  • Updated PDFBox to 3.0.3, Clojure to 1.11.4 & GitHub actions to the latest stable version #82
  • Updated Clojure to 1.11.3 #81
  • Update cognitect/test-runner to the latest release

0.1.15.5-SNAPSHOT

Changed

  • Updated PDFBox to 3.0.2, Clojure to 1.11.2 & GitHub actions to the latest stable version #80

0.1.15.4-SNAPSHOT

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 to 3.0.1 #79
  • Updated actions/checkout to v4 ecd8fdd0a113920677d5dd4689ce4de36f933fa0

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