Skip to content

Releases: casbin/casbin-cpp

v1.11.3

24 Feb 03:55
1f2aa3d
Compare
Choose a tag to compare

1.11.3 (2021-02-24)

Bug Fixes

  • assign value to uninitialized vector (dd5f917)

v1.11.2

07 Jan 12:15
978abe1
Compare
Choose a tag to compare

1.11.2 (2021-01-07)

Bug Fixes

  • fast fail, disable pragma once warnings and add debug alias. (52929cb)
  • file naming convention and fix vs filters and bootstrap file opening process. (a73a9ef)

v1.11.1

07 Jan 09:48
5e3baa3
Compare
Choose a tag to compare

1.11.1 (2021-01-07)

Bug Fixes

  • change "ParseException.h" to "parseException.h" (75677db)

v1.11.0

04 Sep 07:31
633e6a0
Compare
Choose a tag to compare

1.11.0 (2020-09-04)

Features

v1.10.0

01 Sep 07:35
10febc6
Compare
Choose a tag to compare

1.10.0 (2020-09-01)

Bug Fixes

  • Add constructor enforcer interface. (4929337)
  • Add constructor interface to effector. (7d857d9)
  • Add constructor interface to file adapters. (9b56abe)
  • Add constructor interface. (8fc7a03)
  • Add smart pointer to the tests. (9a647b4)
  • Change data variable names according to the conventions. (dcce808)
  • change to shared_ptr implementation. (c0e248a)
  • merge conflict in makefile. (37baac3)
  • merge conflict. (187dcf3)

Features

v1.9.0

12 Aug 11:37
30401b3
Compare
Choose a tag to compare

1.9.0 (2020-08-12)

Bug Fixes

  • remove unwanted config files. (3ff394b)

Features

v1.8.0

11 Aug 11:39
6812da5
Compare
Choose a tag to compare

1.8.0 (2020-08-11)

Features

v1.7.0

18 Jul 11:41
546c5ac
Compare
Choose a tag to compare

1.7.0 (2020-07-18)

Bug Fixes

  • change the enforcer interface. (012f357)

Features

v1.6.1

16 Jul 10:17
5eab53e
Compare
Choose a tag to compare

1.6.1 (2020-07-16)

Bug Fixes

  • change casbin-cpp status. (fd5bd63)

v1.6.0

15 Jul 07:08
f6d1786
Compare
Choose a tag to compare

1.6.0 (2020-07-15)

Bug Fixes

  • add domain as a parameter. (925ca24)
  • buildIncrementalRoleLinks and if condition negate. (3325cdb)
  • code formatting. (6caf08e)
  • filePath function removal. (3d27e01)
  • GetFilteredPolicy() inner loop variable. (5e271b7)
  • Make domain as default argument to make it optional (5f80bb5)
  • merge conflicts. (2bfebf8)
  • normal cast to dynamic_cast. (6e9a729)

Features

  • Add Get-Started section. (514fa2a)
  • Add GetImplicitUsersForPermission and AddRolesForUser. (f858d19)
  • add management api tests and fix enforcer warnings. (253ab24)
  • Add RBAC API test. (21b31ad)
  • Add RBAC API with Domains tests. (5070296)