Releases: theborakompanioni/thymeleaf-extras-shiro
Releases · theborakompanioni/thymeleaf-extras-shiro
v2.1.0
v2.0.0
Added
- added support for expression evaluation, e.g:
<div shiro:hasAllPermissions="${permissions}">
You have all necessary permissions.
</div>
Updated
- Updated Thymeleaf version from 2.1.4 to 3.0.2.RELEASE
- Updated Shiro version from 1.2.4 to 1.3.2
Thymeleaf Shiro Dialect 1.2.1
Fixed
- Problems with v1.2.0 in Maven Central
Thymeleaf Shiro Dialect 1.2.0
Added
- Added support for
hasAllRoles
,hasAllPermissions
andhasAnyPermissions
Updated
- Updated Thymeleaf version from 2.1.0 to 2.1.4
- Updated Shiro version from 1.2.2 to 1.2.4