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
Service dependency declaration within command configurations.
Changed
ServiceRegistry#fetch() is now ServiceRegistry#get().
ServiceRegistry#bind() has been split up into #bind(), #singleton() and #instance().
dispatchError event has been changed to dispatchFail. This event now emits two arguments: the type of failure encountered and an object with the failure context.
@self prefix is now @client.
Command registration moved to client's command registry's add() method. Client dispatcher is now a private property.