You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add eagerObject and eagerModifiers accessors to QueryBuilder.
13
+
* complete rewrite of `insertGraph` and `upsertGraph` code. The rewrite brought a bunch of small performance optimizations and makes future development easier. No breaking changes.
14
+
* Chaining `returning('*')` to `insertGraph` or `upsertGraph` now propagates the call to all insert, update and delete operations.
15
+
* Code using objectio can now be transpilsed to ES5. No need to add babel workarounds anymore.
0 commit comments