Skip to content

Releases: apache/casbin-node-casbin

v5.42.0

08 Dec 12:25

Choose a tag to compare

5.42.0 (2025-12-08)

Features

  • configure CI workflow to trigger on master branch (#521) (02ec045)
  • fix duplicate CI runs on pull requests (#513) (67ab8ee)
  • fix escapeAssertion to preserve string literals (#514) (7801732)
  • Support multiple policy definitions (p, p2) (#518) (1b1f1bb)

v5.41.0

11 Nov 16:27

Choose a tag to compare

5.41.0 (2025-11-11)

Features

  • upgrade CI Node.js versions from 18/20 to 20/22 (#511) (657ce9a)

v5.40.0

12 Oct 03:23

Choose a tag to compare

5.40.0 (2025-10-12)

Features

  • remove codebeat badge in README (015251e)

v5.39.0

22 Sep 15:46

Choose a tag to compare

5.39.0 (2025-09-22)

Features

  • adapter: add lazyLoad parameter to initWithAdapter in newEnforcerWithClass (#503) (b9a3d45)

v5.38.0

23 Jan 06:36

Choose a tag to compare

5.38.0 (2025-01-23)

Features

  • implement enableAcceptJsonRequest API (#497) (650db88)

v5.37.0

10 Jan 13:56

Choose a tag to compare

5.37.0 (2025-01-10)

Features

  • use empty array [] as reason for enforceEx() (#496) (c951a8f)

v5.36.0

22 Nov 10:14

Choose a tag to compare

5.36.0 (2024-11-22)

Features

  • add BracketAwareCsvParser to parse CSV file better (#494) (4c73883)

v5.35.0

20 Nov 05:24

Choose a tag to compare

5.35.0 (2024-11-20)

Features

  • update to @casbin/expression-eval 5.3.0 to fix short-circuit bug (#495) (094bef7)

v5.34.0

04 Nov 05:06

Choose a tag to compare

5.34.0 (2024-11-04)

Features

  • switch dependency to our own package: @casbin/expression-eval 5.2.0 (#489) (acf39c2)

v5.32.0

20 Oct 01:18

Choose a tag to compare

5.32.0 (2024-10-20)

Features

  • use import { Buffer } from 'buffer/' to be compatible with Bun (#486) (738b2b6)