casbin 5.39.0 → 5.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +3 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [5.41.0](https://github.com/casbin/node-casbin/compare/v5.40.0...v5.41.0) (2025-11-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* upgrade CI Node.js versions from 18/20 to 20/22 ([#511](https://github.com/casbin/node-casbin/issues/511)) ([657ce9a](https://github.com/casbin/node-casbin/commit/657ce9a14d8615b68364018aa89301d9aaa77f94))
|
|
7
|
+
|
|
8
|
+
# [5.40.0](https://github.com/casbin/node-casbin/compare/v5.39.0...v5.40.0) (2025-10-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* remove codebeat badge in README ([015251e](https://github.com/casbin/node-casbin/commit/015251e7b93fa591ccfccc2183ac922e038b005a))
|
|
14
|
+
|
|
1
15
|
# [5.39.0](https://github.com/casbin/node-casbin/compare/v5.38.0...v5.39.0) (2025-09-22)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# Node-Casbin
|
|
2
2
|
|
|
3
|
-
[![NPM version][npm-image]][npm-url]
|
|
4
|
-
[![NPM download][download-image]][download-url]
|
|
5
|
-
[](https://packagephobia.now.sh/result?p=casbin)
|
|
6
|
-
[](https://codebeat.co/projects/github-com-casbin-node-casbin-master)
|
|
7
3
|
[](https://github.com/casbin/node-casbin/actions)
|
|
8
4
|
[](https://coveralls.io/github/casbin/node-casbin?branch=master)
|
|
9
5
|
[](https://github.com/casbin/node-casbin/releases/latest)
|
|
6
|
+
[![NPM version][npm-image]][npm-url]
|
|
7
|
+
[![NPM download][download-image]][download-url]
|
|
8
|
+
[](https://packagephobia.now.sh/result?p=casbin)
|
|
10
9
|
[](https://discord.gg/S5UjpzGZjN)
|
|
11
10
|
|
|
12
11
|
[npm-image]: https://img.shields.io/npm/v/casbin.svg?style=flat-square
|
package/package.json
CHANGED