Releases: devcolor/mongoose-authz
Releases · devcolor/mongoose-authz
v2.0.0-11
v2.0.0-10
v2.0.0-9
- Updates to post save permissions updates 6601f13
Previously, if you did a find()
with permissions, then did a save on that doc with { authLevel: false }
, the resulting document would still have the original permissions and it would not reflect the latest data in the document. This change stores the query options used for the find query in the document at find time. Then, if you take an action that skips authz, the permissions in the doc will be recalculated using those original options.
v2.0.0-8
v2.0.0-7
v2.0.0-6
v2.0.0-5
- Fixing Typos ccbc738
- Mark embedded permissions as enumberable 6940edc
- Update dependencies to clear npm audit issues 69c09e0
- Better test connection in outdated tests fc76e37
- Updating for Mongoose 5.6.13+ cd0d935
- Moving tests to mongodb-memory-server from mongodb-runner 9cd0061
- upgrading dependencies 99c2f01