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.4.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.5.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 13, 2021

  1. build: upgrade dependency

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    36e3228 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from Zxilly/master

    build: upgrade dependency
    hsluoyz authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    22a156b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Fix README code.

    hsluoyz authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    fe3f10f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. refactor: refactor rm to rmMap

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    5953411 View commit details
    Browse the repository at this point in the history
  2. feat: add named addMatchingFunc

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    65d3a26 View commit details
    Browse the repository at this point in the history
  3. fix: add missing await

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    523ce85 View commit details
    Browse the repository at this point in the history
  4. feat: add sync mode

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    70e4e12 View commit details
    Browse the repository at this point in the history
  5. feat: add unittest

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    3cd5b73 View commit details
    Browse the repository at this point in the history
  6. feat: add initRmMap

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    87f8011 View commit details
    Browse the repository at this point in the history
  7. fix: fix errror type

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    dc9e5b5 View commit details
    Browse the repository at this point in the history
  8. fix: remove unused import

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    2f8801c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Merge pull request #249 from Zxilly/named_matching_func

    feat: add add_named_matching_func
    hsluoyz authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    b40c3b4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.5.0 [skip ci]

    # [5.5.0](v5.4.2...v5.5.0) (2021-03-19)
    
    ### Bug Fixes
    
    * add missing await ([523ce85](523ce85))
    * fix errror type ([dc9e5b5](dc9e5b5))
    * remove unused import ([2f8801c](2f8801c))
    
    ### Features
    
    * add initRmMap ([87f8011](87f8011))
    * add named addMatchingFunc ([65d3a26](65d3a26))
    * add sync mode ([70e4e12](70e4e12))
    * add unittest ([3cd5b73](3cd5b73))
    semantic-release-bot committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d5fe5ac View commit details
    Browse the repository at this point in the history
Loading