b6a43dd65a
This is a breaking change. Juggler methods are no longer returning instances of Bluebird Promise, but return a native Promise instead. As a result, API consumers can no longer use sugar APIs provided by Bluebird, e.g. `spread`, `delay`, etc. Migration guide: rewrite your code from `.then()` style into `async` functions using `await` statements. |
||
---|---|---|
.. | ||
embeds-many-create.suite.js | ||
embeds-many-destroy.suite.js | ||
embeds-many-update-by-id.suite.js | ||
embeds-one-create.suite.js | ||
embeds-one-destroy.suite.js | ||
embeds-one-update.suite.js | ||
index.js |