Skip to content

Releases: devcolor/mongoose-authz

v2.0.0-11

14 Aug 20:40
Compare
Choose a tag to compare
v2.0.0-11 Pre-release
Pre-release
  • Updating ava version and fixing corresponding errs e4b24ee
  • Updating deps bfa56d0

v2.0.0-10...v2.0.0-11

v2.0.0-10

21 Mar 08:55
Compare
Choose a tag to compare
v2.0.0-10 Pre-release
Pre-release
  • Updating packages f13490e
  • Adding support for actions! 85da9e7
    See readme for details.

v2.0.0-9...v2.0.0-10

v2.0.0-9

20 Mar 20:00
Compare
Choose a tag to compare
v2.0.0-9 Pre-release
Pre-release
  • 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-9

v2.0.0-8

02 Dec 04:53
Compare
Choose a tag to compare
v2.0.0-8 Pre-release
Pre-release
  • Enabling permissions to be updated. e98b144

v2.0.0-7...v2.0.0-8

v2.0.0-7

30 Nov 15:25
Compare
Choose a tag to compare
v2.0.0-7 Pre-release
Pre-release

v2.0.0-6...v2.0.0-7

v2.0.0-6

29 Nov 20:08
Compare
Choose a tag to compare
v2.0.0-6 Pre-release
Pre-release
  • Allow permissions to be embedded in saved documents 47889b1

v2.0.0-5...v2.0.0-6

v2.0.0-5

06 Sep 01:12
Compare
Choose a tag to compare
v2.0.0-5 Pre-release
Pre-release
  • 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

ca9ccaa...v2.0.0-5