v1.8.0
- 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.