Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-06-15)

### Bug Fixes

* clean-up HasWildcard ([68417fe](68417fe))
* default to validation enabled ([a67b0f1](a67b0f1))
* fix exports and build to ESM by default ([0870105](0870105))
* fix inconsistent return, optimize & clean-up types ([5efc117](5efc117))
* keep the listener map internal ([6a884e7](6a884e7))

### Features

* add EventEmitter stub ([1937800](1937800))
* add getListeners to get the listeners for an event or all if omitted ([dda38b5](dda38b5))
* add special catch-call handling case using the "*" event path and refactor ([e3a1feb](e3a1feb))
* add waitFor with timeout and filter support ([2c7fcb4](2c7fcb4))
* add wildcard support ([388ed60](388ed60))
* bootstrap benchmark ([ef0be2a](ef0be2a))
* EventEmitter / EventTarget experiments ([1a29bc0](1a29bc0))
* genesis ([c6752e8](c6752e8))
* restrict publish event type to valid ZodType paths ([6c27b62](6c27b62))
* return eventNames and extract helper types from bus.create ([bad81bb](bad81bb))
* rework benchmarking and add primary benchmarks :slick: ([ed47b96](ed47b96))
  • Loading branch information
semantic-release-bot committed Jun 15, 2023
1 parent 41a2f8a commit 60a5a77
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 1.0.0 (2023-06-15)

### Bug Fixes

- clean-up HasWildcard ([68417fe](https://github.com/3rd/zodbus/commit/68417fefe011c4e4264fb77b743a9ed28d8f9bd0))
- default to validation enabled ([a67b0f1](https://github.com/3rd/zodbus/commit/a67b0f1ce8c2aaec485156d6ada12bc5838dbc9e))
- fix exports and build to ESM by default ([0870105](https://github.com/3rd/zodbus/commit/08701051edbdf14a396d16910f9da5c80eb4e0c2))
- fix inconsistent return, optimize & clean-up types ([5efc117](https://github.com/3rd/zodbus/commit/5efc117e18ed14656ac84b010a4f3e0bcd487f6e))
- keep the listener map internal ([6a884e7](https://github.com/3rd/zodbus/commit/6a884e70a5cfa04bc580bde286e32b1b93b29ad6))

### Features

- add EventEmitter stub ([1937800](https://github.com/3rd/zodbus/commit/1937800e19ea6b5776fb5a9b14c8ce816cefc9c7))
- add getListeners to get the listeners for an event or all if omitted ([dda38b5](https://github.com/3rd/zodbus/commit/dda38b513731cab382b53ded0686eea3d2644a21))
- add special catch-call handling case using the "\*" event path and refactor ([e3a1feb](https://github.com/3rd/zodbus/commit/e3a1febc30dc42eedee593bda73a6a4392214777))
- add waitFor with timeout and filter support ([2c7fcb4](https://github.com/3rd/zodbus/commit/2c7fcb4212219866f33a49a941999b53a2b48fd8))
- add wildcard support ([388ed60](https://github.com/3rd/zodbus/commit/388ed60a6bf08c53fa517d7119e474342dd9c475))
- bootstrap benchmark ([ef0be2a](https://github.com/3rd/zodbus/commit/ef0be2aaa80ddc27c5c1611d50664ce93979512b))
- EventEmitter / EventTarget experiments ([1a29bc0](https://github.com/3rd/zodbus/commit/1a29bc0d67875ce7019ed7fc12898711c498e98b))
- genesis ([c6752e8](https://github.com/3rd/zodbus/commit/c6752e88fbb7e7a0e03d2d44a9310d98a02d8ab8))
- restrict publish event type to valid ZodType paths ([6c27b62](https://github.com/3rd/zodbus/commit/6c27b62b97d18f4c4af1dc6607e8ef7c97838b8b))
- return eventNames and extract helper types from bus.create ([bad81bb](https://github.com/3rd/zodbus/commit/bad81bb1789b46681432a7f730cd0384b59ccdb5))
- rework benchmarking and add primary benchmarks :slick: ([ed47b96](https://github.com/3rd/zodbus/commit/ed47b964314798ae0111f6148c5bd3a7f41827c9))

0 comments on commit 60a5a77

Please sign in to comment.