Skip to content

Latest commit

 

History

History
174 lines (97 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

174 lines (97 loc) · 3.59 KB

Change log

🔙 README.md

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.


[5.2.2] - 2017-12-15


[5.2.0] - 2017-09-26

  • relax qoutes rule

[5.1.0] - 2017-09-13

  • relax no-color-keywords rule
  • bump sass-lint version

[5.0.0] - 2017-07-03

Changed

  • Wiki pages removed to docs/ folder

Added

Removed

  • wip badge and status message

[4.0.1] - 2017-06-19

Added

  • wip status message

[4.0.0] - 2017-06-19

Breaking changes in Rules


[3.0.0] - 2017-06-13

Breaking changes

  • Rename ./bin/happiness-scss.js to ./bin/cmd.js

[2.1.5] - 2017-06-06

Added

  • Link to gulp-happiness-scss
  • Missed npm run happiness-fix command

Removed

  • .idea folder in npm package

[2.1.1] - 2017-06-05

Added

  • Fix html formatter

[2.1.0] - 2017-06-05

Added

  • Ignore disabling linters via comments

[2.0.3] - 2017-06-02

Fixed

  • Typo in README.md

[2.0.1] - 2017-06-02

Breaking changes in Nodejs API

  • happinessScss.lintText() is removed!, doing same as happinessScss.lintFileText()

Added

  • showMaxStack options for Nodejs API, use -m, --show-max-stack [number]

[1.1.2] - 2017-06-01

  • Fixed incorrect comparison operator

[1.1.0] - 2017-06-01

Added

Changed

  • List of rules has been moved to wiki page Rules

[1.0.1] - 2017-05-31

  • Clean dev logs
  • Fix correct ignoring './node_modules/**'

[1.0.0] - 2017-05-31

  • Stable release

[0.0.10] - 2017-05-31

Added

  • Missed extends-before-mixins rule
  • Fix typo

[0.0.9] - 2017-05-31

Added

  • CLI description

Added