Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.4.7...v2.0.0) (2023-03-17)

### Features

* **typescript:** migrate to typescript ([#56](#56)) ([52fa531](52fa531))

### BREAKING CHANGES

* **typescript:** this changes the getKey parameters 😭

* chore(deps): update deps

* feat(ts): add callback values, noissue

* chore: rm editorconfig

* chore(lint): fix lint

* chore(ts): remove deprecation warnings

BREAKING CHANGES: Change in the `options.getKey(...args)` => `options.getKeys(args)` args is contained in first parameter.
  • Loading branch information
5app-Machine committed Mar 17, 2023
1 parent 52fa531 commit 1a4c20e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [2.0.0](https://github.com/5app/memoize/compare/v1.4.7...v2.0.0) (2023-03-17)


### Features

* **typescript:** migrate to typescript ([#56](https://github.com/5app/memoize/issues/56)) ([52fa531](https://github.com/5app/memoize/commit/52fa5315f017ac3b07736cef6b44bd326dca28b3))


### BREAKING CHANGES

* **typescript:** this changes the getKey parameters 😭

* chore(deps): update deps

* feat(ts): add callback values, noissue

* chore: rm editorconfig

* chore(lint): fix lint

* chore(ts): remove deprecation warnings


BREAKING CHANGES: Change in the `options.getKey(...args)` => `options.getKeys(args)` args is contained in first parameter.

## [1.4.7](https://github.com/5app/memoize/compare/v1.4.6...v1.4.7) (2022-09-07)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@5app/memoize",
"version": "1.4.7",
"version": "2.0.0",
"description": "Memoize decorator",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 1a4c20e

Please # to comment.