Skip to content

Releases: theborakompanioni/thymeleaf-extras-shiro

v2.1.0

12 Aug 10:55
Compare
Choose a tag to compare

2.1.0 - 2021-08-11

Updated

  • Updated Thymeleaf version from 3.0.2.RELEASE to 3.0.12.RELEASE
  • Updated Shiro version from 1.3.2 to 1.7.1

v2.0.0

17 Oct 20:56
Compare
Choose a tag to compare

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

17 Oct 20:57
Compare
Choose a tag to compare

Fixed

  • Problems with v1.2.0 in Maven Central

Thymeleaf Shiro Dialect 1.2.0

17 Oct 20:58
Compare
Choose a tag to compare

Added

  • Added support for hasAllRoles, hasAllPermissions and hasAnyPermissions

Updated

  • Updated Thymeleaf version from 2.1.0 to 2.1.4
  • Updated Shiro version from 1.2.2 to 1.2.4