@ouroboros/events
Version:
Package to give the ability to subscribe to and trigger synchronous events in javascript. Useful for passing data around a project without creating import conflicts.
13 lines (9 loc) • 365 B
Markdown
# @ouroboros/events releases
## 1.1.1
- Updated documentation to match changes in 1.0.0 and provide more examples.
## 1.1.0
- Re-structured the project so that JavaScript files are in a seperate directory called **build**.
## 1.0.1
- Fixed bug in the `EventCallback` type.
## 1.0.0
- Overhauled old 0.1.0 version which was pure functions to be more class based.