- Refactored handling of
<title>
elements for when they're lacking in either content or decorator templates and thelayout:title-pattern
processor is being used (#25) - Added a
layout:replace
attribute processor, an alias oflayout:substituteby
(just like Thymeleaf, thereplace
processor will eventually replacesubstituteby
. They both perform the same function, butsubstituteby
is effectively deprecated.) - Updated the Eclipse plugin help file to point to the updated 1.1.x processor locations.