- f4eed6e: Decouple React hooks from core event emitters. The root entry point (
use-custom-event) and broadcast entry point (use-custom-event/broadcast) no longer depend on React. Import fromuse-custom-event/reactoruse-custom-event/broadcast/reactfor React hook support. - f2d070d: Replace zod with standard-schema support. Any validation library that implements the Standard Schema interface (zod 3.24+, valibot, arktype, etc.) can now be used instead of requiring zod specifically.
- Fix wrong
thisissue
- support for Broadcast Channel API
- fix types for nodenext resolution
- initial stable release
- Fix types and add keywords to package.json
- pre-release