v4.0.0
·
71 commits
to main
since this release
4.0.0 (2025-03-20)
Bug Fixes
- EventEmitter: propagate default event result (b35b3d1)
Code Refactoring
- Connect: change Connect.Params type to more conventional URLSearcParams (d736aff)
Features
- EventEmitter: add type and runtime validation (e1f787e)
- util: make objectEntries accepting a null input value (1933c3e)
BREAKING CHANGES
- Connect: Connect.Params type change from Record<string,string> to URLSearcParams