Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

45 lines (28 loc) · 2.57 KB

Changelog

3.0.0 (2024-09-24)

⚠️ BREAKING CHANGES

  • @npmcli/redact now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • 2ffd026 #28 align to npm 10 node engine range (@hashtagchris)

Chores

  • 864a01a #28 run template-oss-apply (@hashtagchris)
  • 1d90363 #26 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
  • 96c5285 #27 postinstall for dependabot template-oss PR (@hashtagchris)
  • 01daecd #27 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

2.0.1 (2024-06-05)

Bug Fixes

  • 670847f #15 filter properties of error (#15) (@reggi)
  • 826b60d #14 prevent redact for buffers (#14) (@reggi)

2.0.0 (2024-04-26)

⚠️ BREAKING CHANGES

  • This package now uses package.json exports. The only allowed entry points are @npmcli/redact and @npmcli/redact/server in addition to the package.json itself.

Features

1.1.0 (2024-04-03)

Features

  • c681d24 #4 add node 16 support (#4) (@lukekarrys)

1.0.0 (2024-04-03)

⚠️ BREAKING CHANGES

  • initial implementation (#1)

Features

  • 44c4ede #1 initial implementation (#1) (@lukekarrys)