Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jashkenas/underscore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.3
Choose a base ref
...
head repository: jashkenas/underscore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.4
Choose a head ref
  • 20 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 8, 2011

  1. Add failing test for Javascript in templates

    Uses an escaped character in Javascript embedded in a template. Gets
    incorrectly replaced when templating.
    Stuk committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    81cb0d3 View commit details
    Browse the repository at this point in the history
  2. 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.
    Stuk committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    c8ecb47 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2011

  1. Fixes #406

    jashkenas committed Dec 16, 2011
    Configuration menu
    Copy the full SHA
    eb42c85 View commit details
    Browse the repository at this point in the history
  2. Fixes #403

    jashkenas committed Dec 16, 2011
    Configuration menu
    Copy the full SHA
    3c5686f View commit details
    Browse the repository at this point in the history
  3. Fixes #397

    jashkenas committed Dec 16, 2011
    1 Configuration menu
    Copy the full SHA
    b27ed66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #401 from Stuk/template_js_fix

    Fix escaped chars in Javascript in templates
    jashkenas committed Dec 16, 2011
    Configuration menu
    Copy the full SHA
    b4a3843 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. 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 committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    5ca27ff View commit details
    Browse the repository at this point in the history
  2. 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
    jashkenas committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    e58af52 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2011

  1. Configuration menu
    Copy the full SHA
    6baf8e8 View commit details
    Browse the repository at this point in the history
  2. 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.
    gfredericks committed Dec 22, 2011
    Configuration menu
    Copy the full SHA
    2206092 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #415 from HSSC/master

    use _.isFunction in _.invoke
    jashkenas committed Dec 22, 2011
    Configuration menu
    Copy the full SHA
    66bb646 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2011

  1. Configuration menu
    Copy the full SHA
    0d463de View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2011

  1. Typo

    alanhogan committed Dec 24, 2011
    Configuration menu
    Copy the full SHA
    3a225ea View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2011

  1. Configuration menu
    Copy the full SHA
    62c814d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2012

  1. Merge pull request #417 from alanhogan/patch-1

    Extends definitions of throttle & debounce to make usage extra-clear.
    jashkenas committed Jan 4, 2012
    Configuration menu
    Copy the full SHA
    ecef23c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7157d01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #414 from vovik/master

    doc for bind: currying vs partial application
    jashkenas committed Jan 4, 2012
    Configuration menu
    Copy the full SHA
    f7292c1 View commit details
    Browse the repository at this point in the history
  4. Fixes #411. Partially adding _.templateSettings could break template …

    …strings containing the words 'null' or 'undefined'.
    jashkenas committed Jan 4, 2012
    Configuration menu
    Copy the full SHA
    69ed617 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f79c5ab View commit details
    Browse the repository at this point in the history
  6. Underscore.js 1.2.4

    jashkenas committed Jan 4, 2012
    Configuration menu
    Copy the full SHA
    4946c54 View commit details
    Browse the repository at this point in the history
Loading