Skip to content

Releases: apache/casbin-node-casbin

v4.0.0

Choose a tag to compare

@nodece nodece released this 11 Feb 12:24

4.0.0 (2020-02-11)

improvement

  • convert all management_api to async function (e9f4d38)

BREAKING CHANGES

v3.1.0

Choose a tag to compare

@nodece nodece released this 22 Jan 08:29

3.1.0 (2020-01-22)

Features

  • implementation cachedEnforcer (0ace1a6)

v3.0.9

Choose a tag to compare

@nodece nodece released this 14 Jan 15:18

3.0.9 (2020-01-14)

Bug Fixes

  • getImplicitPermissionsForUser missing domain parameter (584624c)

node-casbin v2.0.4

Choose a tag to compare

@nodece nodece released this 14 Jan 15:32
  • Add domain paramter for getImplicitPermissionsForUser

node-casbin v3.0.8

Choose a tag to compare

@nodece nodece released this 15 Dec 04:01

Add check for model sections

node-casbin v3.0.7

Choose a tag to compare

@nodece nodece released this 19 Nov 12:49

Fix split error for policy

node-casbin v3.0.6

Choose a tag to compare

@nodece nodece released this 07 Nov 10:35
  • Bump to typescript@3.7 and using eslint instead of tslint.
  • Fix loadFilteredPolicy().

node-casbin v3.0.5

Choose a tag to compare

@nodece nodece released this 29 Oct 13:50
  • Added enforceWithSyncCompile().
  • Cache the precompilled expressions to speed up.

node-casbin v3.0.4

Choose a tag to compare

@nodece nodece released this 27 Aug 12:34
ce5082c
  • Fix build RBAC Links, fix: #83

node-casbin v3.0.3

Choose a tag to compare

@hsluoyz hsluoyz released this 06 Jul 13:46
  • Fix the matcher escaping bug, fix: #71