Releases: rife2/rife2-template-renderers
Releases · rife2/rife2-template-renderers
1.2.0
Summary
- Support for bld 2.2.0
- Added capitalizeWords renderer
What's Changed in 1.2.0
- Bumped bld to version 2.2.0 in 8383f75
- Bumped RIFE2 to version 1.9.1 in b0f9c5a
- Bumped JUnit to version 5.11.4 in b108264
- Bumped AssertJ to version 3.27.2 in 2c842bd
- Bumped PMD extension to version 1.1.0 in a1ab01a
- Bumped Jacoco extension to version 0.9.9 in 4731afb
- Added capitalizeWords renderer in 99f6afe
- Added missing and cleaned up JavaDocs in daadd0b
- Updated dependencies in 97edc07
- Bumped JDK to version 23 (GitHub CI Workflow)
- Minor cleanups in 911d54c
- Added soft assertions in 5090b82
Full Changelog: 1.1.6...1.2.0
1.1.6
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
- Improved the renderers encoding by using the template encoding or encoding specified in a property
- Switched to using StringUtils for un/capitalize
- Added validateCreditMethod standlalone method
- Improved Javadoc & documentation
1.0.0
Initial stable release of the following renderers:
- Abbreviate
- BeatTime
- Capitalize
- DateIso
- DateTimeIso
- DateTimeRfc2822
- EncodeBase64
- EncodeHtml
- EncodeHtmlEntities
- EncodeJs
- EncodeJson
- EncodeUnicode
- EncodeUrl
- EncodeXml
- FormatCreditCard
- Lowercase
- Mask
- Normalize
- QrCode
- Rot13
- ShortenUrl
- SwapCase
- TimeIso
- Trim
- Uncapitalize
- Uppercase
- Uptime
- Year