Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update YUI Handlebars to use v2.0.0 #1961

Merged
merged 7 commits into from
Sep 25, 2014
Merged

Commits on Sep 23, 2014

  1. Upgrade Handlebars.js to v1.3.0

    aljimenez authored and tripp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    754c951 View commit details
    Browse the repository at this point in the history
  2. Update handlebars Grunt and build files for v2.0.0

    	modified:   Gruntfile.js
    	modified:   build.json
    tripp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    48503ff View commit details
    Browse the repository at this point in the history
  3. Add generated handlebars source files for v2.0.0

    	modified:   js/handlebars-base.js
    	modified:   js/handlebars-compiler-ast.js
    	modified:   js/handlebars-compiler-base.js
    	modified:   js/handlebars-compiler-compiler.js
    	new file:   js/handlebars-compiler-helpers.js
    	modified:   js/handlebars-compiler-javascript-compiler.js
    	modified:   js/handlebars-compiler-parser.js
    	modified:   js/handlebars-runtime.js
    	modified:   js/handlebars-utils.js
    	modified:   js/handlebars.js
    	modified:   js/handlebars.runtime.js
    tripp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    1eb4222 View commit details
    Browse the repository at this point in the history
  4. Update handlebars unit test to reflect that handlebars now returns th…

    …e string `false` instead of an empty string for the value of false.
    tripp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    fa5e90c View commit details
    Browse the repository at this point in the history
  5. Update Grunt file to import createFrame method into handlebars-runt…

    …ime.
    
    	modified:   Gruntfile.js
    tripp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    75e4095 View commit details
    Browse the repository at this point in the history
  6. Update handlebars-compiler-parser so that it does not unnecessarily i…

    …mport a Helpers reference.
    
    	modified:   js/handlebars-compiler-parser.js
    tripp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    5428ba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2014

  1. Update handlebars-runtime.js.

    tripp committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    e198fd2 View commit details
    Browse the repository at this point in the history