Skip to content

Releases: adonisjs/bouncer

Almost there

21 Feb 14:46
Compare
Choose a tag to compare

The package is almost ready to be used in a real app. Ofcourse with docs in place 🙂

Commits

  • refactor: use string.camelCase and remove camelcase dependency b4e4d96
  • docs: update readme a6934e7
  • style: reformat source files 61da435
  • feat: implement can, cannot view tags f2f017f
  • feat: add action decorator to allow guests c514d98
  • chore: update dependencies 3d4cc9c

v1.2.2...v2.0.0

Show instructions to register the policy after creation

18 Jan 06:22
Compare
Choose a tag to compare
  • improvement: show post file creation instructions 96e285e
  • fix: prompt for actions choice when actions length = 0 ae212f4

v1.2.1...v1.2.2

Minor fixes

18 Jan 05:52
Compare
Choose a tag to compare

v1.2.0...v1.2.1

Add support for policies

17 Jan 10:11
Compare
Choose a tag to compare
  • feat: add make:policy command 17d9108
  • feat: add support for policies a9f1525

v1.1.0...v1.2.0

Iron out the rough edges

16 Jan 05:02
Compare
Choose a tag to compare
  • refactor: iron out rough edges and add tests for the provider 45dec5f
  • chore: update dependencies 34f7c06
  • feat: bouncer.deny to deny authorization check using a custom message and status 69852ad
  • refactor: raise exception when undefined action is used 684f166
  • fix: bouncer import path 7510b41
  • chore: add typings ba34762
  • fix: exclude undefined from auth user 8f8bf22
  • chore: publish templates 834e8a6
  • chore: add repo info 2510e3f

v1.0.0...v1.1.0

First release

11 Jan 07:24
Compare
Choose a tag to compare

Commits:

  • chore: explicitly mark package as public 4b86aa3
  • chore: remove unwanted README.html file 35738ee
  • fix: install missing dependencies 640933b
  • fix: casing issue with import path 5e1d3ba
  • docs(README): add note that package is not ready yet ce62f71
  • feat: first working commit with actions implementation 44effb4

Commit Range:
c658a9f...master