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: 0.5.0
Choose a base ref
...
head repository: jashkenas/underscore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.1
Choose a head ref
  • 18 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 7, 2009

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

Commits on Dec 8, 2009

  1. Configuration menu
    Copy the full SHA
    2afcffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30329c0 View commit details
    Browse the repository at this point in the history
  3. adding pervasive safety checks for using Underscore functions on obje…

    …cts that jsut happen to have 'map', 'reduce', or 'filter' etc. properties that aren't functions.
    jashkenas committed Dec 8, 2009
    Configuration menu
    Copy the full SHA
    0ed4212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c7fcb7 View commit details
    Browse the repository at this point in the history
  5. cache wrapper methods

    iamnoah committed Dec 8, 2009
    Configuration menu
    Copy the full SHA
    38cae13 View commit details
    Browse the repository at this point in the history
  6. cache hasOwnProperty

    iamnoah committed Dec 8, 2009
    Configuration menu
    Copy the full SHA
    a5454d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6554c6d View commit details
    Browse the repository at this point in the history
  8. doh. messed up isNumber fix

    iamnoah committed Dec 8, 2009
    Configuration menu
    Copy the full SHA
    37930f9 View commit details
    Browse the repository at this point in the history
  9. Underscore shouldn't be able to iterate over the letters of a string …

    …cross-browser -- indexing into a string isn't supported in IE
    jashkenas committed Dec 8, 2009
    Configuration menu
    Copy the full SHA
    3eb9c28 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2009

  1. added an extra check in isEqual to test for falsy against truthy valu…

    …es (so as to short circuit before trying to look for properties on null)
    jashkenas committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    9956413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ba87d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76cccb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e863fbf View commit details
    Browse the repository at this point in the history
  5. merging in iamnoah's optimizations for the isType family of functions…

    …, and other references to core prototoypes
    jashkenas committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    225d795 View commit details
    Browse the repository at this point in the history
  6. adding an isArguments checker and enabling iteration (using each) ove…

    …r JS object hashes that have numeric length properties
    jashkenas committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    5c314d2 View commit details
    Browse the repository at this point in the history
  7. Underscore 0.5.1

    jashkenas committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    4042a38 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a418153 View commit details
    Browse the repository at this point in the history
Loading