Skip to content

2.4.0

Choose a tag to compare

@caring-coder caring-coder released this 04 Sep 17:20
· 1993 commits to main since this release
a896d5c

What's Changed

Features

  • Office-stamper can now format all java.time objects directly from standard configuration #411, see DateFormatTests.java
  • Office-stamper can now resolve multiline placeholders (not multi paragraph, just with linebreaks) #422
  • Office-stamper proven can resolve custom function inside comments expressions #56
  • Office-stamper proven can resolve displayParagraphIf inside table with repeatTableRow #52

Dependencies

  • Bumped org.springframework:spring-expression from version 6.1.11 to 6.1.12.

Documentation

  • The release notes have been separated into their own file for better organization and easier access.
  • Deprecated Paragraph#replaceAll and Paragraph#contains from api package as it was a remnant of a core fix.

Tests

  • Tests can now better differentiate types of breaks in word documents
  • Fixed a regression in tests about whitespaces manipulation

Full Changelog: v2.3.0...v2.4.0