Releases: JFusco/es6-event-emitter
Releases · JFusco/es6-event-emitter
v1.10.2
v1.10.1
v1.10.0
Minor Release
Updates
- Add once method to emitter.js and change on method to accept a once boolean
- Add functionality to trigger to remove any once listeners that have already been called once.
- Update build dependencies to latest versions
- Update editorconfig to accept spaces intead of tabs
- Add destroy method to remove weakmap and sets eventLength to 0
- Add unit tests for destroy and once
v1.8.2
Minor Release
Updates
- Add auto versioning and publishing
- Add deploy configuration in travis to auto deploy builds once tests and builds have passed
- Add encrypted api key for npm to be able to auto publish
- Fix travis.yml formatting issues
- Add node engine version to package.json and update accordingly in travis config
v1.7.4
v1.7.3
Minor Release
Updates
- Update tests to include coverage
- Add
istanbul
andisparta-loader
to the karma configuration to get coverage reports on the test suite - Update readme to include a link to the test coverage report
- Update karma config to use webpack 2.0 rules instead of loaders