This repository was archived by the owner on Aug 17, 2020. It is now read-only.
0.5.1
- New: Query logs now contain timing information on how long they took to execute. This only covers
the time until aCursorwas made available, not object mapping or delivering to subscribers. - Fix: Switch query logging to happen when
Query.runis called, not when a query is triggered. - Fix: Check for subscribing inside a transaction using a more accurate primitive.