Skip to content

Releases: JFusco/es6-event-emitter

v1.10.2

31 Aug 01:17
Compare
Choose a tag to compare

Patch Release

Updates
  • Remove restriction on node and npm version in package.json - issue #7

v1.10.1

27 Aug 17:33
Compare
Choose a tag to compare

Patch Release

Updates
  • Update README to include once and destroy methods

v1.10.0

27 Aug 17:26
Compare
Choose a tag to compare

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

18 Mar 20:38
Compare
Choose a tag to compare

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

13 Mar 12:24
Compare
Choose a tag to compare

Patch

Updates
  • Update package version 👎

v1.7.3

13 Mar 12:21
Compare
Choose a tag to compare

Minor Release

Updates
  • Update tests to include coverage
  • Add istanbul and isparta-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

v1.6.3

11 Mar 19:58
Compare
Choose a tag to compare

Minor Release

Updates
  • Update devDependencies to latest versions of libs.
  • Clean up and add more detailed documentation in the README file
  • Update to webpack 2 and change karma.config accordingly
  • Remove gulp-esdocs dependency as it's not being used

v1.5.2

11 Sep 21:56
Compare
Choose a tag to compare

Patch

Minor changes
  • Merging PR that removes .babelrc and adds npmignore file
  • Updating dev dependencies
  • Removing babel-runtime as a dependency

v1.5.1

18 Jun 16:13
Compare
Choose a tag to compare

Patch

Minor changes
  • Fixing .travis.yml formatting
  • Removing travis file from editorconfig

v.1.5.0

18 Jun 16:17
Compare
Choose a tag to compare

Minor Release

Changes
  • Updating all development dependencies
  • Separating tests by method name
  • Adding -spec files to ESLint and watch tasks
  • Adding editorconfig file to unify coding styles
Breaking Changes
  • None