Releases: hypernym-studio/emitter
Releases · hypernym-studio/emitter
v2.3.3
What's Changed
Breaking Changes
If you use Emitter from a CDN via a script tag, the default ESM (minified) file extension is now .js.
ESM (minified)
<script type="module">
- import { createEmitter } from 'https://unpkg.com/@hypernym/emitter/dist/index.min.mjs'
+ import { createEmitter } from 'https://unpkg.com/@hypernym/emitter/dist/index.min.js'
const emitter = createEmitter()
</script>Full Changelog: v2.3.2...v2.3.3
v2.3.2
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
New Features
- feat: add new off method by @ivodolenc in #4
Full Changelog: v2.0.2...v2.3.0
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.0.2
v1.0.1
What's Changed
- fix: add missing
fndeclaration by @ivodolenc in #1
New Contributors
- @ivodolenc made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial Release
Full Changelog: https://github.com/hypernym-studio/emitter/commits/v1.0.0