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
2.11.1
* Optimize the code to remove closure and bind (Raymond Feng)
* Fix parsing JSON arrays with arrayItemDelimiters on. (Samuel Reed)
* Add remote hooks to RestAdapter.invoke method Hooks on invoke are needed to use methods like User.login remotely from loopback-connector-remote. see #150 and #105 and strongloop/loopback#943 (Berkeley Martinez)
* Ensure Remote-Connector Converts Types in Array Fix bug strongloop/loopback#886 (Berkeley Martinez)
Is there a specific reason why the RestAdapter.prototype.invoke method does not call execHooks?
I am extending loopback-connector-remote to hook into user.login/logout and these do not get called due to the above.
I would be glad to submit a PR if there is not specific reason.
The text was updated successfully, but these errors were encountered: