Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (43 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

55 lines (43 loc) · 1.72 KB

Changelog for CoCart - JavaScript Library

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.

1.1.0 - 1st June, 2021

  • NEW: Added new option to authorize via OAuth 1.0a
  • Fixed: Request API without authorization.
  • Changed: Default version is now cocart/v2

Dev Dependencies Updated

  • Bumped: babel/cli : 7.14.3
  • Bumped: babel/core : 7.14.3
  • Bumped: babel/plugin-transform-modules-commonjs : 7.14.0
  • Bumped: babel/preset-env : 7.14.4
  • Bumped: babel-jest : 27.0.2
  • Bumped: eslint : 7.27.0
  • Bumped: eslint-config-prettier : 8.3.0
  • Bumped: eslint-config-standard : 16.0.3
  • Bumped: eslint-plugin-import : 2.23.4
  • Bumped: eslint-plugin-jest : 24.3.6
  • Bumped: eslint-plugin-prettier : 3.4.0
  • Bumped: eslint-plugin-promise : 5.1.0
  • Bumped: husky : 6.0.0
  • Bumped: jest : 23.0.3
  • Bumped: lint-staged : 11.0.0
  • Bumped: nock : 13.1.0
  • Bumped: prettier : 2.3.0

1.0.1 - 15th March 2021

  • Added: Support for API v2. API v1 is still the default version until CoCart v3 is released.

Dev Dependencies Updated

  • Bumped: babel/cli : 7.13.10
  • Bumped: babel/core : 7.13.10
  • Bumped: babel/plugin-transform-modules-commonjs : 7.13.8
  • Bumped: babel/preset-env : 7.13.10
  • Bumped: eslint-config-prettier : 8.1.0
  • Bumped: eslint-plugin-jest : 24.3.1
  • Bumped: eslint-plugin-prettier : 3.3.1
  • Bumped: eslint-plugin-promise : 4.3.1
  • Bumped: husky : 5.1.3
  • Bumped: lint-staged : 10.5.4
  • Bumped: nock : 13.0.11
  • Bumped: prettier : 2.2.1

1.0.0 - 24th November 2020

  • Initial version.