Skip to content

Releases: casbin/casbin-cpp

v1.8.0

11 Aug 11:39
6812da5

Choose a tag to compare

1.8.0 (2020-08-11)

Features

v1.7.0

18 Jul 11:41
546c5ac

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

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

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)

v1.5.0

14 Jul 23:54
30941e0

Choose a tag to compare

1.5.0 (2020-07-14)

Features

  • add Get-Started section. (f1421e3)
  • add platform build availability table. (efeeb34)

v1.4.0

07 Jul 14:07
d1840a0

Choose a tag to compare

1.4.0 (2020-07-07)

Features

  • add enforce functions with convenient interface. (346af07)
  • add enforcers with unodered_map and matcher. (59d5db1)
  • add more functions with convenient interface. (96572fa)

v1.3.0

01 Jul 16:19
8f4c866

Choose a tag to compare

1.3.0 (2020-07-01)

Bug Fixes

  • change expression evaluation logic. (405b251)
  • change the matching assertion format. (0f54035)
  • enforcer duktape configuration. (bd4e66c)
  • enforcer for domain rbac and expression evaluation. (5a71c46)
  • function implicit comversion warning. (dd50662)
  • role manager createRole bug. (a1612c2)

Features

  • add basic model-enforcer tests. (e5288c2)
  • add examples and add basic model-enforcer tests. (b3d64af)
  • add MatchingFunctions. (79b94b4)
  • rename the filtered-file-adapter and change the inheritance hierarchy. (5881fb1)

v1.2.0

28 Jun 12:03
cbd2038

Choose a tag to compare

1.2.0 (2020-06-28)

Bug Fixes

  • cast warnings. (269bbec)
  • change iteration logic for vectors and remove unwanted formating. (4ff45f8)
  • formatting of role manager of implementation (d4dba11)

Features

  • add license header to the source files. (376c972)

v1.1.0

25 Jun 08:22
d90e72d

Choose a tag to compare

1.1.0 (2020-06-25)

Bug Fixes

  • remove group role manager code and fix vector iteration in DeleteRole. (401739a)
  • remove logger. (98b7a87)
  • remove regex logic and introduce ad-hoc logic. (2399831)

Features

  • add built-in-functions tests. (46a0e16)
  • add role manager test (8faf959)

v1.0.0

23 Jun 02:10
2ecef04

Choose a tag to compare

1.0.0 (2020-06-23)

Bug Fixes

  • redefinition of iterator. (b3db8dc)
  • update build filepath. (8f44dab)

Features

  • add MSTest and remove GTest. (2880fb4)
  • add release version badge and change config url. (37b15ec)
  • Add semantic-release and add semantic commit feature. (#44) (a2fe597)