Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 991 Bytes

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 991 Bytes

Changelog

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.

[Unreleased]

[2.0.1] - 2020-05-02

Added

  • CHANGELOG.md
  • .npmignore

Changed

  • Ran npm audit fix

[2.0.0] - 2020-03-22

Major/breaking changes

  • Remove build files

Changed

  • Add type: module to package.json
  • Slightly improve documentation and fix documentation typos
  • Improve code style
  • Switch from Jenkins to Github actions

Added

  • package-lock.json
  • LICENSE file

Removed

  • Gulp

[1.0.2] - 2017-11-26

Changed

  • Package.json main is now the source file, rather than the distribution file. This is for better use of this module in other projects.

Added

  • Tests

[1.0.1] - 2017-11-26

Changed

  • update package.json

[1.1.0] - 2017-11-26

Initial release.