Releases: agorapulse/micronaut-permissions
Releases · agorapulse/micronaut-permissions
2.0.0
- upgraded to Micronaut 4.x
1.2.0
- ability to grant privileges for any object (useful with
@ResultRequiresPermissions
)
1.1.1
- Add inherited annotation to ResultRequiresPermission annotation to use it on interfaces.
1.1.0
- Add annotation to check permission on result
1.0.5
- fixed cast of
Map
to an Iterable
1.0.3
- verify all method arguments
1.0.2
- made the annotations inherited