Skip to content

v2.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nvie nvie released this 10 Apr 08:44
· 106 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