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.
- Replaced Travis CI by Github Actions
v2.0.2 - 2020-05-16
- #9 missed inspect rename from b27a42bc
v2.0.1 - 2020-05-05
- #7 findCookies is incompatible with tough-cookie 4
v2.0.0 - 2020-05-03
tough-cookie@4
support.- Code style: ESLint + Standard + Prettier.
- Test coverage.
- JSDoc documentation.
- Refactored module.
- Removed isEmtpy() and isExpired() methods in favor of pure implementation of Store class.
v1.2.0 - 2016-08-09
- Added getAllCookies() method.
- Updated tough-cookie dependency.
- Avoid redundant fs.writeFile() operations on same file.
v1.1.1 - 2016-08-09
- Updated tough-cookie dependency.
v1.1.0 - 2016-02-10
- Added isEmpty() method.
v1.0.0 - 2016-02-10
- Initial version.