All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Move
@vueuse/shared
to dependencies so it can detect current Vue instance
- Subscribe off handler checking if function type or not (safety check)
- Breakchange: Now there is no default export, please check README installation part.
Before:
import emitter from 'vue3-emitter'
After:
import { emitter } from 'vue3-emitter'
- Jest unit tests
- Vue functional components: Emit & Listen
- UMD build
- Package isn't an ES module (Jest doesn't support them yet)
- Initial release