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.4.7
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.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 7, 2009

  1. shrunk down all of the 'is' functions into a single generation, added…

    … isRegExp, added a regexp equality test to isEqual, after grayrest's patch
    jashkenas committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    66dc6c2 View commit details
    Browse the repository at this point in the history
  2. documenting isRegExp

    jashkenas committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    53122d0 View commit details
    Browse the repository at this point in the history
  3. added a links section to the documentation, with Underscore.lua and c…

    …ollections libraries galore
    jashkenas committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    2875f31 View commit details
    Browse the repository at this point in the history
  4. added an isRegExp test

    jashkenas committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    06c74e7 View commit details
    Browse the repository at this point in the history
  5. API changes: _.bindAll now takes the context object as the first para…

    …meter, instead of the last, and _.functions (_.methods) now takes an explicitreceiver, returning a list of its methods
    jashkenas committed Dec 7, 2009
    Configuration menu
    Copy the full SHA
    39001bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f267025 View commit details
    Browse the repository at this point in the history
Loading