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

Commits on Feb 6, 2021

  1. refactor: rename the built-in BatchFileAdapter to FileAdapter (#236)

    * refactor: refactor BatchFileAdapter
    
    Rename the built-in BatchFileAdapter
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add BatchFileAdapter
    
    add BatchFileAdapter to keep backward compatibility, and add JSDoc
    comment @deprecated
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: format comment
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    da608ae View commit details
    Browse the repository at this point in the history
  2. feat: add updatePolicy() (#234)

    * feat: add updatePolicy()
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add unittest for updatePolicy()
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add updateForUpdatePolicy()
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add updatePolicy()
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * refactor: rename interface
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * docs: fix comment
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: fix adapter error
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * feat: add updatableFileAdapter
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: remove incorrect claim and fix comment
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: fix comment
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * perf: refactor updatePolicy
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: fix index
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * style: prevent conflict
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: remove UpdatableFileAdapter
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    
    * fix: fix unittest()
    In fact,this makes unittest cannot pass.The fix will refer to issue #235
    
    Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
    Zxilly authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    a3218f1 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.4.0 [skip ci]

    # [5.4.0](v5.3.1...v5.4.0) (2021-02-06)
    
    ### Features
    
    * add updatePolicy() ([#234](#234)) ([a3218f1](a3218f1)), closes [#235](#235)
    semantic-release-bot committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    c76edf3 View commit details
    Browse the repository at this point in the history
Loading