Commit Graph

  • 4df32723c2 fix reTypedTag error (#4342) lvzhenbang 2019-06-26 11:11:14 -05:00
  • 1f8ea07746 fix: prototype pollution in _.defaultsDeep (#4336) Kirill 2019-06-24 19:17:55 +03:00
  • abde9319fd Fix typo in merge test (#4334) Youcef Mammar 2019-06-24 18:17:18 +02:00
  • 488e62bd79 Fix stringToPath bug for consecutive [] (#4319) James Yang 2019-06-08 00:25:16 +08:00
  • e42cd97dae Fixes issue with Object prototype and the chaining syntax. [closes #4247] Erick Calder 2019-05-09 13:54:13 -07:00
  • 8fdf0ed9fa Minor doc format (#4285) Yang Jin 2019-04-29 00:00:44 +08:00
  • 343456d696 Round Infinity with a precision argument returns Infinity (#4272) Jeff Friesen 2019-04-18 14:04:18 -06:00
  • 6b1d83c968 Fix typo in toPlainObject(). John-David Dalton 2019-04-14 22:05:23 -07:00
  • c68170b336 Fix findLast missing dependency (#4259) Amu 2019-04-15 00:26:02 +08:00
  • 0b8592a35c mergeWith: stack passed to customizer should always be defined (#4244) Marc Hassan 2019-03-21 23:54:53 -04:00
  • 750067f42d tweak _.clone/_.cloneDeep docs (#4239) David Luzar 2019-03-18 08:04:04 +01:00
  • 7084300d34 perf(toNumber): use +value to convert binary/octal/hexadecimal string (#4230) Amu 2019-03-14 13:47:28 +08:00
  • c541e4ccdc Fix _.maxBy and _.minBy (#4233) Amu 2019-03-12 12:43:45 +08:00
  • e7221b96ec Remove --save option as it isn't required anymore (#4199) Steve Moser 2019-02-20 10:36:22 -05:00
  • d5ef31929a Add initial test files from lodash v4. (#4172) Benjamin Tan 2019-02-13 01:11:32 +08:00
  • 7606ea3e25 Update package.json version. John-David Dalton 2019-02-12 09:08:23 -08:00
  • fe7da41956 Cancel old timer, editing pr #4139 (#4187) moonformeli 2019-02-12 15:50:11 +09:00
  • 15b156512f cancel old timer (#4139) liang feng 2019-02-12 14:49:02 +08:00
  • 3ae8f23bff Locally scope key in keysIn (#4173) carbureted 2019-01-27 13:59:41 -08:00
  • 6248f8a658 use extension resolution (#4163) James Garbutt 2019-01-20 21:57:10 +00:00
  • f4ca396a79 Use 3 equal signs (#4153) moonformeli 2019-01-16 16:57:26 +09:00
  • afab656cfe Change type check and the way of sending params. (#4145) moonformeli 2019-01-11 16:45:15 +09:00
  • a7e0428889 Add .github/.lock.yml config for lock bot. John-David Dalton 2018-12-26 10:16:58 -06:00
  • 238e763aa1 Use native filter instead of custom one where possible (#4116) Luiz Américo 2018-12-11 13:26:35 -03:00
  • aa1d7d870d Replace getTag implementation by the one from baseGetTag (remove workarounds) (#4115) Luiz Américo 2018-12-11 12:53:23 -03:00
  • c77650a17b Remove check for Symbol.toStringTag field mutations in baseGetTag (#4112) (#4113) Luiz Américo 2018-12-10 22:29:53 -03:00
  • 6cb1f71adf Assume Symbol is always defined (#4111) Luiz Américo 2018-12-10 21:28:20 -03:00
  • 4c55ea7068 Use baseGetTag instead of getTag where possible (#4112) Luiz Américo 2018-12-10 21:27:28 -03:00
  • 7f2ee90c9f Fix baseOrderBy missing dependency (#4105) Luiz Américo 2018-12-05 22:12:26 -03:00
  • 2130eacf41 Fix baseClone missing dependency (#4104) Luiz Américo 2018-12-05 22:11:10 -03:00
  • daf1f1b10b Fix findLast missing dependency (#4103) Luiz Américo 2018-12-05 22:10:43 -03:00
  • c33df3147f Re-add keysIn module fixing baseClone and baseMerge (#4099) (#4100) Luiz Américo 2018-12-05 22:10:09 -03:00
  • bda6f2795f Update wording of fp wiki template for method spread rule exceptions. John-David Dalton 2018-12-04 20:26:22 -08:00
  • 151e316263 Remove check for existence of getOwnPropertySymbols (#4102) Luiz Américo 2018-12-05 02:10:48 -02:00
  • 8eccdd098a Restore createAssigner (fixes compilation of merge and mergeWith) (#4101) Luiz Américo 2018-12-05 02:09:54 -02:00
  • 508d46a7a4 Replace MapCache by Map in memoize (#4094) (#4095) Luiz Américo 2018-12-01 14:09:30 -03:00
  • 3b199c30e0 Remove checks for the Map existence (#4091) Luiz Américo 2018-11-30 13:09:58 -03:00
  • 377e2d87c8 fix: limit the precision when the precision is negative (#4085) LinWei 2018-11-28 23:12:21 +08:00
  • c3740e0847 Remove unnecessary null check in arrayEach (#4082) Luiz Américo 2018-11-25 13:24:43 -02:00
  • 78854835aa Remove support for PhantomJS in arrayLikeKeys (#4081) Luiz Américo 2018-11-25 13:01:03 -02:00
  • 4cae8fb22f Remove support for node v0.10 in arrayLikeKeys (#4079) Luiz Américo 2018-11-25 01:38:47 -02:00
  • 3b96b91991 Call upperFirst directly, instead of capitalize, in camelCase (#4075) (#4077) Luiz Américo 2018-11-24 23:10:56 -02:00
  • 1cb18dfada Revert "Ensure _.pick paths aren't interpolated twice. [closes #3952]" John-David Dalton 2018-11-21 10:23:00 -06:00
  • 136d5253e7 Added arrow function in below files (#4061) Saravyas 2018-11-18 09:03:35 +05:30
  • 580cd4cd1b Remove n_ note for unsupported Node. John-David Dalton 2018-11-15 06:46:03 -08:00
  • f822dd8d70 Add lodash-es description for ES6 scripts (#4035) alireza-mh 2018-11-15 18:13:48 +03:30
  • 1e939919c0 converted to fat arrow function (#4059) Saravyas 2018-11-13 12:44:08 +05:30
  • c4075c18cb Update deps (eslint-plugin-import@2.14.0) Michał Lipiński 2018-10-29 11:31:45 +01:00
  • d9c5082727 add round up description on ceil documentation (#4027) alireza-mh 2018-10-28 18:26:54 +03:30
  • 6bdb8a2f75 Add missing space in uniqWith docblock (#3995) Jacob B 2018-10-10 01:28:28 +02:00
  • 715aae679d add snakeCase example with digit (#3993) Muhammad Abdullah 2018-10-08 19:58:33 +05:00
  • 39a7eae40d Ensure _.pick paths aren't interpolated twice. [closes #3952] John-David Dalton 2018-09-17 22:37:59 -07:00
  • e0cbb4c8e6 Ensure map and set clones contain custom properties of source values. [closes #3951] John-David Dalton 2018-09-17 22:31:34 -07:00
  • 0843bd46ef Bump to v4.17.11. 4.17.11 John-David Dalton 2018-09-11 21:22:46 -07:00
  • 3ac4b261e4 Rebuild lodash and docs. John-David Dalton 2018-09-11 21:22:10 -07:00
  • 349273409f Bump to v4.17.11. 4.17.11-es John-David Dalton 2018-09-11 22:42:07 -07:00
  • db0dbd39a7 Bump to v4.17.11. 4.17.11-amd John-David Dalton 2018-09-11 22:29:45 -07:00
  • 3e273e915d Bump to v4.17.11. 4.17.11-npm John-David Dalton 2018-09-11 22:12:11 -07:00
  • 6018350ac1 Add extended and supplement combining marks ranges (#3932) M Somerville 2018-09-02 23:00:30 +01:00
  • eaa9f36e91 Commit package-lock.json. John-David Dalton 2018-08-31 16:22:41 -07:00
  • 552f94a7db Lint nits. John-David Dalton 2018-08-31 15:35:06 -07:00
  • d8ddc1a15f Add test for indirectly merging Object properties. John-David Dalton 2018-08-31 15:34:40 -07:00
  • e5f9af5418 Remove prototype property check in safeGet(). John-David Dalton 2018-08-31 15:22:17 -07:00
  • 2de676fe76 Ensure placeholder properties are set for fp.convert() results. [closes #3440] John-David Dalton 2018-08-30 23:57:31 -07:00
  • 278c6dd33d Cleanup _.merge tests for function properties. John-David Dalton 2018-08-30 22:58:11 -07:00
  • 79b9d20a91 Fix inconsistent merging of multiple sources to function property sina 2018-06-21 00:54:05 +04:30
  • 6e62e1e8df Cleanup ReDoS test. John-David Dalton 2018-08-30 22:33:55 -07:00
  • 5c08f18d36 Prevent ReDoS Manuel Jasso 2018-08-28 16:07:08 -07:00
  • 90e6199a16 Ensure Object.prototype is not augmented by _.merge. John-David Dalton 2018-08-30 22:06:15 -07:00
  • 4851183757 Update filterObject docs to reference pickBy (#3861) Kevin Cooper 2018-07-10 09:47:19 -07:00
  • ab960bdc96 Clarify doc for range usage with single arg (#3854) Doug Brunner 2018-06-28 16:45:39 -07:00
  • 4ea8c2ec24 Remove unused var from tail(). John-David Dalton 2018-06-15 06:20:07 -04:00
  • 4ba0f8b612 Remove more methods. John-David Dalton 2018-06-15 06:15:16 -04:00
  • 51c562256b Add example of Array slice (#3823) Renjith VK 2018-06-12 20:06:06 +05:30
  • b8dfb7cc14 Create fromEntries.js (#3809) Jason Yu 2018-06-01 14:33:34 +01:00
  • 92a6575137 Avoid skipping set of -0 when an existing +0 exists. [closes #3798] John-David Dalton 2018-05-18 08:36:35 -07:00
  • aff1928482 Tiny style correction in uniqueId and compareMultiple Michał Lipiński 2018-05-15 10:53:07 +02:00
  • 0d361bc7b6 Remove semicolons from sampleSize and baseClone Michał Lipiński 2018-05-15 10:50:43 +02:00
  • 1859802d05 Remove trailing space in slice Michał Lipiński 2018-05-15 10:47:35 +02:00
  • 50860fded2 Added short circuit for typed arrays (#3786) Todd Wolfson 2018-05-13 09:19:32 -07:00
  • 79dc90dfcb Allow compareMultiple to accept compare functions in addition to order strings (#3764) Ryan Homer 2018-05-01 12:22:50 -07:00
  • 04a66a01e2 Update countBy doc example to be more at a glance friendly. [closes #3771] John-David Dalton 2018-05-01 12:21:58 -07:00
  • cc483eda91 Bump to v4.17.10. 4.17.10-es John-David Dalton 2018-04-24 15:35:01 -07:00
  • bbcefc5447 Bump to v4.17.10. 4.17.10-amd John-David Dalton 2018-04-24 15:30:39 -07:00
  • 67389a8c78 Bump to v4.17.10. 4.17.10 John-David Dalton 2018-04-24 15:27:33 -07:00
  • a65fd33603 Rebuild lodash and docs. John-David Dalton 2018-04-24 15:26:43 -07:00
  • fe14140c69 Drop version number from readme. John-David Dalton 2018-04-24 11:05:59 -07:00
  • c4b20a6ea7 Bump to v4.17.10. 4.17.10-npm John-David Dalton 2018-04-24 11:03:11 -07:00
  • 72ef3680a1 Bump to v4.17.9. 4.17.9-npm John-David Dalton 2018-04-24 10:41:51 -07:00
  • f73db1f02c Bump to v4.17.9. 4.17.9-es John-David Dalton 2018-04-24 10:37:38 -07:00
  • cf8bb34a76 Bump to v4.17.9. 4.17.9-amd John-David Dalton 2018-04-24 10:35:43 -07:00
  • b002100433 Bump to v4.17.9. 4.17.9 John-David Dalton 2018-04-24 10:13:34 -07:00
  • 4680cdacc0 Rebuild lodash and docs. John-David Dalton 2018-04-24 10:08:46 -07:00
  • 852988e04a Use util.types to migrate DEP0103 in Node.js. John-David Dalton 2018-04-24 10:00:34 -07:00
  • a9d3ca8737 Updates version on README header (#3767) Evan Brodie 2018-04-23 23:33:12 -04:00
  • 224a256f69 Update _.union documentation (#3758) Tyler 2018-04-17 13:34:50 -07:00
  • da0fad328a Fix inclusion of litteral "+" in rsMisc (#3736) Michal Glaus 2018-04-06 15:52:06 +02:00
  • 546e924be3 Bump to v4.17.8. 4.17.8-es John-David Dalton 2018-03-27 11:19:36 -07:00
  • 363fef0efc internal: use util.types to migrate DEP0103 in Node.js (#3704) Joyee Cheung 2018-03-23 22:31:36 +08:00
  • 6e4cdc0c5e Fix npm link in README.md (#3700) Pahomov 2018-03-22 18:38:18 +03:00