Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

70 lines (43 loc) · 3.97 KB

1.1.3 (2024-05-17)

Bug Fixes

1.1.0 (2024-05-17)

Bug Fixes

  • make sure zod is not bundled (2089f31)

Features

  • add InferBusType, InferPublishHandler, InferSubscribeHandler helpers (980408c)
  • export InferSubscriptionKey and InferPublishKey helpers (6322818)

1.1.0 (2024-05-17)

Features

  • add InferBusType, InferPublishHandler, InferSubscribeHandler helpers (980408c)

1.0.4 (2024-02-26)

Bug Fixes

  • typings mapping & clean-up (5b3cc4a)

1.0.3 (2023-06-15)

Bug Fixes

  • move README.md to the right place (dbc03d3)

1.0.2 (2023-06-15)

Bug Fixes

  • always include "*" as a valid subscription key (787c2e6)

1.0.1 (2023-06-15)

Bug Fixes

  • fix types not built on CI (f1ed4de)

1.0.0 (2023-06-15)

Bug Fixes

  • 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)

Features

  • 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)