Skip to content

Latest commit

 

History

History
157 lines (104 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

157 lines (104 loc) · 12.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.6.1 (2021-01-11)

Bug Fixes

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

Features

  • common: support for diagnostic reports v2 (d5a4739)

0.6.0 (2020-02-25)

Bug Fixes

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

Features

  • fs: search for config in usual places; closes #83 (b11a329)

0.5.1 (2020-02-03)

Bug Fixes

  • cli: ensure user-supplied args override default transformer config (a3e3d6a)

0.5.0 (2020-01-31)

Features

0.4.1 (2020-01-31)

Note: Version bump only for package report-toolkit-monorepo

0.4.0 (2020-01-30)

Bug Fixes

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

Features

  • common: redact Google Cloud and MS Azure secrets (d2e7579)

0.3.0 (2019-11-15)

Features

  • redact: redact cloud foundry env vars (259203e)

0.2.3 (2019-11-13)

Bug Fixes

  • correctly parse reports generated on win32 boxes; closes #62 (eaed969)

0.2.2 (2019-11-13)

Bug Fixes

  • corrects exception on diff command and removes redundant share operator (#63) (fe0d799), closes #61

0.2.1 (2019-11-07)

Bug Fixes

  • common: ensure fromAny emits in order (34d5a6a)
  • inspect: reduce default severity to WARNING; closes #60 (1d85bd5)

0.2.0 (2019-10-25)

Bug Fixes

  • do not use array-type cli options; closes #59 (e86ee5c)

Features

  • inspect: add "memory-usage" rule to recommended config (c11a2ff)

0.1.3 (2019-10-17)

Bug Fixes

  • add missing publishConfig to transformers (353a04f)
  • missing shebang (77f8c1f)

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

0.1.0 (2019-10-17)

Bug Fixes

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

Features

  • docs: add Breadcrumbs, Metadata & EmbedCode components for mdx (a469109)
  • redact: add --replace. needs tests bad (0618fae)
  • external plugin and rule-loading (WIP) (d47df0a), closes #32
  • transformer: add filter transformer (458b585)
  • transformers: add stack-hash transformer; closes #2 (82e7332)