v6.0.0
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
typesorder in `exports (#122) β οΈ Esm-only dist (89d1bcb)- Add
type: "module"(93e5d41) - Add
"sideEffects": falseto package.json (1eb317a)
β Tests
- Add bundle size test (e58f2e7)
β€οΈ Contributors
- Pooya Parsa (@pi0)
- Vlad (@negezor)
- Kricsleo (@kricsleo)
- Kanon (@ysknsid25)