-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Comparing changes
Open a pull request
base repository: jashkenas/underscore
base: 1.2.3
head repository: jashkenas/underscore
compare: 1.2.4
- 20 commits
- 10 files changed
- 6 contributors
Commits on Dec 8, 2011
-
Add failing test for Javascript in templates
Uses an escaped character in Javascript embedded in a template. Gets incorrectly replaced when templating.
Configuration menu - View commit details
-
Copy full SHA for 81cb0d3 - Browse repository at this point
Copy the full SHA 81cb0d3View commit details -
Templating fix for when an escaped character is used in Javascript
If an escaped character (e.g. \n) is used in embedded Javascript inside a template then it gets escaped to \\n. If someone has put an escaped character in their JS then they probably want it left that way. This commit replaces \\s with a single \ when inside evaluation tags, reverting the previous template escaping.
Configuration menu - View commit details
-
Copy full SHA for c8ecb47 - Browse repository at this point
Copy the full SHA c8ecb47View commit details
Commits on Dec 16, 2011
-
Configuration menu - View commit details
-
Copy full SHA for eb42c85 - Browse repository at this point
Copy the full SHA eb42c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5686f - Browse repository at this point
Copy the full SHA 3c5686fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for b27ed66 - Browse repository at this point
Copy the full SHA b27ed66View commit details -
Merge pull request #401 from Stuk/template_js_fix
Fix escaped chars in Javascript in templates
Configuration menu - View commit details
-
Copy full SHA for b4a3843 - Browse repository at this point
Copy the full SHA b4a3843View commit details
Commits on Dec 20, 2011
-
Fixes #409 - Unexpected arguments passed to wrapper function in _.wra…
…p when the first argument of calling the wrapper function is an array
Bob Remeika committedDec 20, 2011 Configuration menu - View commit details
-
Copy full SHA for 5ca27ff - Browse repository at this point
Copy the full SHA 5ca27ffView commit details -
Merge pull request #410 from foobarfighter/wrap-bug-fix
Fixes #409 - Unexpected arguments passed to wrapper function in _.wrap when the first argument of calling the wrapped function is an array
Configuration menu - View commit details
-
Copy full SHA for e58af52 - Browse repository at this point
Copy the full SHA e58af52View commit details
Commits on Dec 22, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 6baf8e8 - Browse repository at this point
Copy the full SHA 6baf8e8View commit details -
Use _.isFunction so ClojureScript doesn't break underscore
Clojurescript adds a call method to strings, so passing a string to _.invoke produces the wrong behavior.
Configuration menu - View commit details
-
Copy full SHA for 2206092 - Browse repository at this point
Copy the full SHA 2206092View commit details -
Merge pull request #415 from HSSC/master
use _.isFunction in _.invoke
Configuration menu - View commit details
-
Copy full SHA for 66bb646 - Browse repository at this point
Copy the full SHA 66bb646View commit details
Commits on Dec 23, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 0d463de - Browse repository at this point
Copy the full SHA 0d463deView commit details
Commits on Dec 24, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 3a225ea - Browse repository at this point
Copy the full SHA 3a225eaView commit details
Commits on Dec 30, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 62c814d - Browse repository at this point
Copy the full SHA 62c814dView commit details
Commits on Jan 4, 2012
-
Merge pull request #417 from alanhogan/patch-1
Extends definitions of throttle & debounce to make usage extra-clear.
Configuration menu - View commit details
-
Copy full SHA for ecef23c - Browse repository at this point
Copy the full SHA ecef23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7157d01 - Browse repository at this point
Copy the full SHA 7157d01View commit details -
Merge pull request #414 from vovik/master
doc for bind: currying vs partial application
Configuration menu - View commit details
-
Copy full SHA for f7292c1 - Browse repository at this point
Copy the full SHA f7292c1View commit details -
Fixes #411. Partially adding _.templateSettings could break template …
…strings containing the words 'null' or 'undefined'.
Configuration menu - View commit details
-
Copy full SHA for 69ed617 - Browse repository at this point
Copy the full SHA 69ed617View commit details -
Configuration menu - View commit details
-
Copy full SHA for f79c5ab - Browse repository at this point
Copy the full SHA f79c5abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4946c54 - Browse repository at this point
Copy the full SHA 4946c54View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.3...1.2.4