v0.16.2
v0.16.2 only updates @orbit/coordinator with a fix to the RequestStrategy handler. As described in #687, this fix ensures that custom handler functions on a RequestStrategy, such as action, blocking, and filter, receive all args emitted from the source event:
- For
beforeXevents such asbeforeQuery, the handler functions will receive the secondhintsargument. - For
xevents such asquery, the handler functions will receive the secondresultargument. - For
xFailevents such asqueryFail, the handler functions will receive the seconderrorargument.
This is considered a bug fix because the behavior changed unintentionally when hints were introduced in v0.16.0.
Changelog
🐛 Bug Fix
Committers: 1
- Dan Gebhardt (@dgeb)