Skip to content

Releases: casbin/node-casbin

v4.4.0

25 Apr 16:11
Compare
Choose a tag to compare

4.4.0 (2020-04-25)

Features

  • add addMatchingFunc to DefaultRoleManager (cc04e65)

v4.3.1

21 Apr 06:51
Compare
Choose a tag to compare

4.3.1 (2020-04-21)

Bug Fixes

  • improve update into adapter before model (0e9ccc6)

v4.3.0

20 Apr 12:53
Compare
Choose a tag to compare

4.3.0 (2020-04-20)

Features

  • controls whether to automatically notify Watcher (2ce07c2)

v4.2.1

05 Apr 15:40
Compare
Choose a tag to compare

4.2.1 (2020-04-05)

Bug Fixes

  • remove use spread operator with await in array (6e4f876)

v4.2.0

05 Apr 08:12
Compare
Choose a tag to compare

4.2.0 (2020-04-05)

Features

  • add glob pattern to built-in function (8415fc2)

v4.1.1

20 Feb 13:00
Compare
Choose a tag to compare

4.1.1 (2020-02-20)

Bug Fixes

  • enforcer.ts: fix deleteUser and improve deleteRole description (1e6af16), closes #118

v4.1.0

13 Feb 13:58
Compare
Choose a tag to compare

4.1.0 (2020-02-13)

Features

v4.0.0

11 Feb 12:24
Compare
Choose a tag to compare

4.0.0 (2020-02-11)

improvement

  • convert all management_api to async function (e9f4d38)

BREAKING CHANGES

v3.1.0

22 Jan 08:29
Compare
Choose a tag to compare

3.1.0 (2020-01-22)

Features

  • implementation cachedEnforcer (0ace1a6)

v3.0.9

14 Jan 15:18
Compare
Choose a tag to compare

3.0.9 (2020-01-14)

Bug Fixes

  • getImplicitPermissionsForUser missing domain parameter (584624c)