Skip to content
Permalink
master
Switch branches/tags

Commits on Apr 23, 2021

  1. perf: use === instead of == (#5118)

    jacob-lcs committed Apr 23, 2021
  2. Update tests.yml (#5140)

    `npm cit` is short for `npm ci` and `npm test`
    de-ar committed Apr 23, 2021

Commits on Dec 21, 2020

  1. Enable GitHub Actions CI.

    bnjmnt4n committed Dec 21, 2020
  2. Fix ESLint errors and tests.

    I've commented out a test for `_.merge` and will re-look it as I
    gradually cleanup the codebase.
    bnjmnt4n committed Dec 21, 2020
  3. Cleanup package.json and CONTRIBUTING.md.

    The master branch has been in flux for a pretty long time, so leaving
    the broken npm scripts and messages in CONTRIBUTING.md doesn't make
    sense and has been confusing to contributors. This commit removes broken
    npm scripts and removes all unnecessary dependencies for now.
    bnjmnt4n committed Dec 21, 2020

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 <utkarshk@dewsolutions.in>
    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
Older