Simplified
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.