Skip to content

Latest commit

 

History

History
279 lines (171 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

279 lines (171 loc) · 11.5 KB

Change Log

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.0 (2024-02-28)

🚀 Features

  • update formatString() (1ad60cc)
    • add support for msg post-processing in formatString()
    • add/update docstrings

5.0.1 (2024-02-16)

🩹 Bug fixes

  • fix Logger.logEntry() & .childLogger() impls (3484617)

5.0.0 (2024-02-16)

🛑 Breaking changes

  • update Logger impl, remove obsolete types (36c8649)
  • BREAKING CHANGE: update Logger, remove obsolete types
    • Logger now a subclass of ALogger & implementing ISubscriber interface
      • instead of extending rstream StreamMerge, now exposes a Stream via .stream
      • adding child loggers now handled via ILogger.childLogger() or ILogger.addChild()
    • update tests

4.1.84 (2023-11-24)

🩹 Bug fixes

  • update Logger w/ API change (21fb1e6)

4.1.81 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

4.1.16 (2022-08-04)

♻️ Refactoring

4.1.0 (2021-11-17)

🚀 Features

  • 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

♻️ Refactoring

  • 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)

♻️ Refactoring

  • 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)

🛑 Breaking changes

  • 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 of require()
    • 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

♻️ Refactoring

  • update all tests in all pkgs (8b582bc)
  • 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
  • update imports in various pkgs (rstream) (342cf54)
  • minor pkg restructure (761de32)

3.2.0 (2021-01-13)

🚀 Features

  • 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)

♻️ Refactoring

  • update type-only imports (479706b)

3.1.10 (2020-02-25)

♻️ Refactoring

3.1.5 (2019-09-21)

♻️ Refactoring

3.1.4 (2019-08-21)

♻️ Refactoring

  • update Logger ctor to new rstream API (30a0276)

3.1.0 (2019-07-07)

🚀 Features

  • add maskSecrets() format xform (481a65d)

♻️ Refactoring

3.0.13 (2019-04-26)

♻️ Refactoring

  • simplify level lookup in formatters (1bebecd)

3.0.12 (2019-04-24)

♻️ Refactoring

3.0.0 (2019-03-19)

🛑 Breaking changes

2.0.0 (2019-01-21)

🛑 Breaking changes

  • 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

🩹 Bug fixes

  • remove __Level reverse enum lookup, update Level (non const) (d89f28f)

♻️ Refactoring

  • use arrow fns (14c00b2)
  • use rstream nextID() util (fix regression) (3e1467f)

1.0.60 (2018-09-24)

⏱ Performance improvements

  • Level => const enum (fc6a4d3)
    • export __Level for reverse lookups

1.0.16 (2018-05-10)

♻️ Refactoring

1.0.4 (2018-04-18)

🩹 Bug fixes

  • ID handling in Logger ctor (3087776)

♻️ Refactoring

1.0.0 (2018-04-15)

🛑 Breaking changes

  • 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)

🚀 Features

0.5.40 (2018-03-21)

♻️ Refactoring

  • update Logger ctor arg handling (2a1264a)

0.5.17 (2018-02-18)

♻️ Refactoring

  • update Logger ctor due to changes in StreamMerge (5a728cb)
    • mark Logger instance as infinite stream merge (non-closing)

0.5.1 (2018-01-26)

🩹 Bug fixes

0.5.0 (2018-01-26)

🩹 Bug fixes

  • update module re-exports (55c3b04)

0.3.0 (2018-01-25)

🚀 Features

  • 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)

🩹 Bug fixes

  • project links in readme files (e290d75)

0.2.1 (2018-01-24)

🚀 Features

  • initial re-import as monorepo, update readme files, cleanup imports (04ff6e9)