Releases: sindresorhus/filter-obj
Releases Β· sindresorhus/filter-obj
v5.0.0
Breaking
- Do not ignore symbol properties (#23) 1c166d3
- This is a breaking change since the function predicate passed as argument needs to handle the potential case that the key might be a symbol instead of a string.
Fixes
v4.0.0...v5.0.0
v4.0.0
Breaking
- Require Node.js 14 25fdfe6
- Change from a default export to a named export (#18) 1064082
import filterObject from 'filter-obj'
β import {includeKeys} from 'filter-obj'
Improvements
v3.0.0...v4.0.0