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: lodash/lodash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: lodash/lodash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 16 commits
  • 15 files changed
  • 1 contributor

Commits on Jun 7, 2012

  1. Move _.pluck to the Arrays category.

    Former-commit-id: a3ba36c1c320c8685c25fcb0bbe16ba2baeb6731
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    5e8c373 View commit details
    Browse the repository at this point in the history
  2. Move _.values to Objects category.

    Former-commit-id: e85229b53a7697c11f76eae02aef8a4fce3aec3a
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    ca1c732 View commit details
    Browse the repository at this point in the history
  3. Update minified build and documentation.

    Former-commit-id: e489b826c65d908b934e13d032ed866d68edd576
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    c410c12 View commit details
    Browse the repository at this point in the history
  4. Fix typo in _.values benchmark and tweak how percents are displayed…

    … in perf.js.
    
    Former-commit-id: 49be4600561e55e134d3152b00c765e305af98b5
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    47dfb5b View commit details
    Browse the repository at this point in the history
  5. Remove _.isArguments fallback from mobile build.

    Former-commit-id: d98ac9953e9b403e17bdcef099caafe09873980f
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    5f2f15b View commit details
    Browse the repository at this point in the history
  6. Ensure all "Arrays" category methods allow a falsey array argument. [

    …closes #23, #24]
    
    Former-commit-id: 66d09d3c8f3c045daf310c46581afa085daa57de
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    3c6999f View commit details
    Browse the repository at this point in the history
  7. Update minified build and documentation.

    Former-commit-id: 6790d25b2164f0df2dcce63d5a5780343f3b5e63
    jdalton committed Jun 7, 2012
    Configuration menu
    Copy the full SHA
    2332245 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2012

  1. Remove _.map and _.pluck dependency from _.sortBy and simplify …

    …method wrappers.
    
    Former-commit-id: 915af96abd41e8da7bba88cd57eb703f8129107f
    jdalton committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    181b869 View commit details
    Browse the repository at this point in the history
  2. Update Backbone and Underscore submodules.

    Former-commit-id: 6f938216d0bb26347ce7fd42169f926e2ae04e0e
    jdalton committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    3f7bccf View commit details
    Browse the repository at this point in the history
  3. Add Backbone build and correct dependencies for _.bindAll, `_.mixin…

    …`, and `_.sortBy`.
    
    Former-commit-id: 3d4413d6ab3b41471be6336d138a4b4bfa97fde7
    jdalton committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    1e94b93 View commit details
    Browse the repository at this point in the history
  4. Update documentation and minified build.

    Former-commit-id: edc6264f5721cbdb080c4f7772263848c125b3e2
    jdalton committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    c5bceb8 View commit details
    Browse the repository at this point in the history
  5. Cleanup README.md.

    Former-commit-id: 1cc58476c5737624b97801aabc0dc7368c43c0d3
    jdalton committed Jun 9, 2012
    Configuration menu
    Copy the full SHA
    7faa849 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2012

  1. Add another code example to _.invoke documentation.

    Former-commit-id: 0bea74a470771ebc5cf2110243b38db3698cde52
    jdalton committed Jun 10, 2012
    Configuration menu
    Copy the full SHA
    2da05d8 View commit details
    Browse the repository at this point in the history
  2. Add _.shuffle benchmark.

    Former-commit-id: 13a0a7392108571d4ebced5e6e6ff66048091983
    jdalton committed Jun 10, 2012
    Configuration menu
    Copy the full SHA
    250a0ab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2012

  1. Update submodules.

    Former-commit-id: 0658ae9b9e49c468f839738f34c9f6361b90897e
    jdalton committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    94e8af4 View commit details
    Browse the repository at this point in the history
  2. Bump to v0.3.1.

    Former-commit-id: 2e1e3b7e47b1f98d2ca20a89a4570a0b958d4323
    jdalton committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    1e2ef54 View commit details
    Browse the repository at this point in the history
Loading