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.7.2
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.0.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on May 17, 2020

  1. feat: improve effector for improve performance

    BREAKING CHANGE:
    - provides a new interface for Effector
    nodece committed May 17, 2020
    Configuration menu
    Copy the full SHA
    57de7b2 View commit details
    Browse the repository at this point in the history
  2. feat: add BuildIncrementalRoleLinks

    BREAKING CHANGE:
    **model** addPolicies, removePolicies and removeFilteredPolicy returns [boolean, string[][]]
    nodece committed May 17, 2020
    Configuration menu
    Copy the full SHA
    b565005 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Merge pull request #157 from nodece/master

    add BuildIncrementalRoleLinks & improve effector for improve performance
    hsluoyz authored May 18, 2020
    Configuration menu
    Copy the full SHA
    24b9d67 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.0 [skip ci]

    # [5.0.0](v4.7.2...v5.0.0) (2020-05-18)
    
    ### Features
    
    * add BuildIncrementalRoleLinks ([b565005](b565005))
    * improve effector for improve performance ([57de7b2](57de7b2))
    
    ### BREAKING CHANGES
    
    * **model** addPolicies, removePolicies and removeFilteredPolicy returns [boolean, string[][]]
    * - provides a new interface for Effector
    semantic-release-bot committed May 18, 2020
    Configuration menu
    Copy the full SHA
    5984ba5 View commit details
    Browse the repository at this point in the history
Loading