Skip to content

Releases: casbin/casbin-cpp

v1.12.0

30 Mar 16:15
1555573

Choose a tag to compare

1.12.0 (2021-03-30)

Features

v1.11.6

11 Mar 09:08
74fbd8c

Choose a tag to compare

1.11.6 (2021-03-11)

Bug Fixes

  • replaced pragma with include guard (5a2807b)

v1.11.5

26 Feb 04:47
8c76f28

Choose a tag to compare

1.11.5 (2021-02-26)

Bug Fixes

  • memory leak (7684024)
  • remove LoadFunctionMap while constructing Enforcer (a9565fc)

v1.11.4

25 Feb 06:49
b0f7c79

Choose a tag to compare

1.11.4 (2021-02-25)

Bug Fixes

  • crash while initialize Enforcer without adapter bug (#78) (b0f7c79)

v1.11.3

24 Feb 03:55
1f2aa3d

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

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

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

Choose a tag to compare

1.11.0 (2020-09-04)

Features

v1.10.0

01 Sep 07:35
10febc6

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

Choose a tag to compare

1.9.0 (2020-08-12)

Bug Fixes

  • remove unwanted config files. (3ff394b)

Features