1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
version 0.4.0 - 2015-01-14
* Warning: probably incompatible with 0.3.x because of updated dependencies
* Complete move to express 4.x API
* Move to mongodb 2.x
* Move to mongoose 4.x
* Add 'unauthorized' http status, as mentioned in docs
* Add 'status()' helper to hooks 'next' callback, as mentioned in docs
version 0.3.7 - 2014-05-05
* Enable overriding mongoose collection paths (fixes #1)
version 0.3.6 - 2014-04-23
* Enable creating separate yarm instances
version 0.3.5 - 2014-03-06
* Fixed not being able to POST to mongoose scalar array fields
version 0.3.4 - 2014-03-01
* Fixed a wrong implementation of mongoose and native hooks that prevented
overriding subresources
* Fixed error when requesting aggregate collections with a limit of 0
version 0.3.3 - 2014-02-14
* Add 'postResponse' option to mongoose and native resources
* Allow using a custom request handler with cb.custom(function(req, res) { ... });
* Add readonly helper to all resources
version 0.3.2 - 2014-01-30
* Fixed mongoose helper directly passing yarm callback to mongoose
* URL-decode wildcard-matched parameters (except for "*")
version 0.3.0 - 2014-01-24
* Full rewrite and API change
version 0.2.0 - 2013-08-11
* Added 'key' option to mongoose resources
* Added mongoose aggregate support
* Added custom queries to DocumentArrays
version 0.1.1 - 2013-08-03
* Improved mongoose resource handling
* Fixed bugs with .get/.list precedence
* Added custom queries to mongoose collections
* Rewrote native resources implementation
* Added new tests
version 0.0.6 - 2013-08-02
* Fixed a bug with readable streams
* Added tests
version 0.0.5 - 2013-08-01
* Initial release