Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- New support for compiled View Models - using $.views.viewModels(...), and new map(), merge() and unmap() APIs for converting between plain object hierarchies and compiled View Model hierarchies - covered by the new documentation topics: http://www.jsviews.com/#jsrmodel, http://www.jsviews.com/#viewmodelsapi, http://www.jsviews.com/#jsvmodel and http://www.jsviews.com/#jsvviewmodelsapi. - Added escaping of = in {{>...}} and {{html:...}} - Prevent use of ['constructor'] in template expressions (so cannot instantiate new Function) - Several minor bug fixes - Several new and improved documentation topics: http://www.jsviews.com/#jsvapps Building apps (JsViews) http://www.jsviews.com/#jsrmodel Data / View Model (JsRender) http://www.jsviews.com/#jsvmodel Data / View Model (JsViews) http://www.jsviews.com/#viewmodelsapi Compiled View Models (JsViews) http://www.jsviews.com/#jsvviewmodelsapi Compiled View Models (JsViews) http://www.jsviews.com/#node/webpack Webpack support http://www.jsviews.com/#node/browserify Browserify support - Keyboard shortcuts provided for 'Search' on www.jsviews.com: Ctrl+/: search, Enter: new search, Escape: quit, Ctrl+Left/Right Arrow: Prev/Next result - Many additional unit tests
- Loading branch information