Skip to content

Commit

Permalink
chore(release): 3.0.0 # [3.0.0](v2.0.0...v3.0.0) (2020-05-08)
Browse files Browse the repository at this point in the history
### Performance Improvements

* Base storage only touches and get tags if tag list is not empty ([22b8d3a](22b8d3a))

### BREAKING CHANGES

* fixed typings for get/set and managers. Throw errors if executor returns undefined. Executor should always return value or null - for emptiness

fix: Remove undefined as get return type.

Also removed `E extends Executor<R>` type parameter.

`Record.value` is always defined.

WriteOptions now has type parameter used in getTags signature.

Throw an error if executor returns undefined.
  • Loading branch information
semantic-release-bot committed May 8, 2020
1 parent 24e6ac3 commit 36c8db0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [3.0.0](https://github.com/TinkoffCreditSystems/cachalot/compare/v2.0.0...v3.0.0) (2020-05-08)


### Performance Improvements

* Base storage only touches and get tags if tag list is not empty ([22b8d3a](https://github.com/TinkoffCreditSystems/cachalot/commit/22b8d3a))


### BREAKING CHANGES

* fixed typings for get/set and managers. Throw errors if executor returns undefined. Executor should always return value or null - for emptiness

fix: Remove undefined as get return type.

Also removed `E extends Executor<R>` type parameter.

`Record.value` is always defined.

WriteOptions now has type parameter used in getTags signature.

Throw an error if executor returns undefined.

# [2.0.0](https://github.com/TinkoffCreditSystems/cachalot/compare/v1.6.0...v2.0.0) (2020-03-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cachalot",
"version": "2.0.0",
"version": "3.0.0",
"description": "Cache manager for nodejs with support different cache strategies",
"keywords": [
"cache",
Expand Down

0 comments on commit 36c8db0

Please sign in to comment.