1.1.3 (2024-05-17)
- publish (4ee3856)
1.1.0 (2024-05-17)
- make sure zod is not bundled (2089f31)
- add InferBusType, InferPublishHandler, InferSubscribeHandler helpers (980408c)
- export InferSubscriptionKey and InferPublishKey helpers (6322818)
1.1.0 (2024-05-17)
- add InferBusType, InferPublishHandler, InferSubscribeHandler helpers (980408c)
1.0.4 (2024-02-26)
- typings mapping & clean-up (5b3cc4a)
1.0.3 (2023-06-15)
- move README.md to the right place (dbc03d3)
1.0.2 (2023-06-15)
- always include "*" as a valid subscription key (787c2e6)
1.0.1 (2023-06-15)
- fix types not built on CI (f1ed4de)
- clean-up HasWildcard (68417fe)
- default to validation enabled (a67b0f1)
- fix exports and build to ESM by default (0870105)
- fix inconsistent return, optimize & clean-up types (5efc117)
- keep the listener map internal (6a884e7)
- add EventEmitter stub (1937800)
- add getListeners to get the listeners for an event or all if omitted (dda38b5)
- add special catch-call handling case using the "*" event path and refactor (e3a1feb)
- add waitFor with timeout and filter support (2c7fcb4)
- add wildcard support (388ed60)
- bootstrap benchmark (ef0be2a)
- EventEmitter / EventTarget experiments (1a29bc0)
- genesis (c6752e8)
- restrict publish event type to valid ZodType paths (6c27b62)
- return eventNames and extract helper types from bus.create (bad81bb)
- rework benchmarking and add primary benchmarks :slick: (ed47b96)