Skip to content

Commit

Permalink
Upd changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pasupulaphani committed May 25, 2020
1 parent f3a82e3 commit 718ad7a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,12 +4,38 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [6.0.0](https://github.com/pasupulaphani/node-cache-redis/releases/tag/v6.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](https://github.com/pasupulaphani/node-cache-redis/releases/tag/v5.1.0) - 2020-05-23

### Changed

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

## [5.0.0](https://github.com/pasupulaphani/node-cache-redis/releases/tag/v5.0.0) - 2020-05-23

### Changed

- LICENCE UPDATE - MIT license

## [4.0.0](https://github.com/pasupulaphani/node-cache-redis/releases/tag/v4.0.0) - 2020-05-17

### Changed

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

## [3.1.0](https://github.com/pasupulaphani/node-cache-redis/releases/tag/v3.1.0) - 2020-05-17

### Changed

- Major cleanup and dependency updates

0 comments on commit 718ad7a

Please sign in to comment.