Skip to content

Latest commit

 

History

History
executable file
·
235 lines (113 loc) · 8.18 KB

CHANGELOG.md

File metadata and controls

executable file
·
235 lines (113 loc) · 8.18 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.9 (2022-10-14)

Features

Bug Fixes

  • update shorthand values and readme file (8c5157a)
  • updated vulnerable packages and fix branch conflicts (1196522)

0.7.8 (2022-07-26)

Bug Fixes

0.7.7 (2022-03-14)

Bug Fixes

  • update blacklist to blocklist throughout code (8bec2b9)

0.7.6 (2021-10-14)

Bug Fixes

  • bump version of @commitlint/cli, jest, lint-staged, standard-version to reduce vulnerabilities (218cf9f)

0.7.5 (2020-01-07)

Bug Fixes

  • plugins hooks called only if the plugin will be used (#52) (5ab9796)

0.7.4 (2019-12-04)

Bug Fixes

  • bump up standard-version package (74aae12)

0.7.3 (2019-12-04)

Bug Fixes

  • initial adviser init template with built-in rules (1ca4f04)

0.7.2 (2019-11-06)

Bug Fixes

  • plugin hooks have access about the fs like rules (#50) (e965bf4)

0.7.1 (2019-10-25)

Bug Fixes

  • tag plugin rules doesn't include the plugin name (#49) (6ee16b0)

0.7.0 (2019-10-24)

Features

0.6.1 (2019-10-11)

0.6.0 (2019-10-11)

Bug Fixes

Features

  • added verbose message if there are verbose reports (#45) (c874b33)

0.5.1 (2019-09-30)

0.5.0 (2019-08-23)

Features

0.4.0 (2019-08-23)

Bug Fixes

  • packages vulnerabilities (fe49590)

Features

  • add plugin hooks and global settings support for plugins (#32) (c4e5dcd)

0.3.1 (2019-08-23)

Features

  • add events to the engine
  • add loader UI to the terminal

0.3.0 (2019-08-13)

Features

0.2.2 (2019-08-09)

0.2.1 (2019-07-24)

Bug Fixes

  • dependency vulnerabilities (4b437b7)
  • load more than one plugin breaks (8b59a55)

0.2.0 (2019-06-03)

Bug Fixes

  • binding between load and loadAll (1a0b4f8)
  • cli config call (a0c49f3)
  • cli is breaking if doesn't find the config file (bfe1f26)
  • engine test (6b70927)
  • issue in groupby prevented showing more than one report (7892219)
  • move dev dependencies to prod dependencies (#14) (5ac9bb0)
  • remove execution of rules, ready for refactor (072474c)
  • remove unneeded class instantiations (360ce40)

Features

  • add bin path to the package.json (d6b3c21)
  • add general rule validation to the schema (392b1f2)
  • add verbose mode for rules, add rule perf timing (63fce64)
  • cli now shows perf stats, doc links and is more verbose (7bd3914)
  • load and validate config file (696b2dc)
  • version 0.0.1 ready (dc142a8)

0.1.0 (2019-05-28)

Bug Fixes

  • binding between load and loadAll (1a0b4f8)
  • cli config call (a0c49f3)
  • cli is breaking if doesn't find the config file (bfe1f26)
  • engine test (6b70927)
  • move dev dependencies to prod dependencies (#14) (5ac9bb0)
  • remove execution of rules, ready for refactor (072474c)
  • remove unneeded class instantiations (360ce40)

Features

  • add bin path to the package.json (d6b3c21)
  • add general rule validation to the schema (392b1f2)
  • load and validate config file (696b2dc)
  • version 0.0.1 ready (dc142a8)

0.0.1

Features

  • A library is born