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
sync() method elevated to Functions API to enable finer-grained synchronization use cases.
attributes() method removed in favor of ES5 property proxy to underlying model.attributes. This enables a State instance to be used directly as a model property in a Marionette view. (breaking)
syncEntityEvents() throws error when entity or bindings are not defined. (potentially breaking--silent error state raised to exception)