Skip to content

Commit

Permalink
upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
makinde committed Nov 5, 2018
1 parent 4a1a1c2 commit 99c2f01
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 858 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- Removing the ability to call Model.remove() and Model.create() since those aren't compatible with how this library works.
- Muuuuch better tests
- Embedded permissions object cannot be overwritten
- When a document has embedded permissions, those permissions will be checks when a save or remove is being done. That way someone cannot write to an object in a way that changes their permssions and then try to save it.
- When a document has embedded permissions, those permissions will be checks when a save or remove is being done. That way someone cannot write to an object in a way that changes their permissions and then try to save it.
- Does not add permissions when a doc is empty
Loading

0 comments on commit 99c2f01

Please sign in to comment.