Releases: rendrjs/rendr-handlebars
Releases · rendrjs/rendr-handlebars
v2.0.2
v2.0.1
- Bug fix for the peerDependency of rendr to be at 1.1.0 instead of 1.2.0.
v2.0.0
- handlebars is no longer included here, it needs to be installed at the app level.
v1.0.1
- allow instance of templateFinder to be passed in
- only ship Handlebars runtime to the client, greatly reduces bundle size.
v1.0.0
- 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
v0.2.4
- invoke block views with the parent scope
- verified we should be throwing an error if there is a circular dependency
v0.2.3
- stringify objects
- added view tests
- fixed missing require for underscore
v0.2.2
- 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 [email protected]
v0.2.1
Changed the view helper to not initialize the view on the client-side. This fixes an issue that caused the view to initialize twice on a client-side render.