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 #1956

Closed
wants to merge 4 commits into from

Conversation

tripp
Copy link
Contributor

@tripp tripp commented Sep 23, 2014

This passes unit tests for:

  • ie 6, 7, 8, 9, 10 (vms)
  • ie 11
  • safari 6.0.5
  • firefox 32.0.2
  • chrome 37.0.2 ....
  • ios 7.1.2
  • android 2.x.x (vm)
  • android 4.x.x (vm)

Its also been tested manually in ie 6, 7, 8 with basic examples.

A unit test had to be updated to reflect that a value of false return "false" instead of "". (handlebars-lang/handlebars.js#827)

I didn't see anyting in the release notes for v2.0.0 that should cause any issues but it wouldn't hurt for someone to look over them as well.
https://github.com/wycats/handlebars.js/blob/master/release-notes.md

… 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
	new file:   js/handlebars-compiler-javascript-compiler.js
	modified:   js/handlebars-compiler-parser.js
	new file:   js/handlebars-exception.js
	modified:   js/handlebars-runtime.js
	new file:   js/handlebars-safe-string.js
	modified:   js/handlebars-utils.js
	new file:   js/handlebars.js
	new file:   js/handlebars.runtime.js
…e string `false` instead of an empty string for the value of false.
@yahoocla
Copy link

CLA is valid!

@tripp
Copy link
Contributor Author

tripp commented Sep 23, 2014

@ericf @caridy
Could one of you guys take a look at this on Tuesday? I'd like to merge this if its mustard.
Thanks!

@okuryu
Copy link
Member

okuryu commented Sep 23, 2014

I pitty for the neglected #1908, but this PR might be better. It's more latest version.

@tripp
Copy link
Contributor Author

tripp commented Sep 23, 2014

@okuryu
The heavy lifting for this pull request was solved by @aljimenez. I was able to repurpose a lot of what was done in #1908 for this one.

@tripp tripp closed this Sep 23, 2014
@tripp
Copy link
Contributor Author

tripp commented Sep 23, 2014

Closed because there is a regression in this pr. I'll open a new one once that's sorted. The new pr will also include the commits from #1908.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants