- bugfix for the forEach / else helper
- bugfix for parital -> view nesting
- Bug fix for the peerDependency of rendr to be at 1.1.0 instead of 1.2.0.
- handlebars is no longer included here, it needs to be installed at the app level.
- allow instance of templateFinder to be passed in
- only ship handlbars runtime, greatly reduces client bundle size
- update to handlebars 2.0.0
- update to underscore 1.8.2
- add serverToClientJson for an example of how to escape JSON between the client and server
- omit anything in the fetch params that as a data attribute
- invoke block views with the parent scope
- stringify objects
- added view tests
- fixed missing require for underscore
- Changed the shared/helpers to follow a CommonJS pattern of requiring each helper separately
- added tests for the helpers
- added a
forEach
helper - added documentation for all the helpers
- added ability to pass blocks into partials / views
- upgrade to underscore@1.7.0
- Removed need to initialize the view twice on the client-side. This fixed leaking listeners and makes the code perform as expected
- Add support for AMD modules.
- Upgraded to Handlebars@1.3.0.
- Upgraded to Underscore@1.5.2.