Skip to content

Releases: marklagendijk/lodash-deep

Lodash native duplication removal

04 Mar 00:22
Compare
Choose a tag to compare

The 2.0 version will start out with only 1 method: _.deepMapValues. All other methods are now natively covered by Lodash.

New "_.deepDefault" method

21 Mar 08:54
Compare
Choose a tag to compare
  • New _.deepDefault method, thanks @paulbalomiri for the idea.
  • Several bugfixes thanks everyone for reporting and helping to fix.

Several improvements and bug fixes, new "_.deepPluck" callback methods

02 Jan 14:54
Compare
Choose a tag to compare
  • UMD support #23, by @spenceralger
  • Faster and better parsing of string based propertyPaths #24, by @spenceralger
  • _.deepPluck and _.deepHas now work with string properties #25, by @beaugunderson
  • New "_.deepPluck" callback methods
    • _.deepFindIndex
    • _.deepFindLastIndex
    • _.deepFirst
    • _.deepFlatten
    • _.deepInitial
    • _.deepLast
    • _.deepLastIndexOf
    • _.deepRemove
    • _.deepRest
    • _.deepSortedIndex
    • _.deepUniq
    • _.deepCountBy
    • _.deepEvery
    • _.deepFilter
    • _.deepFind
    • _.deepGroupBy
    • _.deepIndexBy
    • _.deepMax
    • _.deepMin
    • _.deepReject
    • _.deepSome
    • _.deepSortBy
    • _.deepFindKey
    • _.deepFindLastKey

Improved Gulp / Karma config

23 Sep 11:34
Compare
Choose a tag to compare
  • Updated devDependencies
  • Moved Node testing to Gulp
  • Sauce Labs browser testing

Fix badges in NPM readme

22 Sep 22:23
Compare
Choose a tag to compare
1.4.1

Fix broken badges in NPM

New methods, Node.js testing and TravisCI integration

22 Sep 22:15
Compare
Choose a tag to compare
  • New methods _.deepCall and _.deepApply, as requested by @lazutkin
  • New method _.deepMapValues, requested and implemented by @markalfred
  • Ability to run tests via Node.
  • TravisCI integration
  • Several badges (NPM, build status, depency status)
  • Fixed Node bug

Several improvements and bug fixes

18 Sep 20:05
Compare
Choose a tag to compare
  • Added support for '.' in property names.
  • Added support for specifying propertyPath as array.
  • Improved and documented support for array indices in propertyPath (fixes #10).
  • Don't extend global lodash in Node environments (fixes #7).
  • Added contributors section to README. Thanks @yoshokatana for all your help (#10, #11, #12)!

Better Node.js detection

17 Jun 20:19
Compare
Choose a tag to compare
Fixed #3

Better Node.js detection.

Shorter names

16 Jun 12:40
Compare
Choose a tag to compare

More concise method names.

Name tweak

04 Mar 09:03
Compare
Choose a tag to compare

Renamed this package from lodash.deep to lodash-deep to prevent conflicts with Lodash' automatically created Node.js packages.