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.
- ES6 module export added
- Added export function as ES6 module
- Added a .gitignore file
- First commit of this Changelog file into repo
- First public release
- First public release with just package.json and the main source file.