Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 2.05 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.

[v2.0.3] - 2020-09-28

Changed

  • Replaced Travis CI by Github Actions

v2.0.2 - 2020-05-16

Fixed

  • #9 missed inspect rename from b27a42bc

v2.0.1 - 2020-05-05

Fixed

  • #7 findCookies is incompatible with tough-cookie 4

v2.0.0 - 2020-05-03

Added

  • tough-cookie@4 support.
  • Code style: ESLint + Standard + Prettier.
  • Test coverage.
  • JSDoc documentation.

Changed

  • Refactored module.

Removed

  • Removed isEmtpy() and isExpired() methods in favor of pure implementation of Store class.

v1.2.0 - 2016-08-09

Added

  • Added getAllCookies() method.

Changed

  • Updated tough-cookie dependency.

Fixed

  • Avoid redundant fs.writeFile() operations on same file.

v1.1.1 - 2016-08-09

Changed

  • Updated tough-cookie dependency.

v1.1.0 - 2016-02-10

Added

  • Added isEmpty() method.

v1.0.0 - 2016-02-10

  • Initial version.