Skip to content

v6.0.0

Choose a tag to compare

@pi0 pi0 released this 18 Dec 12:18
· 14 commits to main since this release

compare changes

Note

This release makes hookable 20-40x faster (thanks to @negezor) and %79 smaller (-2,258 bytes) when using new HookableCore.

Important

Hook results sometimes might not be a promise. Make sure to await on them.

πŸš€ Enhancements

πŸ”₯ Performance

  • ⚠️ Improve performance, reduce allocations, and avoid promises (#102)

πŸ’… Refactors

πŸ“¦ Build

  • Correct types order in `exports (#122)
  • ⚠️ Esm-only dist (89d1bcb)
  • Add type: "module" (93e5d41)
  • Add "sideEffects": false to package.json (1eb317a)

βœ… Tests

❀️ Contributors