Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Releases: YahooArchive/locator-handlebars

patch release

Choose a tag to compare

@caridy caridy released this 28 Jan 06:38
  • [PR #15]: add support for inverse when walking the handlebar program when looking for partials.

note: thanks to @alex-seville for the contribution.

major refactor for express-yui@1.0.0

Choose a tag to compare

@caridy caridy released this 25 Oct 13:39

this version is not compatible with previous version of the plugin.

changes

  • the plugin is now a class definition that can be extended easily.
  • leverage Y.Template.register() and Y.Template.get(), available in yui@3.12.x.
  • a compiled version of the template is provisioned under the bundle object for runtime on the server side.
  • yui output format is now opt-in using the format configuration.
  • example does not use express-yui anymore, instead it uses express-view.
  • the handlebars component can be controlled from outside by providing a custom version of it when creating an instance of the plugin.

relaxing yui dependency

Choose a tag to compare

@caridy caridy released this 16 Sep 20:52

From now on, the yui version installed at the top level of the application is going to be the one dictating what version should be used by the dependencies.

v0.2.2

Choose a tag to compare

@isao isao released this 13 Sep 04:15

a handlebars instance may be passed to locator-handlebars in the "handlebars" property of it's options object, and it will be used for server-side compilation and rendering instead of YUI Handlebars.

Release v0.2.1

Choose a tag to compare

@lzhan lzhan released this 24 Jul 15:24

Upgrading yui@3.11.0