Developer and creator of jQuery Templates, JsRender and JsViews (jsviews.com)

Joined February 2012
14 Photos and videos
#JsRender v1.0.14 and #JsViews v1.0.14 have just been released , with some additional features and improvements, particularly for {^{checkboxgroup}} and {^{radiogroup}} tags jsviews.com/#download github.com/BorisMoore/jsrend…

24
#JsRender v1.0.13 and #JsViews v1.0.13 have just been released, with a small bug fix and minor updates. jsviews.com/#download github.com/BorisMoore/jsrend…

1
57
#JsRender v1.0.12 and #JsViews v1.0.12 have just been released, with a small modification for improved performance. jsviews.com/#download github.com/BorisMoore/jsrend…

#JsRender v1.0.11 and #JsViews v1.0.11 have just been released (Small feature improvement, and minor bug fix) jsviews.com/#download github.com/BorisMoore/jsrend…
1
#JsRender v1.0.10 and #JsViews v1.0.10 have just been released (minor bug fixes) jsviews.com/#download github.com/BorisMoore/jsview…
#JsRender v1.0.9 and #JsViews v1.0.9 just released. v1.0.9 is basically identical to v1.0.8 except that it replaces a truncated version of jsrender.min.js.map with the correct non-truncated version. jsviews.com/#download github.com/BorisMoore/jsview…
1
#JsRender v1.0.8 and #JsViews v1.0.8 just released, including some optimizations, feature improvements, minor bug fixes, and documentation updates. - jsviews.com/#download - github.com/BorisMoore/jsview…
#JsRender v1.0.7 and #JsViews v1.0.7 just released, including some performance optimizations, feature improvements, minor bug fixes, and documentation updates. - jsviews.com/#download - github.com/BorisMoore/jsview…
1
#JsRender v1.0.6 and #JsViews v1.0.6 just released, with some minor fixes, and documentation updates. - jsviews.com/#download - github.com/BorisMoore/jsview…
With the new #JsRender v1.0.5 and #JsViews v1.0.5 release, just out, the jsrender and the jsviews npm packages each bundle the corresponding typescript definition file. So installing the package also automatically installs the typescript definition: jsviews.com/#typescript:

2
Here is a nice response from Stack Overflow to a question on how JsRender/JsViews compares as a platform to better known frameworks such as Angular, React, Vue: stackoverflow.com/a/57322571…
1
#JsRender v1.0.4 and #JsViews v1.0.4 just released: jsviews.com/#download, including: - new {{checkboxgroup}} built-in tag: jsviews.com/#jsvcheckboxgrou… - new "range slider" with two handles: jsviews.com/#samples/tag-con… plus minor bug fixes.
1
#JsRender v1.0.3 and #JsViews v1.0.3 just released: github.com/BorisMoore/jsview… This update brings several new or improved features - for View Model hierarchies, async observable change events, chaining of computed properties, improved sorting and filtering support, and more.
1
#JsRender v1.0.2 and #JsViews v1.0.2 just released: github.com/BorisMoore/jsview… - Important optimization for {^{for}} with sorting, filtering etc. - New sorting and filtering samples topic jsviews.com/#samples/sort-fi… - Plus minor fixes, and documentation updates
3
Here is a better link to the new cascading selects doc topic: jsviews.com/#link-select@cas…

1
JsRender and JsViews v1.0.1 just released, with minor bug fix plus: New unicode support: jsviews.com/#unicode New cascading selects doc topic: jsviews.com/#link-select
1
#JsRender v1.0.0 and #JsViews v1.0.0 released today: jsviews.com/#download cdnjs.com/libraries/jsrender cdnjs.com/libraries/jsviews npmjs.com/package/jsrender npmjs.com/package/jsviews Both are official stable non-beta releases with complete docs, now out too, at jsviews.com

1
2
Here is an example of a #JsViews/#JsRender custom tag control: jsviews.com/#hierarchypatter… (Totally native to JsViews, but based on Google Dev tools color picker)
#JsRender and #JsViews now have extensive documentation on how to create custom tag controls: JsRender custom tags: jsviews.com/#tags JsViews custom tag controls: jsviews.com/#jsvtagcontrols Many detail topics such as: Tag control life-cycle: jsviews.com/#taglifecycle
#JsRender/#JsViews now have built-in support for sorting/filtering/range on {{for array}} and {{props object}}: jsviews.com/#fortag@sortfilt… jsviews.com/#propstag@sortfi… jsviews.com/#jsvfortag On derived tags too, such as this {{purchases}} tag with column sort: jsviews.com/#samples/tag-con…