2.4.0
What's Changed
Features
- Office-stamper can now format all
java.timeobjects directly from standard configuration #411, seeDateFormatTests.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-expressionfrom 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