@thi.ng/memoize 3.0.2 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -35
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,15 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [3.0.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @thi.ng/memoize
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [3.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.0...@thi.ng/memoize@3.0.1) (2021-10-13)
|
|
6
|
+
## [3.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.6...@thi.ng/memoize@3.0.7) (2021-11-03)
|
|
15
7
|
|
|
16
8
|
**Note:** Version bump only for package @thi.ng/memoize
|
|
17
9
|
|
|
@@ -48,53 +40,53 @@ Also:
|
|
|
48
40
|
|
|
49
41
|
|
|
50
42
|
|
|
51
|
-
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.19...@thi.ng/memoize@2.1.0) (2020-08-20)
|
|
43
|
+
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.19...@thi.ng/memoize@2.1.0) (2020-08-20)
|
|
52
44
|
|
|
53
|
-
### Features
|
|
45
|
+
### Features
|
|
54
46
|
|
|
55
|
-
- **memoize:** add doOnce(), update readme ([889e00d](https://github.com/thi-ng/umbrella/commit/889e00d0376cda39f2a7e5848780bdf26f5fc5ca))
|
|
47
|
+
- **memoize:** add doOnce(), update readme ([889e00d](https://github.com/thi-ng/umbrella/commit/889e00d0376cda39f2a7e5848780bdf26f5fc5ca))
|
|
56
48
|
|
|
57
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.1.8...@thi.ng/memoize@2.0.0) (2020-02-25)
|
|
49
|
+
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.1.8...@thi.ng/memoize@2.0.0) (2020-02-25)
|
|
58
50
|
|
|
59
|
-
### Code Refactoring
|
|
51
|
+
### Code Refactoring
|
|
60
52
|
|
|
61
|
-
- **memoize:** update imports ([d6b5614](https://github.com/thi-ng/umbrella/commit/d6b56148ec3ab36f97bc3fce94d7c49a74e81e96))
|
|
53
|
+
- **memoize:** update imports ([d6b5614](https://github.com/thi-ng/umbrella/commit/d6b56148ec3ab36f97bc3fce94d7c49a74e81e96))
|
|
62
54
|
|
|
63
|
-
### BREAKING CHANGES
|
|
55
|
+
### BREAKING CHANGES
|
|
64
56
|
|
|
65
|
-
- **memoize:** replace obsolete Fn type aliases w/ @thi.ng/api types
|
|
57
|
+
- **memoize:** replace obsolete Fn type aliases w/ @thi.ng/api types
|
|
66
58
|
|
|
67
|
-
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.0.9...@thi.ng/memoize@1.1.0) (2019-07-07)
|
|
59
|
+
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.0.9...@thi.ng/memoize@1.1.0) (2019-07-07)
|
|
68
60
|
|
|
69
|
-
### Bug Fixes
|
|
61
|
+
### Bug Fixes
|
|
70
62
|
|
|
71
|
-
- **memoize:** return type memoize1() ([c0dafb9](https://github.com/thi-ng/umbrella/commit/c0dafb9))
|
|
63
|
+
- **memoize:** return type memoize1() ([c0dafb9](https://github.com/thi-ng/umbrella/commit/c0dafb9))
|
|
72
64
|
|
|
73
|
-
### Features
|
|
65
|
+
### Features
|
|
74
66
|
|
|
75
|
-
- **memoize:** enable TS strict compiler flags (refactor) ([a08cc69](https://github.com/thi-ng/umbrella/commit/a08cc69))
|
|
67
|
+
- **memoize:** enable TS strict compiler flags (refactor) ([a08cc69](https://github.com/thi-ng/umbrella/commit/a08cc69))
|
|
76
68
|
|
|
77
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.6...@thi.ng/memoize@1.0.0) (2019-01-21)
|
|
69
|
+
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.2.6...@thi.ng/memoize@1.0.0) (2019-01-21)
|
|
78
70
|
|
|
79
|
-
### Build System
|
|
71
|
+
### Build System
|
|
80
72
|
|
|
81
|
-
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
|
|
73
|
+
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
|
|
82
74
|
|
|
83
|
-
### BREAKING CHANGES
|
|
75
|
+
### BREAKING CHANGES
|
|
84
76
|
|
|
85
|
-
- enabled multi-outputs (ES6 modules, CJS, UMD)
|
|
86
|
-
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
87
|
-
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
|
|
77
|
+
- enabled multi-outputs (ES6 modules, CJS, UMD)
|
|
78
|
+
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
79
|
+
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
|
|
88
80
|
|
|
89
|
-
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.1.2...@thi.ng/memoize@0.2.0) (2018-09-06)
|
|
81
|
+
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@0.1.2...@thi.ng/memoize@0.2.0) (2018-09-06)
|
|
90
82
|
|
|
91
|
-
### Features
|
|
83
|
+
### Features
|
|
92
84
|
|
|
93
|
-
- **memoize:** add defonce() ([61bed88](https://github.com/thi-ng/umbrella/commit/61bed88))
|
|
85
|
+
- **memoize:** add defonce() ([61bed88](https://github.com/thi-ng/umbrella/commit/61bed88))
|
|
94
86
|
|
|
95
|
-
# 0.1.0 (2018-08-08)
|
|
87
|
+
# 0.1.0 (2018-08-08)
|
|
96
88
|
|
|
97
|
-
### Features
|
|
89
|
+
### Features
|
|
98
90
|
|
|
99
|
-
- **memoize:** add [@thi](https://github.com/thi).ng/memoize package ([adc4928](https://github.com/thi-ng/umbrella/commit/adc4928))
|
|
91
|
+
- **memoize:** add [@thi](https://github.com/thi).ng/memoize package ([adc4928](https://github.com/thi-ng/umbrella/commit/adc4928))
|
|
100
92
|
- **memoize:** add optional cache arg for memoizeJ() ([2bc092d](https://github.com/thi-ng/umbrella/commit/2bc092d))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/memoize",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Function memoization with configurable caching",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.0
|
|
37
|
+
"@thi.ng/api": "^8.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@thi.ng/testament": "^0.1.
|
|
40
|
+
"@thi.ng/testament": "^0.1.6"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [
|
|
43
43
|
"cache",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
],
|
|
85
85
|
"year": 2018
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
|
|
88
88
|
}
|