Skip to content

Simplified

Compare
Choose a tag to compare
@curran curran released this 12 Mar 22:32
· 50 commits to gh-pages since this release

This release contains a refactored and simplified implementation of Model.js. Changes include:

  • Module exposure as AMD, NodeJS and browser global.
  • Exposing the "on" and "off" methods of models.
  • API name change: "removeListeners" changed to "cancel".
  • Removed support for detecting data flow graphs at runtime, in order to simplify the code.
  • Clean, refactored code.