Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.17 #5233

Closed
wants to merge 83 commits into from
Closed

4.17 #5233

wants to merge 83 commits into from

Commits on Jun 14, 2017

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

Commits on Jan 31, 2018

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

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    b8c719d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb477a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45ac7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20c5307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f831977 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7167a78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dac890a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Add 4.17.5 branch to travis.

    jdalton committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    a1b5305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a73b92b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5adb4ee View commit details
    Browse the repository at this point in the history
  4. Fix style nits.

    jdalton committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    5e58cd2 View commit details
    Browse the repository at this point in the history
  5. Rebuild lodash and docs.

    jdalton committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    ce32a89 View commit details
    Browse the repository at this point in the history
  6. Bump to v4.17.5.

    jdalton committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    97e9edc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    852988e View commit details
    Browse the repository at this point in the history
  2. Rebuild lodash and docs.

    jdalton committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4680cda View commit details
    Browse the repository at this point in the history
  3. Bump to v4.17.9.

    jdalton committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    b002100 View commit details
    Browse the repository at this point in the history
  4. Rebuild lodash and docs.

    jdalton committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    a65fd33 View commit details
    Browse the repository at this point in the history
  5. Bump to v4.17.10.

    jdalton committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    67389a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Configuration menu
    Copy the full SHA
    90e6199 View commit details
    Browse the repository at this point in the history
  2. Prevent ReDoS

    To fix https://github.com/lodash/lodash/issues/3359, modified reHasUnicodeWord to remove an unnecessary comma which made the regex greedy, this is only a test regex and not a matching regex. Added unit tests, this now should run under 5 ms instead of over 1000 ms for huge 50k+ char words.
    manuel-jasso authored and jdalton committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    5c08f18 View commit details
    Browse the repository at this point in the history
  3. Cleanup ReDoS test.

    jdalton committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    6e62e1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79b9d20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    278c6dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de676f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5f9af5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8ddc1a View commit details
    Browse the repository at this point in the history
  9. Lint nits.

    jdalton committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    552f94a View commit details
    Browse the repository at this point in the history
  10. Commit package-lock.json.

    jdalton committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    eaa9f36 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Rebuild lodash and docs.

    jdalton committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    3ac4b26 View commit details
    Browse the repository at this point in the history
  2. Bump to v4.17.11.

    jdalton committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0843bd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    e0cbb4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a7eae View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

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

Commits on Dec 5, 2018

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

Commits on Feb 12, 2019

  1. cancel old timer (#4139)

    anhulife authored and jdalton committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    15b1565 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

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

Commits on Mar 22, 2019

  1. mergeWith: stack passed to customizer should always be defined (#4244)

    Summary:
    If the first values encountered in the `object` in mergeWith are not objects, `stack` is undefined when passed to the `customizer`. Once the first object-ish value is encountered, `stack` gets initialized, and all further calls to `customizer` include a defined `stack`. This PR makes `stack` always defined, even before the first object-ish value is encountered.
    mhassan1 authored and jdalton committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    0b8592a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Round Infinity with a precision argument returns Infinity (#4272)

    * Round Infinity with a precision argument returns Infinity
    
    * Also making sure this is true for -Infinity
    * Tested with _.round(), _.floor() and _.ceil()
    
    * Switch to using isFinite to check if number should be rounded
    
    * Add tests for rounding NaN now that there is an isFinite check
    jefffriesen authored and jdalton committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    343456d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

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

Commits on Jun 24, 2019

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

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    60eb517 View commit details
    Browse the repository at this point in the history
  2. Revert "perf(toNumber): use +value to convert binary/octal/hexadecima…

    …l string (#4230)"
    
    This reverts commit 7084300.
    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    deb65de View commit details
    Browse the repository at this point in the history
  3. Whitespace nit.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f8dc214 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ab48c View commit details
    Browse the repository at this point in the history
  5. Format nit.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    02b3295 View commit details
    Browse the repository at this point in the history
  6. Update deps.

    jdalton committed Jul 9, 2019
    5 Configuration menu
    Copy the full SHA
    8f4d3eb View commit details
    Browse the repository at this point in the history
  7. Fix style:test lint nits.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    29e2584 View commit details
    Browse the repository at this point in the history
  8. Fix tests in older browsers.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    53838a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17a34bc View commit details
    Browse the repository at this point in the history
  10. Fix minified build.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    2406eac View commit details
    Browse the repository at this point in the history
  11. Update OpenJS references.

    jdalton committed Jul 9, 2019
    1 Configuration menu
    Copy the full SHA
    629d186 View commit details
    Browse the repository at this point in the history
  12. Rebuild lodash and docs.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    e77d681 View commit details
    Browse the repository at this point in the history
  13. Bump to v4.17.12.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    fd9a062 View commit details
    Browse the repository at this point in the history
  14. Rebuild lodash and docs.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    357e899 View commit details
    Browse the repository at this point in the history
  15. Bump to v4.17.13.

    jdalton committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    e371828 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Rebuild lodash and docs.

    jdalton committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    a6fe6b1 View commit details
    Browse the repository at this point in the history
  2. Bump to v4.17.14.

    jdalton committed Jul 10, 2019
    3 Configuration menu
    Copy the full SHA
    be87d30 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Rebuild lodash and docs.

    jdalton committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b185fce View commit details
    Browse the repository at this point in the history
  2. Bump to v4.17.15.

    jdalton committed Jul 17, 2019
    3 Configuration menu
    Copy the full SHA
    ddfd9b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

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

Commits on Oct 4, 2019

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

Commits on Oct 10, 2019

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

Commits on Oct 13, 2019

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

Commits on Oct 16, 2019

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

Commits on Jun 4, 2020

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

Commits on Jul 2, 2020

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

Commits on Jul 8, 2020

  1. Bump to v4.17.16

    mathiasbynens committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3a3b0fd View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1144918 View commit details
    Browse the repository at this point in the history
  3. Bump to v4.17.17

    mathiasbynens committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    a370ac8 View commit details
    Browse the repository at this point in the history
  4. Bump to v4.17.18

    mathiasbynens committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1b6c282 View commit details
    Browse the repository at this point in the history
  5. Add npm-package

    mathiasbynens committed Jul 8, 2020
    1 Configuration menu
    Copy the full SHA
    2e1c0f2 View commit details
    Browse the repository at this point in the history
  6. Bump to v4.17.19

    mathiasbynens committed Jul 8, 2020
    4 Configuration menu
    Copy the full SHA
    d7fbc52 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Remove /npm-package.

    bnjmnt4n committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    aa816b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d046f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846e434 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    00f0f62 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Documentation fixes.

    bnjmnt4n committed Aug 13, 2020
    1 Configuration menu
    Copy the full SHA
    63150ef View commit details
    Browse the repository at this point in the history
  2. Bump to v4.17.20.

    bnjmnt4n committed Aug 13, 2020
    1 Configuration menu
    Copy the full SHA
    ded9bc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    3469357 View commit details
    Browse the repository at this point in the history
  2. Improve performance of toNumber, trim and trimEnd on large inpu…

    …t strings
    
    This prevents potential ReDoS attacks using `_.toNumber` and `_.trim*`
    as potential attack vectors.
    
    Closes #5065.
    falsyvalues authored and bnjmnt4n committed Feb 20, 2021
    4 Configuration menu
    Copy the full SHA
    c4847eb View commit details
    Browse the repository at this point in the history
  3. Bump to v4.17.21

    bnjmnt4n committed Feb 20, 2021
    13 Configuration menu
    Copy the full SHA
    f299b52 View commit details
    Browse the repository at this point in the history