Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add v2.1.0 release notes to README #386

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ image:{proj}/actions/workflows/integrate-os.yml/badge.svg[Build Status,link={pro

== Release Notes

- {proj}/releases/tag/v2.1.0[v2.1.0]:
** Update Readme howto to document the last API changes
** Update the mechanism to walk through a Word document
** First step to the separation of resolvers in two: the future 'engine resolver' (that will wrap the template features) and 'context resolver' (that will wrap the actual stamped data)
** Update exception management and messages
** The raw stamper does not carry any comment processors by default
** Bump dependencies org.springframework:spring-expression to 6.1.8
** Update documentation to be more Github-friendly
- {proj}/releases/tag/v2.0.0[v2.0.1]:
** fix dependency issue of v2.0
- {proj}/releases/tag/v2.0.0[v2.0.0]:
** remove legacy APIs,
** rename `pro.verron:docx-stamper` to `pro.verron.office-stamper:engine`
Expand Down