Skip to content

Commit

Permalink
Merge pull request #629 from sasstools/release/1.6.0
Browse files Browse the repository at this point in the history
Release/1.6.0
  • Loading branch information
DanPurdy committed Apr 21, 2016
2 parents 1eeaa29 + 30f2a72 commit e6ca4b5
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Sass Lint Changelog

## v1.6.0

**April 21, 2016**

The long lost 1.6 update

**WARNING**
* We've moved to the latest version of gonzales-pe and then onto our own fork in which we've fixed our issues with CRLF etc. All of our tests are passing but there may be unforeseen regressions in gonzales that we will aim to fix. If you find a problem like this please report it to us and we'll investigate further. You can then decide to keep your sass-lint dependency to 1.5.1 if you so choose.

**Changes**
* Updated all rules to work with the new Gonzales-pe 3.2.x release [#495](https://github.com/sasstools/sass-lint/issues/495)
> No breaking changes in the sense that all the rules are the same and pass the same tests or more BUT many did involve a complete re write.
* Now using gonzales-pe-sl 3.2.7 fork
* Update the no-mergeable-selectors rule to ignore certain situations and work a little more reliably across codebases
* Added BEM conventions to all naming rules [#614](https://github.com/sasstools/sass-lint/pull/614)
* Added Appveyor CI for testing against CRLF line endings on Windows


**CLI**
* Add max warnings option to the CLI --max-warnings [#568](https://github.com/sasstools/sass-lint/pull/568)

**New Rules**
* `no-trailing-whitespace` rule added [#605](https://github.com/sasstools/sass-lint/pull/605)

**Fixes**
* Fixed parsing error when using interpolated values [#44](https://github.com/sasstools/sass-lint/issues/44), [#184](https://github.com/sasstools/sass-lint/issues/184), [#210](https://github.com/sasstools/sass-lint/issues/210), [#222](https://github.com/sasstools/sass-lint/issues/222),
[#321](https://github.com/sasstools/sass-lint/issues/321),
[#486](https://github.com/sasstools/sass-lint/issues/486),
* Fixed parsing error when using the `!global` flag [#56](https://github.com/sasstools/sass-lint/issues/56)
* Having `-` within a class name will no longer return a parse error [#229](https://github.com/sasstools/sass-lint/issues/229)
* Fixed parsing error when using extrapolated variable as extend name [#313](https://github.com/sasstools/sass-lint/issues/313)
* Fixed an un-handled error thrown from the indentation rule [#389](https://github.com/sasstools/sass-lint/issues/389)
* Fixed an issue with final newline rule for sass [#445](https://github.com/sasstools/sass-lint/issues/445)
* Updated indentation rule to work with CRLF (indentation is mainly scss for the moment) [#524](https://github.com/sasstools/sass-lint/pull/524)
* Fixed parsing error when using nested maps [#531](https://github.com/sasstools/sass-lint/issues/531)
* Fixed parsing error when using variables for placeholder name [#532](https://github.com/sasstools/sass-lint/issues/532)
* Fixed issue with dots in filenames [#541](https://github.com/sasstools/sass-lint/pull/541)
* Fixed use of modulo operator in SCSS syntax [#565](https://github.com/sasstools/sass-lint/issues/565)
* Fixed an issue with space-around-operator and unicode [#620](https://github.com/sasstools/sass-lint/pull/620)
* Fixed an issue with CRLF line endings in the no-trailing-whitespace rule [#623](https://github.com/sasstools/sass-lint/pull/623)

**A big thank you to everyone who reported issues or contributed to the discussion around issues and also for everyone bearing with us while we go this monster update ready for you.**

## v1.5.1
**February 26, 2016**

Hotfix

**Fixes**
* Fix lodash dependancy issue [#549](https://github.com/sasstools/sass-lint/issues/549)

## v1.5.0
**January 28, 2016**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-lint",
"version": "1.5.0",
"version": "1.6.0",
"description": "All Node Sass linter!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e6ca4b5

Please sign in to comment.