Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

66 lines (34 loc) · 1.65 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

6.4.2 - 2021-04-27

Fixed

  • Updated dependecies: redis and generic-pool

6.4.1 - 2021-04-27

Fixed

6.3.1 - 2021-03-14

Fixed

  • Fix typo in defaulTtlInS

6.2.0 - 2021-02-06

Added

  • Added type definition files

6.0.0 - 2020-05-25

Added

  • Typescipt
  • Ability to unset defaultTtl

Fixed

  • Do not fallback to defaultTtl when ttl override is invalid

5.1.0 - 2020-05-23

Changed

  • Using ES6 classes
  • Renamed prop ttlInSeconds to defaultTtlInS in redisCache.init.

5.0.0 - 2020-05-23

Changed

  • LICENCE UPDATE - MIT license

4.0.0 - 2020-05-17

Changed

  • BREAKING CHANGE - Remove RedisCache class. Move RedisCache to module.

3.1.0 - 2020-05-17

Changed

  • Major cleanup and dependency updates