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.6.1
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.2
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 10, 2021

  1. docs: change description of casbinJsGetPermissionForUser

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

Commits on Apr 11, 2021

  1. Merge pull request #253 from Zxilly/fix

    docs: change description of casbinJsGetPermissionForUser
    hsluoyz authored Apr 11, 2021
    Configuration menu
    Copy the full SHA
    96c2de5 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. chore(deps): bump ssri from 6.0.1 to 6.0.2

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    fd45c68 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Merge pull request #262 from casbin/dependabot/npm_and_yarn/ssri-6.0.2

    chore(deps): bump ssri from 6.0.1 to 6.0.2
    hsluoyz authored May 1, 2021
    Configuration menu
    Copy the full SHA
    8f3c4b6 View commit details
    Browse the repository at this point in the history
  2. refactor: Remove the dependency on node-ip

    node-ip recursively imports os, with this patch node-casbin no longer
    includes dependencies on os
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed May 1, 2021
    Configuration menu
    Copy the full SHA
    5d6ebab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #263 from Zxilly/ip

    refactor: Remove the dependency on node-ip
    hsluoyz authored May 1, 2021
    Configuration menu
    Copy the full SHA
    3c0372d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. build: transfer all package link to official

    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly committed May 2, 2021
    Configuration menu
    Copy the full SHA
    b3a96a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from Zxilly/build

    build: transfer all package link to official
    hsluoyz authored May 2, 2021
    Configuration menu
    Copy the full SHA
    9232afa View commit details
    Browse the repository at this point in the history
  3. fix: transfer from micromatch to picomatch (#264)

    * fix: transfer from micromatch to picomatch
    
    This will remove dependency on `node/utils`
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * build: update yarn.lock
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly authored May 2, 2021
    Configuration menu
    Copy the full SHA
    6be1b06 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.6.2 [skip ci]

    ## [5.6.2](v5.6.1...v5.6.2) (2021-05-02)
    
    ### Bug Fixes
    
    * transfer from micromatch to picomatch ([#264](#264)) ([6be1b06](6be1b06))
    semantic-release-bot committed May 2, 2021
    Configuration menu
    Copy the full SHA
    c80332b View commit details
    Browse the repository at this point in the history
Loading