Skip to content

v2.0.0

Latest

Choose a tag to compare

@privatenumber privatenumber released this 27 Feb 17:59

2.0.0 (2026-02-27)

Bug Fixes

  • add update hint to snapshot mismatch error (2649084)

Features

  • add agent SKILL (a8ad89d)
  • drop CommonJS support, ESM-only package (0aa153a)
  • raise minimum Node.js version to 20.20.0 (03eae4e)
  • use AsyncLocalStorage for implicit context (d28f795)

BREAKING CHANGES

  • CommonJS require('manten') is no longer supported. Use ESM import instead.
  • All APIs are now standalone imports. Callbacks no longer receive test, describe, onFinish, skip, onTestFail, onTestFinish, or expectSnapshot. testSuite and runTestSuite are removed.
  • minimum Node.js version raised from 18.17.0 to 20.20.0