Skip to content

Releases: rendrjs/rendr-handlebars

v2.0.2

01 Mar 01:22
Compare
Choose a tag to compare
  • bugfix for the forEach / else helper
  • bugfix for parital -> view nesting

v2.0.1

31 Jul 03:57
Compare
Choose a tag to compare
  • Bug fix for the peerDependency of rendr to be at 1.1.0 instead of 1.2.0.

v2.0.0

18 Jul 00:15
Compare
Choose a tag to compare
  • handlebars is no longer included here, it needs to be installed at the app level.

v1.0.1

26 Mar 21:26
Compare
Choose a tag to compare
  • allow instance of templateFinder to be passed in
  • only ship Handlebars runtime to the client, greatly reduces bundle size.

v1.0.0

25 Feb 04:30
Compare
Choose a tag to compare
  • 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

03 Feb 23:37
Compare
Choose a tag to compare
  • invoke block views with the parent scope
  • verified we should be throwing an error if there is a circular dependency

v0.2.3

03 Feb 19:12
Compare
Choose a tag to compare
  • stringify objects
  • added view tests
  • fixed missing require for underscore

v0.2.2

09 Jan 21:28
Compare
Choose a tag to compare
  • 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

v0.2.1

12 Dec 02:54
Compare
Choose a tag to compare

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.