Skip to content

v0.4.0

Choose a tag to compare

@dawidsawczuk dawidsawczuk released this 08 May 06:57
· 2 commits to master since this release
fca4901

What's Changed

Added

  • plural_actions/0 callback on Permit.Actions — declare custom collection actions to exclude them from
    router-based singular inference in permit_phoenix. Override in your actions module to mark actions like
    :feed, :search, or :list as plural. (#61)
  • Igniter installer — zero-config setup via mix permit.install. Scaffolds your Authorization and Permissions
    modules and optionally wires up Phoenix and Absinthe integrations in one command.
    (#59)

Fixed

  • Documentation typos. (#58)

New Contributors

Full Changelog: v0.3.3...v0.4.0