@thi.ng/rstream-log 5.1.53 → 5.1.54

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 +3 -226
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -64,228 +66,3 @@ and/or version bumps of transitive dependencies.
64
66
 
65
67
  - deprecate LogEntry ([ef46381](https://github.com/thi-ng/umbrella/commit/ef46381))
66
68
  - use migrated type from [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/main/packages/logger) pkg
67
-
68
- ## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.1.0) (2021-11-17)
69
-
70
- #### 🚀 Features
71
-
72
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
73
- Improving the overall build ergonomics
74
- - introduced a tools workspaces
75
- - imported it in all needed packages/examples
76
- - inclusive project root
77
-
78
- #### ♻️ Refactoring
79
-
80
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
81
- this commit reverts (partly) changes made in:
82
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
83
- overall purpose is better testament ergonomics:
84
- instead of having to pass NODE_OPTIONS with every invocation
85
- having a binary to handle this for us.
86
-
87
- ### [4.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.1) (2021-10-13)
88
-
89
- #### ♻️ Refactoring
90
-
91
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
92
- - add .js suffix for all relative imports
93
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
94
-
95
- # [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@4.0.0) (2021-10-12)
96
-
97
- #### 🛑 Breaking changes
98
-
99
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
100
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
101
- - only ESM modules will be published from now on
102
- - CJS obsolete due to ESM support in recent versions of node:
103
- - i.e. launch NodeJS via:
104
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
105
- - in the node REPL use `await import(...)` instead of `require()`
106
- - UMD obsolete due to widespread browser support for ESM
107
- Also:
108
- - normalize/restructure/reorg all package.json files
109
- - cleanup all build scripts, remove obsolete
110
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
111
-
112
- #### ♻️ Refactoring
113
-
114
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
115
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
116
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
117
- - update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
118
- - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
119
- - largely related to recent updates/restructuring of these packages:
120
- - api
121
- - defmulti
122
- - errors
123
- - logger
124
- - update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
125
- - minor pkg restructure ([761de32](https://github.com/thi-ng/umbrella/commit/761de32))
126
-
127
- ## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.2.0) (2021-01-13)
128
-
129
- #### 🚀 Features
130
-
131
- - update default body format for formatString() ([841b062](https://github.com/thi-ng/umbrella/commit/841b062))
132
- - use [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/main/packages/strings) stringify() as default body format to automatically
133
- JSON.stringify array/objects
134
- - update deps & tests
135
-
136
- ### [3.1.52](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.52) (2020-12-07)
137
-
138
- #### ♻️ Refactoring
139
-
140
- - update type-only imports ([479706b](https://github.com/thi-ng/umbrella/commit/479706b))
141
-
142
- ### [3.1.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.10) (2020-02-25)
143
-
144
- #### ♻️ Refactoring
145
-
146
- - update imports ([77a672f](https://github.com/thi-ng/umbrella/commit/77a672f))
147
-
148
- ### [3.1.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.5) (2019-09-21)
149
-
150
- #### ♻️ Refactoring
151
-
152
- - fix [#121](https://github.com/thi-ng/umbrella/issues/121), add shared log() method ([4ebf20e](https://github.com/thi-ng/umbrella/commit/4ebf20e))
153
-
154
- ### [3.1.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.4) (2019-08-21)
155
-
156
- #### ♻️ Refactoring
157
-
158
- - update Logger ctor to new rstream API ([30a0276](https://github.com/thi-ng/umbrella/commit/30a0276))
159
-
160
- ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.1.0) (2019-07-07)
161
-
162
- #### 🚀 Features
163
-
164
- - add maskSecrets() format xform ([481a65d](https://github.com/thi-ng/umbrella/commit/481a65d))
165
-
166
- #### ♻️ Refactoring
167
-
168
- - TS strictNullChecks ([29ef1a5](https://github.com/thi-ng/umbrella/commit/29ef1a5))
169
-
170
- ### [3.0.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.13) (2019-04-26)
171
-
172
- #### ♻️ Refactoring
173
-
174
- - simplify level lookup in formatters ([1bebecd](https://github.com/thi-ng/umbrella/commit/1bebecd))
175
-
176
- ### [3.0.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.12) (2019-04-24)
177
-
178
- #### ♻️ Refactoring
179
-
180
- - update to use base types from [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) pkg ([ef9bf8d](https://github.com/thi-ng/umbrella/commit/ef9bf8d))
181
-
182
- # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@3.0.0) (2019-03-19)
183
-
184
- #### 🛑 Breaking changes
185
-
186
- - remove obsolete writeFile() fn ([1354171](https://github.com/thi-ng/umbrella/commit/1354171))
187
- - BREAKING CHANGE: migrate writeFile() to new pkg [@thi.ng/rstream-log-file](https://github.com/thi-ng/umbrella/tree/main/packages/rstream-log-file)
188
-
189
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@2.0.0) (2019-01-21)
190
-
191
- #### 🛑 Breaking changes
192
-
193
- - update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
194
- - BREAKING CHANGE: enable multi-outputs (ES6 modules, CJS, UMD)
195
- - build scripts now first build ES6 modules in package root, then call
196
- `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
197
- - all imports MUST be updated to only refer to package level
198
- (not individual files anymore). tree shaking in user land will get rid of
199
- all unused imported symbols
200
-
201
- #### 🩹 Bug fixes
202
-
203
- - remove __Level reverse enum lookup, update Level (non const) ([d89f28f](https://github.com/thi-ng/umbrella/commit/d89f28f))
204
-
205
- #### ♻️ Refactoring
206
-
207
- - use arrow fns ([14c00b2](https://github.com/thi-ng/umbrella/commit/14c00b2))
208
- - use rstream nextID() util (fix regression) ([3e1467f](https://github.com/thi-ng/umbrella/commit/3e1467f))
209
-
210
- ### [1.0.60](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.60) (2018-09-24)
211
-
212
- #### ⏱ Performance improvements
213
-
214
- - `Level` => const enum ([fc6a4d3](https://github.com/thi-ng/umbrella/commit/fc6a4d3))
215
- - export `__Level` for reverse lookups
216
-
217
- ### [1.0.16](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.16) (2018-05-10)
218
-
219
- #### ♻️ Refactoring
220
-
221
- - update deps & imports in all packages due to [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) split ([bc45636](https://github.com/thi-ng/umbrella/commit/bc45636))
222
-
223
- ### [1.0.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.4) (2018-04-18)
224
-
225
- #### 🩹 Bug fixes
226
-
227
- - ID handling in Logger ctor ([3087776](https://github.com/thi-ng/umbrella/commit/3087776))
228
-
229
- #### ♻️ Refactoring
230
-
231
- - minor update matchID() ([08af60a](https://github.com/thi-ng/umbrella/commit/08af60a))
232
-
233
- # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@1.0.0) (2018-04-15)
234
-
235
- #### 🛑 Breaking changes
236
-
237
- - update package structure & readme example ([e6c75b4](https://github.com/thi-ng/umbrella/commit/e6c75b4))
238
- - BREAKING CHANGE: update package structure
239
- - rename src/transform => src/xform
240
- - move src/format.ts => src/xform/format.ts
241
-
242
- ## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.6.0) (2018-03-21)
243
-
244
- #### 🚀 Features
245
-
246
- - update error handling, add [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/main/packages/api) dep ([8a3e72e](https://github.com/thi-ng/umbrella/commit/8a3e72e))
247
-
248
- ### [0.5.40](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.40) (2018-03-21)
249
-
250
- #### ♻️ Refactoring
251
-
252
- - update Logger ctor arg handling ([2a1264a](https://github.com/thi-ng/umbrella/commit/2a1264a))
253
-
254
- ### [0.5.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.17) (2018-02-18)
255
-
256
- #### ♻️ Refactoring
257
-
258
- - update Logger ctor due to changes in StreamMerge ([5a728cb](https://github.com/thi-ng/umbrella/commit/5a728cb))
259
- - mark Logger instance as infinite stream merge (non-closing)
260
-
261
- ### [0.5.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.1) (2018-01-26)
262
-
263
- #### 🩹 Bug fixes
264
-
265
- - imports ([76c6734](https://github.com/thi-ng/umbrella/commit/76c6734))
266
-
267
- ## [0.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.5.0) (2018-01-26)
268
-
269
- #### 🩹 Bug fixes
270
-
271
- - update module re-exports ([55c3b04](https://github.com/thi-ng/umbrella/commit/55c3b04))
272
-
273
- ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.3.0) (2018-01-25)
274
-
275
- #### 🚀 Features
276
-
277
- - add ILogger ([8304c82](https://github.com/thi-ng/umbrella/commit/8304c82))
278
- - add node check for writeFile() ([bc26d09](https://github.com/thi-ng/umbrella/commit/bc26d09))
279
- - add support for body formatter (formatString()), add type aliases ([4048bec](https://github.com/thi-ng/umbrella/commit/4048bec))
280
-
281
- ### [0.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.2) (2018-01-25)
282
-
283
- #### 🩹 Bug fixes
284
-
285
- - project links in readme files ([e290d75](https://github.com/thi-ng/umbrella/commit/e290d75))
286
-
287
- ### [0.2.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@0.2.1) (2018-01-24)
288
-
289
- #### 🚀 Features
290
-
291
- - initial re-import as monorepo, update readme files, cleanup imports ([04ff6e9](https://github.com/thi-ng/umbrella/commit/04ff6e9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-log",
3
- "version": "5.1.53",
3
+ "version": "5.1.54",
4
4
  "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,18 +40,17 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/checks": "^3.6.20",
45
- "@thi.ng/logger": "^3.0.28",
46
- "@thi.ng/rstream": "^9.2.6",
47
- "@thi.ng/strings": "^3.9.2",
48
- "@thi.ng/transducers": "^9.2.15"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/checks": "^3.6.21",
45
+ "@thi.ng/logger": "^3.0.29",
46
+ "@thi.ng/rstream": "^9.2.7",
47
+ "@thi.ng/strings": "^3.9.3",
48
+ "@thi.ng/transducers": "^9.2.16"
49
49
  },
50
50
  "devDependencies": {
51
- "@microsoft/api-extractor": "^7.48.1",
52
51
  "esbuild": "^0.24.2",
53
52
  "typedoc": "^0.27.6",
54
- "typescript": "^5.7.2"
53
+ "typescript": "^5.7.3"
55
54
  },
56
55
  "keywords": [
57
56
  "datastructure",
@@ -102,5 +101,5 @@
102
101
  ],
103
102
  "year": 2017
104
103
  },
105
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
104
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
106
105
  }