Skip to content

1.6.8

Choose a tag to compare

@caring-coder caring-coder released this 13 May 17:18
· 1993 commits to main since this release
04d619e

Important Update

  • Introduction of the modularization to the project, now developpers using the libs are expected to use the namespace pro.verron.officestamper.preset to find ready to use features, and pro.verron.officestamper.api to find extendables interfaces.
  • Deprecated a lot of the old APIs, please follow the deprecation warning, annotations and javadocs explanation to find the most appropiate recent incarnations of the features you were used to have.
  • A namespace dedicated to experimentation have been added pro.verron.officestamper.experimental, including the first tries of stamping from excel and powerpoint files!

What's Changed

  • Added an example project to show expected usage of the lib -> officestamper-examples/pom.xml

  • Bumped spring framework version from 6.1.4 to 6.1.6

  • Published the reference coding style used by the project -> intellij-style.xml

  • Update javadocs including top 2 authors by files

  • Update docs

  • Added integration test for several version of dox4j

  • Added a .mailmap file for attribution of contributions

  • Move all markdown files to asciidoc

Full Changelog: v1.6.7...v1.6.8