Skip to content

Commit

Permalink
Supports parameterized capabilities (e.g. `assertUserCan('write_conte…
Browse files Browse the repository at this point in the history
…nts', req, 'blog')`)
  • Loading branch information
ardeearam authored Jun 5, 2023
1 parent 8c2ace3 commit af2f033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v1.8.0
* Supports OR queries in assertUserCan (e.g. assertUserCan(['can_do_admin_stuff', 'write_contents'], req);
* Supports OR queries in assertUserCan (e.g. `assertUserCan(['can_do_admin_stuff', 'write_contents'], req`)
* Supports parameterized capabilities (e.g. `assertUserCan('write_contents', req, 'blog')`)
* Provides a Download to CSV mechanism for frontend and backend.

# v1.7.1
Expand Down

0 comments on commit af2f033

Please sign in to comment.