Skip to content

Latest commit

 

History

History
221 lines (80 loc) · 8.89 KB

CHANGELOG.md

File metadata and controls

221 lines (80 loc) · 8.89 KB

0.9.0 (2022-05-17)

Bug Fixes

  • ensure peer dependency accounts for latest version of eslint (a4feadd), closes #28
  • package.json: add conventional changelog to dependencies (1b1b029)

0.8.0 (2019-05-02)

Bug Fixes

  • package-lock: update subdependencies (5c0114f)
  • template-generator: remove double call of getOutputPath (4791dcc)
  • update compatible eslint version (ee6fcf8), closes #14

0.7.4 (2019-02-07)

Bug Fixes

  • assets: put assets in output dir (e9c9429)
  • assets: wrong var (6b5c30c)

0.7.3 (2018-01-11)

Bug Fixes

  • eslint 4.x: Updating peer dependency list. (2b71e9f)

0.7.2 (2017-03-21)

Bug Fixes

  • style: Fix table width and remove current directory from file paths in result. (a9b461e)

0.7.1 (2017-03-21)

Bug Fixes

  • buildScriptsAndStyleFiles: Creating output folder prior to creating files. (22905f8)

0.7.0 (2017-03-20)

Features

  • detailed.js: Reporter now returns multiple files as the output. (313a333)
  • summary: Improving reporter appearance when no CSS is available. (323bf6d)

0.6.10 (2016-12-06)

0.6.9 (2016-11-29)

Bug Fixes

  • details tab buttons: Ensuring all tabs works as expected (b6b5237), closes #3
  • HTML in JS: Fixes rendering issues with HTML in JS files. (712e1c1), closes #4

0.6.8 (2016-11-23)

Bug Fixes

  • filter: Closing accordions that are being hidden. (b4227c0)

0.6.7 (2016-11-23)

Bug Fixes

  • package.json: Updating postversion task. (d761f4e)

0.6.6 (2016-11-23)

0.6.5 (2016-11-23)

0.6.4 (2016-11-21)

Bug Fixes

  • browser support: Replacing instances of forEach with regular for loops for better browser suppo (20b9d7f)

0.6.3 (2016-11-21)

Bug Fixes

  • permalink: Disabling permalink feature from accordion due to demo page issue. (c4c8462)

0.6.2 (2016-11-20)

Features

  • anchors: Making result rows into anchors for easy linking. (e7cbb70)

0.6.1 (2016-11-20)

Features

  • a11y: Making the accordions work via keyboard navigation. (385e61f)

0.6.0 (2016-11-20)

Bug Fixes

  • styles: Changing cursor on successfull results to default. (a08ca09)
  • tabs: Making active tab styles get updated properly. (7e7f268)

Features

  • Result Details: Adding tabs to result details. (f7ff04d)

0.5.9 (2016-11-18)

Features

  • accordion: Minor updates to accordion styles. (fc33db9)
  • file overview: Adding a filter to the file list. (b350b46)
  • file overview: Adding filtering to file overview (2d7b3b6)

0.5.8 (2016-11-17)

Bug Fixes

  • Source code template: Fixes issues where source code is not available when there are problems o (3f98c7f)

0.5.7 (2016-11-16)

Features

  • styles: Updating CSS styles. (96d469f)

0.5.6 (2016-11-16)

Bug Fixes

  • Rule links: Fixing links to description of angular and lodash rules. (4552450)

0.5.5 (2016-11-16)

Features

  • Summary Details: Added list of top 5 files with most problems. (52cc989)

0.5.4 (2016-11-16)

Features

  • Summary Details: Adding the ability to hide summary details when not needed. (b861353)

Reverts

  • Revert "docs(package.json): Adding commitzen settings to package.json" (2a4a246)
  • Revert "docs(CHANGELOG.md): Attempting to add an automatic changelong using commitzen" (c84383c)