Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

56 lines (43 loc) · 1.87 KB

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.

0.2.2 - 2020-03-02

Updated

  • README use instruction.

0.2.1 - 2019-11-20

Updated

  • Node packages with security alert.

0.2.0 - 2018-11-28

Fixed

  • Switch to require instead of import because module uses module.exports
  • NPM audit fix

0.1.1 - 2018-10-25

Fixed

  • When not used the sitewide banners package a TypeError was thrown because the banners array was not empty but with an undefined object.

0.1.0 - 2018-10-01

Changed

  • Updated endpoint calls to use BigCommerce v3 API since previos form is deprecated now. This had the effect to us removing the test banner creation since Banners are not yet on v3.

Added

  • Information about transpiled files on webpack.common.js files.

[0.0.3] - 2018-02-23

Added

  • This document

Changed

  • Include WebPack in default Grunt tasks
  • ESLint to ignore Gruntfile

0.0.2 - 2018-02-19

Fixed

  • Minor cleanup of dependencies

0.0.1 - 2018-02-17

Added

  • Initial project