Skip to content

Releases: paulduthoit/mongoshawk

Version 0.2.4

13 Jan 12:18

Choose a tag to compare

Change Exception throwing

  • Change ValidationException
  • Remove custom MongoDBException

Version 0.2.3

05 Aug 21:19

Choose a tag to compare

Add $orderby option for relationships / references

  • in url example : a_node.orderby(a_field)
  • in field example : { "$orderby" : "a_field" }

Version 0.2.2

23 Jul 21:39

Choose a tag to compare

Change Validation process

  • Remove callback from all functions
  • Return null if validationRule is validated
  • Return a ValidationException if validationRule is not validated

Version 0.2.1

22 Jul 23:59

Choose a tag to compare

Fix some mongodb lib changes

Version 0.2.0

20 Jul 21:10

Choose a tag to compare

Version 0.2.0

Major changes :

1. Change all delete words into remove

Examples :
- delete() -> remove()
- deleteSomething() -> removeSomething()
- isDeleted -> isRemoved
- ...

Slight changes :

1. Throw Error objects instead of strings

Exemples :
- throw "an error"; -> throw new Error("an error");

First release

19 Jul 17:42

Choose a tag to compare

v0.1.1

Change version