Skip to content

Releases: casbin/lua-casbin

v1.5.0

01 May 14:18
db9ef24
Compare
Choose a tag to compare

1.5.0 (2021-05-01)

Bug Fixes

  • error with other lua versions (330d5a2)

Features

  • Added logging module for logging to console/file (4ba0c9c)

v1.4.0

26 Apr 05:45
9a3493f
Compare
Choose a tag to compare

1.4.0 (2021-04-26)

Bug Fixes

  • Busted shows similar tables as false (f0a2787)
  • Previous syntax errors in Assertion (7d3ccfd)

Features

  • Added tests for Role Manager module and fix: syntax errors in it (e07c484)
  • Implemented Role Manager module (34b2bf9)

v1.3.0

16 Apr 08:50
f267af7
Compare
Choose a tag to compare

1.3.0 (2021-04-16)

Features

  • Added test for FileAdapter and fixed errors in it (#41) (f267af7)

v1.2.0

12 Apr 10:30
98dc848
Compare
Choose a tag to compare

1.2.0 (2021-04-12)

Features

  • Added tests for Model/Policy module and fixed errors in it (#40) (98dc848)

v1.1.0

09 Apr 17:29
e7950ef
Compare
Choose a tag to compare

1.1.0 (2021-04-09)

Features

  • Added interface for BatchAdapter (8158821)
  • Added InternalEnforcer and fix: PolicyOperations type (06f2467)

v1.0.0

05 Apr 01:22
4b31cf7
Compare
Choose a tag to compare

1.0.0 (2021-04-05)

Bug Fixes

  • Fixed errors in Utility functions (a0e196b)
  • fixed few syntax errors (57fdde8)
  • path of test file (5f8ed0e)
  • path of test file (812a9e2)
  • set lua version in workflows (cc60ea0)
  • Syntax errors in previous commit (0df04bc)
  • Syntax errors of previous commits (34064f9)
  • Undefined logging (9997866)

Features

  • add readme and contributing markdown file. (5502c51)
  • Added FilteredAdapter (434cef0)
  • added saving to text (60389a9)
  • Added test for config and fixed errors in it (1a53aaf)
  • Added tests for the Utility module (a5b21f2)
  • Added utility tests with busted library (3de7827)
  • updated Config file and its utility functions (4884f58)
  • Updated Policy file (134624a)