- Tag shortcuts and element replacements are now declarative and recursive. Parsley's built-in shortcuts (e.g.
strβWOString) live in aparsley-tag-aliases.propertiesresource, and any framework or app can contribute its own β including element-class replacements likeWOStringβERXWOStringβ by dropping the same-named file into itssrc/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