Skip to content

Latest commit

 

History

History
114 lines (56 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

114 lines (56 loc) · 5.07 KB

Changelog

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

1.4.6 (2020-12-05)

Bug Fixes

  • cli: create error message when not initialized (3e96e28)
  • lintjs: add error handling for missing files (e7058d8)

1.4.5 (2020-12-04)

Bug Fixes

  • build failing: various fixes (1629cad)

1.4.4 (2020-03-25)

Bug Fixes

  • jshint: move xo from devdep to dep (3a144df)

1.4.3 (2020-03-23)

Bug Fixes

  • csslint: switch to safe parser (a02543f)
  • imagemin: fix breaking change in imagemin (e71e25d)

1.4.2 (2020-03-23)

Bug Fixes

  • readme: missing periods (02c718f)

1.4.1 (2019-12-28)

Bug Fixes

  • compilehtml: display lint results on error (3327068)

1.4.0 (2019-10-24)

Bug Fixes

  • cli: default task no longer runs when arguments are given (2afb67a)

Features

  • autofix: add autofix for style issues (cea36e6)
  • xo: add additonal linting rule files (bddb5b4)

1.3.0 (2019-10-21)

Bug Fixes

  • normalize: force import of normalize.css (6b5a05f)

Features

  • css compiler: add normalization support (c8c999a)

1.2.0 (2019-10-21)

Bug Fixes

  • clean: function wasn't actually cleaning (0b7348a)
  • css compiler: replace mqpacker & cssnano w/ clean-css (cec4425)
  • markdown linter: improved output readability (c391e58)

Features

  • cli: added default task when there are no flags (4099fe8)
  • css compiler: add purgecss support (39027e9)
  • css compiler: add purgecss support (412abd7)

1.1.1 (2019-10-17)

Bug Fixes

  • updateNotifier: update notification should show now (3eae183)

1.1.0 (2019-10-16)

Features

  • strict lint: added doiuse checking (1bf0ea1)
  • Strict lint: Add indecernable color check to strict linting (6994f8f)

1.0.1 (2019-10-16)

Bug Fixes

  • clean: callback must be a function (4729b98)
  • clean: Callback must be a function (055f88e)
  • release: add missing sem-rel changelog dependency (c5259eb)
  • release: remove trailing comma (e7413ea)