Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

30 lines (27 loc) · 1.41 KB

CHANGELOG

This changelog references the relevant changes done between versions.

To get the diff for a specific change, go to https://github.com/FriendsOfECMAScript/BenGorCookies/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/FriendsOfECMAScript/BenGorCookies/compare/v0.9.0...v0.11.0

  • 0.11.0
  • 0.10.0
    • Updated the package builds to support umd, esm and common versions.
  • 0.9.0
    • Added modern theme with its how to use section in the readme.
    • Removed custom prepend method from DomHelpers.
    • Improved the GoogleTagManager plugin adding support for preview and auth parameters.
    • Configured eslint and stylelint.
    • Replaced non standard mousewheel event by wheel.
    • Added Prettier to make CS more consistent.
    • Added Plugin base class that all the plugin must be implemented.
    • Added missing test classes.
    • Removed support for node5 in TravisCI.
    • Removed non strict equals statements from CookiesHelper.js.
    • Removed Bower support.
    • Rewritten all the code related to dependencies, webpack and distribution packages generation.
    • Ignored yarn-error.log and package-lock.json files.
    • Added node7 and node8 compatiblity in the TravisCI.
    • Removed more use strict statements.
    • Updated license headers.
    • Fixed GFM typos.
  • 0.8.0
    • Added onAcceptCallback property to the Cookies constructor.