Releases: sindresorhus/map-obj
Releases · sindresorhus/map-obj
v6.0.0
Breaking
- Require Node.js 20 0831322
- Pass original input object as mapper third argument when
{deep: true}c8c783d- Previously, it passed in the object at the current level of recursion, which didn't make much sense.
Improvements
- Add support for
Symbolkeys withincludeSymbolsoption c1b5027 - Fix: Prevent stack overflow with complex objects 28d61f4
- Fix deep mapper parameter TypeScript types fcdf14b
v5.0.2
- Ignore
Blobobjects when mapping 5a52e66
v5.0.1
v5.0.0
v4.3.0
- Add
mapObject.mapObjectSkipfor removing object keys (#38) 9ee1876
v4.2.1
v4.2.0
v4.1.0
- Validate the input object 5c6203e