All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.6.1 (2021-01-11)
- core: rules do not run when told not to run; closes #102 (61b3b62)
- diff: update json-ptr due to semver violation in v1.3.x (05deae8)
- fs: band-aid for cosmiconfig types disagreement (c540d85)
- common: support for diagnostic reports v2 (d5a4739)
0.6.0 (2020-02-25)
- cli: audit & normalize allowed transformers for each command (a1f106a)
- cli: disable all transformers on redact cmd for simplicity (b8c9c6d)
- cli: fix default width of "Op" field; closes #38 (e804be0)
- cli: fix wonky column calculation issues (89f07d8)
- cli: half-fix req'd command (23334c0)
- common: config overhaul; closes #47 (513966a)
- core: default config loads correctly (2984c7f)
- core: fixed transformer options going missing (1218f03)
- transformers: filter only works with reports; closes #79 (8eccf9e)
0.5.1 (2020-02-03)
- cli: ensure user-supplied args override default transformer config (a3e3d6a)
0.5.0 (2020-01-31)
0.4.1 (2020-01-31)
Note: Version bump only for package report-toolkit-monorepo
0.4.0 (2020-01-30)
- cli: Indicate that diff --all is mutually exclusive from -i and -x (#72) (a5b5470), closes #71
- cli: more timeout fixes (57f9017)
- common: add missing _.isNumber (1edf4cc)
- common: re-add libuv to default diff (1204418)
- diff: rename 'path' to 'field' for consistency (834ab9f)
- transformers: fix bad newline unit test (0ef74ae)
- transformers: fix filter transformer when used with diff (077ce49)
- transformers: fix newline-delimited output (8fcd836)
- transformers: type fixes for numeric transformer (bbc9ceb)
- common: redact Google Cloud and MS Azure secrets (d2e7579)
0.3.0 (2019-11-15)
- redact: redact cloud foundry env vars (259203e)
0.2.3 (2019-11-13)
0.2.2 (2019-11-13)
0.2.1 (2019-11-07)
- common: ensure fromAny emits in order (34d5a6a)
- inspect: reduce default severity to WARNING; closes #60 (1d85bd5)
0.2.0 (2019-10-25)
- inspect: add "memory-usage" rule to recommended config (c11a2ff)
0.1.3 (2019-10-17)
0.1.2 (2019-10-17)
Note: Version bump only for package report-toolkit-monorepo
0.1.1 (2019-10-17)
Note: Version bump only for package report-toolkit-monorepo
- dev: fix broken jsconfig.json (390e568)
- use nightly typescript (6f1ff2e)
- core: refactor some stuff into an 'internal' module; closes #32 (90d0dea)
- support third-party rules (2d68eaf), closes #32
- ci: disable mirror for now (43f6175)
- ci: fix another bad prop (8a3e8bf)
- ci: fix another bad prop, again (b835ee1)
- ci: fix bad prop (fde8f4f)
- ci: fix yet another bad prop (895f7d5)
- ci: try to run workflow mirror-action fork directly (cb91414)
- fix config loading pipeline; closes #27 (2bca4a2)
- cli: ensure stack-hash transformer works on CLI (6f950ef)
- cli: remove errant chars in table formatter; closes #1 (26919ea)
- cli: use proper exports from transform (6c1fcaf)
- common: debug was memoizing too much (b336561)
- common: fix bug introduced by cab080aa9377d4e86e3076a627f413eb18f4499e (7301ed5)
- common: rename GnosticError to RTkError; closes #20 (6d7b952)
- inspector: correct filepath cross-references in aggregate messages; closes #18 (dd81537), closes #19
- pkg: linting/tests were broken (9dc9ec6)
- pkg: move resolve-pkg out of fs and into to devDeps of root (abaea50)
- rules: fix rules-helper (ba5b3ec)
- transformers: fix cli test (9510451)
- export RC_FILENAME, RC_NAMESPACE (9710c0e)
- rename config files; refs #20 (ff67024)
- rename packages/gnostic to packages/report-toolkit (da6ec8a)
- redact: add 'whitelist' option to redact; closes #15 (40c7ee8)