Skip to content

1.6.0

Latest

Choose a tag to compare

@hugithordarson hugithordarson released this 26 Jun 16:36
· 1 commit to main since this release
  • Tag shortcuts and element replacements are now declarative and recursive. Parsley's built-in shortcuts (e.g. str β†’ WOString) live in a parsley-tag-aliases.properties resource, and any framework or app can contribute its own β€” including element-class replacements like WOString β†’ ERXWOString β€” by dropping the same-named file into its src/main/resources. Aliases resolve recursively, so a shortcut and a replacement compose automatically (str β†’ WOString β†’ ERXWOString).
  • Better performance when using inline error messages.

Full Changelog: v1.5.0...v1.6.0