v2.2.16
π₯ Breaking Changes
None! Safe to upgrade!
π New Features
- Updates the
Object#isEqual
function to include aremoveEmptyValues
option for object types. Whentrue
, any key with a value that matches one of theemptyValues
option will be removed from the object before checking for equality.
π Bug Fixes
None!