Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 699 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 699 Bytes

Backbone.Handlebars

  • Added default render method Radoslav Stankov
  • Added templateData property responsible for passing data to the render method Radoslav Stankov

Version 1.0.0 (unreleased)

  • {{views}} can render Backbone.Collections (or any object having a map method) Radoslav Stankov
  • Added {{views viewName modelsList}} helper Radoslav Stankov
  • Added Backbone.Handlebars namespace for the extention Radoslav Stankov
  • Added {{view viewName}} helper Radoslav Stankov
  • Extend Handlebars.compile to always pass data: true option Radoslav Stankov
  • Added Backbone.View#renderTempate method Radoslav Stankov