- Last updated: 2024-10-05T12:12:32Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
5.1.32 (2024-08-20)
- update internal close mode handling (33b1d16f34) (700e566)
5.1.0 (2024-02-28)
- update formatString() (1ad60cc)
- add support for msg post-processing in formatString()
- add/update docstrings
5.0.1 (2024-02-16)
- fix Logger.logEntry() & .childLogger() impls (3484617)
5.0.0 (2024-02-16)
- update Logger impl, remove obsolete types (36c8649)
- BREAKING CHANGE: update Logger, remove obsolete types
- Logger now a subclass of
ALogger
& implementingISubscriber
interface- instead of extending rstream
StreamMerge
, now exposes aStream
via.stream
- adding child loggers now handled via
ILogger.childLogger()
orILogger.addChild()
- instead of extending rstream
- update tests
- Logger now a subclass of
4.1.84 (2023-11-24)
- update Logger w/ API change (21fb1e6)
4.1.81 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
4.1.16 (2022-08-04)
- deprecate LogEntry (ef46381)
- use migrated type from @thi.ng/logger pkg
4.1.0 (2021-11-17)
- Using workspaces for local tools (bf7a404)
Improving the overall build ergonomics
- introduced a tools workspaces
- imported it in all needed packages/examples
- inclusive project root
- testrunner to binary (4ebbbb2) this commit reverts (partly) changes made in: ef346d7a8753590dc9094108a3d861a8dbd5dd2c overall purpose is better testament ergonomics: instead of having to pass NODE_OPTIONS with every invocation having a binary to handle this for us.
4.0.1 (2021-10-13)
- update imports in all pkgs (5fa2b6f)
- add .js suffix for all relative imports
- update imports in all tests/pkgs (effd591)
4.0.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- BREAKING CHANGE: discontinue CommonJS & UMD versions
- only ESM modules will be published from now on
- CJS obsolete due to ESM support in recent versions of node:
- i.e. launch NodeJS via:
node --experimental-specifier-resolution=node --experimental-repl-await
- in the node REPL use
await import(...)
instead ofrequire()
- UMD obsolete due to widespread browser support for ESM Also:
- normalize/restructure/reorg all package.json files
- cleanup all build scripts, remove obsolete
- switch from mocha to @thi.ng/testament for all tests
- update all tests in all pkgs (8b582bc)
- update all to use @thi.ng/testament
- update imports (138571a)
- update imports (transducers) (7fc60cd)
- update deps & imports in various pkgs (e1cf29e)
- largely related to recent updates/restructuring of these packages:
- api
- defmulti
- errors
- logger
- largely related to recent updates/restructuring of these packages:
- update imports in various pkgs (rstream) (342cf54)
- minor pkg restructure (761de32)
3.2.0 (2021-01-13)
- update default body format for formatString() (841b062)
- use @thi.ng/strings stringify() as default body format to automatically JSON.stringify array/objects
- update deps & tests
3.1.52 (2020-12-07)
- update type-only imports (479706b)
3.1.10 (2020-02-25)
- update imports (77a672f)
3.1.5 (2019-09-21)
3.1.4 (2019-08-21)
- update Logger ctor to new rstream API (30a0276)
3.1.0 (2019-07-07)
- add maskSecrets() format xform (481a65d)
- TS strictNullChecks (29ef1a5)
3.0.13 (2019-04-26)
- simplify level lookup in formatters (1bebecd)
3.0.12 (2019-04-24)
- update to use base types from @thi.ng/api pkg (ef9bf8d)
3.0.0 (2019-03-19)
- remove obsolete writeFile() fn (1354171)
- BREAKING CHANGE: migrate writeFile() to new pkg @thi.ng/rstream-log-file
2.0.0 (2019-01-21)
- update package scripts, outputs, imports in remaining packages (f912a84)
- BREAKING CHANGE: enable multi-outputs (ES6 modules, CJS, UMD)
- build scripts now first build ES6 modules in package root, then call
scripts/bundle-module
to build minified CJS & UMD bundles in/lib
- 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
- build scripts now first build ES6 modules in package root, then call
- remove __Level reverse enum lookup, update Level (non const) (d89f28f)
1.0.60 (2018-09-24)
Level
=> const enum (fc6a4d3)- export
__Level
for reverse lookups
- export
1.0.16 (2018-05-10)
- update deps & imports in all packages due to @thi.ng/api split (bc45636)
1.0.4 (2018-04-18)
- ID handling in Logger ctor (3087776)
- minor update matchID() (08af60a)
1.0.0 (2018-04-15)
- update package structure & readme example (e6c75b4)
- BREAKING CHANGE: update package structure
- rename src/transform => src/xform
- move src/format.ts => src/xform/format.ts
0.6.0 (2018-03-21)
- update error handling, add @thi.ng/api dep (8a3e72e)
0.5.40 (2018-03-21)
- update Logger ctor arg handling (2a1264a)
0.5.17 (2018-02-18)
- update Logger ctor due to changes in StreamMerge (5a728cb)
- mark Logger instance as infinite stream merge (non-closing)
0.5.1 (2018-01-26)
- imports (76c6734)
0.5.0 (2018-01-26)
- update module re-exports (55c3b04)
0.3.0 (2018-01-25)
- add ILogger (8304c82)
- add node check for writeFile() (bc26d09)
- add support for body formatter (formatString()), add type aliases (4048bec)
0.2.2 (2018-01-25)
- project links in readme files (e290d75)
0.2.1 (2018-01-24)
- initial re-import as monorepo, update readme files, cleanup imports (04ff6e9)