Skip to content

v22.0.0

Choose a tag to compare

@brandonlehmann brandonlehmann released this 03 Apr 21:57
· 1 commit to master since this release
4da6c50

What's Changed

  • Bump minimum Node to >=22, package version to 22.0.0
  • Migrate test framework from mocha/ts-node to node:test/tsx
  • Add Mikrotik.destroy() to properly clean up SSH connection and cache timer
  • Remove abort-controller polyfill (built-in since Node 15)
  • Update @gibme/cache and @gibme/ssh to ^22.0.0
  • Migrate CI publishing to OIDC trusted publishing
  • Bump GitHub Actions to v4, fix docs workflow matrix bug
  • Clean up tsconfig: remove downlevelIteration, dom, scripthost; add rootDir
  • Bump TypeScript target to es2024
  • Improve README with full API documentation