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.1.5
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.1.6
Choose a head ref
  • 19 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 22, 2011

  1. 6 Configuration menu
    Copy the full SHA
    2498bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4b767 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2011

  1. Configuration menu
    Copy the full SHA
    a9ac8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de50fc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f512c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2011

  1. Adding _.count to count truthy values in an iterator. _.count([1, 2, …

    …3, 4, 5, 6], function(num){ return num % 2 == 0; }) = 3
    samuelclay committed Apr 5, 2011
    5 Configuration menu
    Copy the full SHA
    c8e3c04 View commit details
    Browse the repository at this point in the history
  2. Speeding up a few methods which assign a default identity function fo…

    …r missing/optional iterators. Noticeable difference.
    samuelclay committed Apr 5, 2011
    Configuration menu
    Copy the full SHA
    5457522 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2011

  1. Revert "Adding _.count to count truthy values in an iterator. _.count…

    …([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; }) = 3"
    
    This reverts commit c8e3c04.
    
    Conflicts:
    
    	underscore.js
    samuelclay committed Apr 6, 2011
    Configuration menu
    Copy the full SHA
    1fc7d4b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2011

  1. _.barrier + tests

    sgentle committed Apr 13, 2011
    Configuration menu
    Copy the full SHA
    217a6a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2011

  1. Configuration menu
    Copy the full SHA
    5e051fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c39fe View commit details
    Browse the repository at this point in the history
  3. 8 Configuration menu
    Copy the full SHA
    c7b47ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f67aa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df562f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf214d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea44179 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f25cca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13d4e62 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2011

  1. Underscore.js 1.1.6

    jashkenas committed Apr 18, 2011
    Configuration menu
    Copy the full SHA
    b617615 View commit details
    Browse the repository at this point in the history
Loading