Skip to content

v1.0.0

Choose a tag to compare

@ianmstew ianmstew released this 12 Dec 20:26

Commit Log

  • 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)