Skip to content

Version 9.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 17 Aug 08:45
· 13 commits to master since this release

Major

  • Updated Node.js support to ^14.17.0 || ^16.0.0 || >= 18.0.0.

Patch

  • Updated dependencies.
  • Removed the @types/stack-utils and stack-utils dependencies; error details are now output in a much simpler and more reliable way.
  • Added a new replace-stack-traces dev dependency for replacing error stack traces in test snapshots, and removed the test helper function simulatePublishedTraces.
  • Updated jsconfig.json:
    • Set compilerOptions.maxNodeModuleJsDepth to 10.
    • Set compilerOptions.module to nodenext.
  • Updated ESLint config.
  • Updated GitHub Actions CI config:
    • Run tests with Node.js v14, v16, v18.
    • Updated actions/checkout to v3.
    • Updated actions/setup-node to v3.
  • Removed redundant JSDoc @ignore tags.
  • Revamped the readme: