The Wayback Machine - https://web.archive.org/web/20201220215716/https://github.com/lodash/lodash/commits/master
Skip to content
Permalink
master

Commits on Dec 20, 2020

  1. Remove outdated contributor tips (#5008)

    The `opt-cli` pre-push functionality was removed from lodash just a few days
    after it was added (see 2cd12c3),
    but the documentation encouraging contributors to use it still remains.
    Remove to avoid confusion for new contributors.
    csojinb committed Dec 20, 2020

Commits on Oct 28, 2020

Commits on Jun 4, 2020

  1. Changing font-style to monospace for '--save' option in README.md (#4681

    )
    
    --save is a command-line option and it should be monospaced
    
    Co-authored-by: utkarsh-kukreti <[email protected]>
    fs-projects and utkarsh-kukreti committed Jun 4, 2020

Commits on May 6, 2020

  1. fix: fix the params of Hash#delete in in jsdoc (#4737)

    Remove the unused param `hash` from the jsdoc of `Hash#delete`
    Keith-CY committed May 6, 2020

Commits on May 5, 2020

  1. fix: fix the jsdoc of SetCache#has (#4739)

    The return type should be `boolean` instead of `number`
    Keith-CY committed May 5, 2020

Commits on Feb 5, 2020

Commits on Jan 22, 2020

  1. Fix uniqueId prefix coercion (#4619)

    blikblum authored and falsyvalues committed Jan 22, 2020

Commits on Jan 8, 2020

Commits on Nov 19, 2019

Commits on Nov 12, 2019

  1. Remove extraneous conditional (#4531)

    Since `function flow(funcs)` changed to `function flow(...funcs)` this ternary became unnecessary, since funcs will always have a length now.
    camjc authored and jdalton committed Nov 12, 2019

Commits on Nov 6, 2019

Commits on Sep 26, 2019

Commits on Aug 30, 2019

  1. Cleanup baseOrderBy.

    jdalton committed Aug 30, 2019
  2. add order by behaviour with array similar to get method (#4453)

    * add order by behaviour with array similar to get method
    
    * remove typo for fixing orderby iteratee assignment
    
    * lint fixes
    
    * update test case
    
    * include package-lock from master
    
    * Add identity function for default iteratee
    Mohit21GoJs authored and jdalton committed Aug 30, 2019

Commits on Aug 28, 2019

  1. Prevent ReDos in words (#4450)

    blikblum authored and jdalton committed Aug 28, 2019
  2. Fix flow and flowRight parameter handling (#4445)

    * Enable flow and flowRight tests
    
    * Remove flow and flowRight tests for default value and shortcut fusion
    
    * Use native rest parameters / spread operator in flow and flowRight
    
    * Fix syntax of flow and flowRight examples
    blikblum authored and jdalton committed Aug 28, 2019

Commits on Aug 26, 2019

  1. Fix string methods to handle empty values (#4442)

    * Enable strings category methods tests
    
    * Ensure escape, pad, padEnd, padStart, trim, trimEnd, trimStart, unescape return an empty string for falsey values
    
    * Coerce value to string using toString in truncate, capitalize and case methods
    
    * Ensure createCaseFirst returns an empty string for falsey values
    blikblum authored and jdalton committed Aug 26, 2019

Commits on Aug 25, 2019

  1. Simplify toString (#4441)

    * Assume Symbol exists in toString tests
    
    * Use native array map instead of custom one in toString
    
    * Assume Symbol.prototype.toString exists in toString
    blikblum authored and jdalton committed Aug 25, 2019

Commits on Aug 24, 2019

  1. Coerce findLastIndex and lastIndexOf fromIndex parameter to integer (#…

    …4440)
    
    * Enable lastIndexOf, findLast and findLastIndex
    
    * Coerce findLastIndex fromIndex parameter to integer
    
    * Coerce lastIndexOf fromIndex parameter to integer
    blikblum authored and jdalton committed Aug 24, 2019
  2. Enable case methods tests (#4436)

    blikblum authored and jdalton committed Aug 24, 2019

Commits on Aug 22, 2019

  1. Ensure escapeRegExp returns an empty string when passing falsy values (

    …#4432)
    
    * Enable escapeRegExp tests
    
    * Ensure escapeRegExp returns an empty string when passing falsy values
    
    * Add parens around expression in escapeRegExp
    blikblum authored and jdalton committed Aug 22, 2019
  2. Enable create tests and adapt it for the new primitive prototype beha…

    …vior (#4418)
    
    * Enable create tests and adapt it for the new primitive prototype behavior
    
    * Use isObject in create tests instead of manual check
    
    * Store properties in a variable when used more than once in create tests
    
    * Add parens around arrow function params in create tests
    blikblum authored and jdalton committed Aug 22, 2019
  3. Flatten at paths parameter (#4431)

    * Enable at tests
    
    * Flatten at paths parameter
    blikblum authored and jdalton committed Aug 22, 2019
  4. merge: copy function values independent of source index (#4429)

    * merge: copy function values independent of source index
    
    * Enable merge tests
    blikblum authored and jdalton committed Aug 22, 2019
  5. Ensure after n parameter is coerced from NaN to 0 (#4430)

    * Enable after tests
    
    * Ensure after n parameter is coerced from NaN to 0
    blikblum authored and jdalton committed Aug 22, 2019

Commits on Aug 20, 2019

  1. Align indentations

    falsyvalues committed Aug 20, 2019

Commits on Aug 18, 2019

  1. Implement asciiWords and unicodeWords using String.match instead of b…

    …inding RegExp.exec (#4417)
    
    * Enable words tests
    * Implement asciiWords and unicodeWords using String.match instead of binding RegExp.exec
    blikblum authored and jdalton committed Aug 18, 2019

Commits on Aug 17, 2019

  1. lint files (#4416)

    * lint files
    
    * added back arrow-paren and removed duplicate
    phapdinh authored and jdalton committed Aug 17, 2019
  2. Coerce to integer and set default value for chunk size parameter (#4413)

    * Enable chunk module tests
    
    * Coerce to integer and set default value for chunk size param
    blikblum authored and jdalton committed Aug 17, 2019

Commits on Aug 16, 2019

  1. Coerce drop and dropRight n param using toInteger (#4412)

    * Coerce dropRight n param using toInteger
    
    * Coerce drop n param using toInteger
    blikblum authored and jdalton committed Aug 16, 2019
Older
You can’t perform that action at this time.