Releases: casbin/casbin-cpp
Releases · casbin/casbin-cpp
v1.5.0
1.5.0 (2020-07-14)
Features
- add Get-Started section. (f1421e3)
- add platform build availability table. (efeeb34)
v1.4.0
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
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
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
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
1.0.0 (2020-06-23)
Bug Fixes
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)