
v1.0.16 release
Several minor bug fixes, in JsRender, JsViews and JsViews.com:
https://github.com/BorisMoore/jsrender/issues/374
Prevent prototype pollution attacks
https://github.com/BorisMoore/jsviews/issues/468
View Model data mapping: JSON.parse inconsistency
https://github.com/BorisMoore/jsviews/issues/466
View Model 'sort' not working
https://github.com/BorisMoore/jsviews/issues/463
Checkboxgroup issue when used with View Model
https://github.com/BorisMoore/jsrender/pull/375
isArray and isFunction switch to using native implentations, instead of deprecated jQuery versions.