Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: casbin/node-casbin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: casbin/node-casbin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 20, 2020

  1. test(rbac): improve RBAC test coverage

    Add more test related to RBAC functionality in enforcer.test.ts and rbacAPI.test.ts
    Sefriol committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    454165e View commit details
    Browse the repository at this point in the history
  2. fix(enforcer.ts): fix deleteUser and improve deleteRole description

    deleteUser now removes related grouping policies and normal policies related to user. Previously
    just grouping policies were removed. Now deleteUser is more in line with deleteRole
    
    fix #118
    Sefriol committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    1e6af16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #119 from Sefriol/fix-delete-user

    Fix deleteUser and improve RBAC test coverage
    hsluoyz authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    c3be710 View commit details
    Browse the repository at this point in the history
  4. chore(release): 4.1.1 [skip ci]

    ## [4.1.1](v4.1.0...v4.1.1) (2020-02-20)
    
    ### Bug Fixes
    
    * **enforcer.ts:** fix deleteUser and improve deleteRole description ([1e6af16](1e6af16)), closes [#118](#118)
    semantic-release-bot committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    cd2bb54 View commit details
    Browse the repository at this point in the history
Loading