Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 808 Bytes

CHANGELOG.md

File metadata and controls

22 lines (18 loc) · 808 Bytes

Changelog for "ieventbus" package

This file documents the changes made to the package, ordered by the version numbers that the change was published under on NPM.
This project follows Semantic Versioning.

  • MAJOR version updates means incompatible API changes,
  • MINOR version updates means added functionality or change of implementation in a backwards-compatible manner
  • PATCH version means bug fixes or minor updates that are backwards-compatible.

[0.1.1] - 21/07/19

Highlight

  • ES6 module export added

Added

  • Added export function as ES6 module
  • Added a .gitignore file
  • First commit of this Changelog file into repo

[0.1.0] - 22/07/19

Highlight

  • First public release

Notes

  • First public release with just package.json and the main source file.