Skip to content

Releases: capaj/Moonridge

natively-evented

08 Apr 12:02
Compare
Choose a tag to compare
  • 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

04 Jul 18:32
Compare
Choose a tag to compare

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.