-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function keyMatch3 does not match full string #214
Comments
fix casbin#214 Signed-off-by: Andreas Bichinger <andreas.bichinger@gmail.com>
@nodece @abichinger why is the Travis CI failing? https://travis-ci.org/github/casbin/node-casbin/jobs/746189398 |
@hsluoyz the job has been restart. |
I have restarted once, but it failed again. Is it because the title of this PR doesn't follow semantic-PR? |
I think the failure of the latest build was caused by the restart. (see ckeditor/ckeditor5#7244) The first build did not fail until the release stage. |
@abichinger thanks, I migrated from Travis to GitHub Actions, and it works fine. |
## [5.2.2](v5.2.1...v5.2.2) (2020-11-29) ### Bug Fixes * **builtinoperators:** fix function keyMatch3 ([1245aa0](1245aa0)), closes [#214](#214)
🎉 This issue has been resolved in version 5.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
node-casbin/src/util/builtinOperators.ts
Line 91 in 5253b90
This line is missing
^
and$
The text was updated successfully, but these errors were encountered: