Skip to content

Tags: node-casbin/mongoose-adapter

Tags

v5.3.1

Toggle v5.3.1's commit message
chore(release): 5.3.1 [skip ci]

## [5.3.1](v5.3.0...v5.3.1) (2023-08-06)

### Bug Fixes

* fix broken links ([#74](#74)) ([160f44c](160f44c))

v5.3.0

Toggle v5.3.0's commit message
chore(release): 5.3.0 [skip ci]

# [5.3.0](v5.2.0...v5.3.0) (2023-07-14)

### Features

* update mongoose dependency to 7.3.4 ([#73](#73)) ([bbc7953](bbc7953))

v5.2.0

Toggle v5.2.0's commit message
chore(release): 5.2.0 [skip ci]

# [5.2.0](v5.1.1...v5.2.0) (2023-04-21)

### Features

* enable mongoose timestamps for casbin rule model via adapter options ([#71](#71)) ([3dd8862](3dd8862))

v5.1.1

Toggle v5.1.1's commit message
chore(release): 5.1.1 [skip ci]

## [5.1.1](v5.1.0...v5.1.1) (2023-04-19)

### Bug Fixes

* fix multiple adapter ([#68](#68)) ([49e69bc](49e69bc))

v5.1.0

Toggle v5.1.0's commit message
chore(release): 5.1.0 [skip ci]

# [5.1.0](v5.0.0...v5.1.0) (2022-03-21)

### Bug Fixes

* format issues ([d653519](d653519))
* token parsing issues if token contains delimeter ([cd695a6](cd695a6))
* update lock file ([203cc98](203cc98))

### Features

* add postinstall script ([af93ec8](af93ec8))
* check if the word is already wrapped in quotes ([d31166e](d31166e))

v5.0.0

Toggle v5.0.0's commit message
chore(release): 5.0.0 [skip ci]

# [5.0.0](v4.0.1...v5.0.0) (2022-03-13)

### Bug Fixes

* change p_type to ptype ([#61](#61)) ([1167bed](1167bed))

### BREAKING CHANGES

* we will finally move to `ptype`, as discussed one year ago: pycasbin/sqlalchemy-adapter#26 (comment) . It is also officially documented in the official site: https://casbin.org/docs/en/adapters#:~:text=Ptype%20Column.%20Name%20of%20this%20column%20should%20be%20ptype%20instead%20of%20p_type%20or%20Ptype

Co-authored-by: Shivansh Yadav <[email protected]>

v4.0.3

Toggle v4.0.3's commit message
chore(release): 4.0.3 [skip ci]

## [4.0.3](v4.0.2...v4.0.3) (2022-03-11)

### Reverts

* fix: Schema p_type to ptype ([#56](#56)) ([#58](#58)) ([92b3aec](92b3aec))

v4.0.2

Toggle v4.0.2's commit message
chore(release): 4.0.2 [skip ci]

## [4.0.2](v4.0.1...v4.0.2) (2022-02-27)

### Bug Fixes

* Schema p_type to ptype ([#56](#56)) ([7a32166](7a32166))

v4.0.1

Toggle v4.0.1's commit message
chore(release): 4.0.1 [skip ci]

## [4.0.1](v4.0.0...v4.0.1) (2022-01-31)

### Bug Fixes

* **adapter:** expose mongoose instance as public property ([#54](#54)) ([31e6ef9](31e6ef9))

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](v3.1.1...v4.0.0) (2022-01-29)

### Features

* upgrade Mongoose ([#52](#52)) ([fb53794](fb53794))

### BREAKING CHANGES

* upgrade to Mongoose 6.x and drop Node 10 support