Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 386 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 386 Bytes

Changelog

Unreleased

New features

  • can.can/allow? supports domain-only checks; this simplifies code that checks whether a domain is (generally) permissible, e.g., to determine whether to display the admin UI (of admin domain). While this could be done with (contains? permissions domain-key), the intent is clearer with can.can/allow? permissions domain-key).