Skip to content

v6.0.0

Latest

Choose a tag to compare

@RobinTail RobinTail released this 15 May 06:01
· 34 commits to main since this release

v6 is for Jennie June

  • Node >= 22.19
  • Zod >= 4.3.4
  • TypeScript support can be provided optionally or loaded asynchronously via a new Integration factory.
  // either
  new Integration({
+  typescript
  });
  // or
-  new Integration();
+  await Integration.create();

Full Changelog: v5.3.0...v6.0.0