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: v5.5.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: v5.6.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 23, 2021

  1. feat: add priority_policy_explicit support (#250)

    * test: add unit tests for explicit priority model
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add priority_policy_explicit support
    
    #248
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * perf: enhance batch action performance
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * style: small fix
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: change function argument
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: fix incorrect implement
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * refactor: refactor priority index
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add update priority unittest
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * perf: priority performance enhanced
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * refactor: refactor updatePolicy()
    
    throw error when new rule and old rule didn't have same priority
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    763c18e View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.6.0 [skip ci]

    # [5.6.0](v5.5.0...v5.6.0) (2021-03-23)
    
    ### Features
    
    * add priority_policy_explicit support ([#250](#250)) ([763c18e](763c18e))
    semantic-release-bot committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    92f8d05 View commit details
    Browse the repository at this point in the history
Loading