@thi.ng/memoize 3.0.6 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -67
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,47 +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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.5...@thi.ng/memoize@3.0.6) (2021-10-28)
7
-
8
- **Note:** Version bump only for package @thi.ng/memoize
9
-
10
-
11
-
12
-
13
-
14
- ## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.4...@thi.ng/memoize@3.0.5) (2021-10-28)
15
-
16
- **Note:** Version bump only for package @thi.ng/memoize
17
-
18
-
19
-
20
-
21
-
22
- ## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.3...@thi.ng/memoize@3.0.4) (2021-10-25)
23
-
24
- **Note:** Version bump only for package @thi.ng/memoize
25
-
26
-
27
-
28
-
29
-
30
- ## [3.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.2...@thi.ng/memoize@3.0.3) (2021-10-15)
31
-
32
- **Note:** Version bump only for package @thi.ng/memoize
33
-
34
-
35
-
36
-
37
-
38
- ## [3.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@3.0.1...@thi.ng/memoize@3.0.2) (2021-10-15)
39
-
40
- **Note:** Version bump only for package @thi.ng/memoize
41
-
42
-
43
-
44
-
45
-
46
- ## [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)
47
7
 
48
8
  **Note:** Version bump only for package @thi.ng/memoize
49
9
 
@@ -80,53 +40,53 @@ Also:
80
40
 
81
41
 
82
42
 
83
- # [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)
84
44
 
85
- ### Features
45
+ ### Features
86
46
 
87
- - **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))
88
48
 
89
- # [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)
90
50
 
91
- ### Code Refactoring
51
+ ### Code Refactoring
92
52
 
93
- - **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))
94
54
 
95
- ### BREAKING CHANGES
55
+ ### BREAKING CHANGES
96
56
 
97
- - **memoize:** replace obsolete Fn type aliases w/ @thi.ng/api types
57
+ - **memoize:** replace obsolete Fn type aliases w/ @thi.ng/api types
98
58
 
99
- # [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)
100
60
 
101
- ### Bug Fixes
61
+ ### Bug Fixes
102
62
 
103
- - **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))
104
64
 
105
- ### Features
65
+ ### Features
106
66
 
107
- - **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))
108
68
 
109
- # [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)
110
70
 
111
- ### Build System
71
+ ### Build System
112
72
 
113
- - 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))
114
74
 
115
- ### BREAKING CHANGES
75
+ ### BREAKING CHANGES
116
76
 
117
- - enabled multi-outputs (ES6 modules, CJS, UMD)
118
- - build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
119
- - 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.
120
80
 
121
- # [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)
122
82
 
123
- ### Features
83
+ ### Features
124
84
 
125
- - **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))
126
86
 
127
- # 0.1.0 (2018-08-08)
87
+ # 0.1.0 (2018-08-08)
128
88
 
129
- ### Features
89
+ ### Features
130
90
 
131
- - **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))
132
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.6",
3
+ "version": "3.0.7",
4
4
  "description": "Function memoization with configurable caching",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,7 +34,7 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.6"
37
+ "@thi.ng/api": "^8.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@thi.ng/testament": "^0.1.6"
@@ -84,5 +84,5 @@
84
84
  ],
85
85
  "year": 2018
86
86
  },
87
- "gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
87
+ "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
88
88
  }