Releases: capaj/Moonridge
Releases · capaj/Moonridge
natively-evented
- dropped pres.If you have used pres in your config for your moonridge schemas, please rewrite them using schema.on('pre(update|create|update)', function(){})
- rewritten to utilize event emitter on mongoose schema instead of my own pub/sub
proper-counts
Finally I was able to fix problems with count queries. I am quite sure there is similar problem with normal queries as well.
I need to prepare test cases for it before I can start fixing those.