Skip to content

v2.0.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@nvie nvie released this 10 Apr 08:44
· 164 commits to main since this release

Breaking changes:

  • icompact, compact, and compactObject functions will now also remove
    null values, not only undefined
  • Support only Node >= 12.x
  • Support only TypeScript versions >= 4.3
  • Drop Flow support

Changes:

  • Modern ESM and CJS dual exports
  • Rewrite the source code in TypeScript