Skip to content

Commit 1a4c20e

Browse files
committed
chore(release): 2.0.0 [skip ci]
# [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.
1 parent 52fa531 commit 1a4c20e

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [2.0.0](https://github.com/5app/memoize/compare/v1.4.7...v2.0.0) (2023-03-17)
2+
3+
4+
### Features
5+
6+
* **typescript:** migrate to typescript ([#56](https://github.com/5app/memoize/issues/56)) ([52fa531](https://github.com/5app/memoize/commit/52fa5315f017ac3b07736cef6b44bd326dca28b3))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **typescript:** this changes the getKey parameters 😭
12+
13+
* chore(deps): update deps
14+
15+
* feat(ts): add callback values, noissue
16+
17+
* chore: rm editorconfig
18+
19+
* chore(lint): fix lint
20+
21+
* chore(ts): remove deprecation warnings
22+
23+
24+
BREAKING CHANGES: Change in the `options.getKey(...args)` => `options.getKeys(args)` args is contained in first parameter.
25+
126
## [1.4.7](https://github.com/5app/memoize/compare/v1.4.6...v1.4.7) (2022-09-07)
227

328

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@5app/memoize",
3-
"version": "1.4.7",
3+
"version": "2.0.0",
44
"description": "Memoize decorator",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)