Skip to content

Release v4.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 10:12
· 7 commits to master since this release
  • BREAKING: Drop support for Node.js versions older than v20
  • BREAKING: Removed exportJson method in favor of toJSON
  • BREAKING: Renamed importJson method to importJSON. Importing from a file is no longer supported. Read the file yourself if you need this functionality.
  • Filesystem access is now done using the native fs.promises instead of fs-extra
  • The package is now a hybrid ESM/CJS package