Skip to content

Releases: sindresorhus/filter-obj

v6.1.0

27 May 10:48
Compare
Choose a tag to compare

v6.0.0...v6.1.0

v6.0.0

11 Mar 16:35
Compare
Choose a tag to compare

Breaking

Fixes

  • TypeScript: Fix excludeKeys return type when passing in a union of objects (#34) 3cb924c

v5.1.0...v6.0.0

v5.1.0

30 Jul 18:02
Compare
Choose a tag to compare

v5.0.0...v5.1.0

v5.0.0

26 Jul 11:00
Compare
Choose a tag to compare

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

23 Jul 10:25
Compare
Choose a tag to compare

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

v3.0.0

26 Aug 18:53
Compare
Choose a tag to compare

Breaking

v2.0.2...v3.0.0

v2.0.2

06 Apr 09:04
Compare
Choose a tag to compare
  • Handle own '__proto__' keys consistently (#12) 9c97d89

v2.0.1...v2.0.2

v2.0.1

04 Oct 05:22
Compare
Choose a tag to compare
  • Fix TypeScript definition for TypeScript 3.5 05a1fbd

v2.0.0...v2.0.1

v2.0.0

22 Apr 07:11
Compare
Choose a tag to compare

Breaking:

Enhancements:

v1.1.0...v2.0.0