Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 16:01
· 10 commits to master since this release
6812871

1.0.0 (2021-12-05)

Bug Fixes

  • correct Enforcer.Enforce to match casbin's API (9c4e335)
  • pass a Context explicity instead of keeping it in struct (47a7e80)

Features

  • Add Semantic Versioning (#17) (6812871)
  • create a client package so it can be imported (b8c882d)
  • implement LoadPolicy and SavePolicy (48ad006), closes #5
  • implement management API (0263b6c), closes #5
  • implement RBAC API (83fd0f3), closes #5