/observable.js

observable.js

Primary LanguageJavaScriptMIT LicenseMIT

observable.js

Visioning

This project aim for build a simple framework to monitor object property changes, which ca be a basic of a MVVM library like AngularJS or others. I have build a simple MVVM framework based on this library.

demo

Demo is available in demo folder. Library is supporting AMD and CMD and normal reference, but this demo is based on requirejs.

Log

2014/11/04 can monitor normal value property and array.

2015/05/09 update the lib to support AMD/CMD/plan JS reference; add some unit tests; update demo page