Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.12 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.0 - 2016-10-11

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

1.2.1 - 2015-09-07

Fixed

  • Problems with v1.2.0 in Maven Central

1.2.0 - 2015-09-06

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