Skip to content

Commit 9f52bc2

Browse files
committed
Prepare 1.7.0
1 parent cfccd09 commit 9f52bc2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Sass Lint Changelog
22

3+
## v1.7.0
4+
5+
**April 27, 2016**
6+
7+
You wait months for one release and then four come along in a week!
8+
9+
**Fixes**
10+
* Fixed an issue with final newline not registering correctly for `.sass` syntax [#627](https://github.com/sasstools/sass-lint/issues/627) & [#630](https://github.com/sasstools/sass-lint/issues/630).
11+
* Fixed an issue with `placeholder-name-format` generating warnings on variables used as placeholder names.
12+
* Fixed the `empty-args` rule being wrongly labeled as `no-empty-args` in lint warnings/errors [#625](https://github.com/sasstools/sass-lint/issues/625)
13+
* Fixed an issue with `no-color-literals` incorrectly flagging variable names and map identifiers that shared their names with color literals [#538](https://github.com/sasstools/sass-lint/issues/538)
14+
* CLI examples corrected thanks to [alxndr](https://github.com/alxndr) - [#649](https://github.com/sasstools/sass-lint/issues/649)
15+
16+
**Changes**
17+
* `no-color-literals` now includes two extra options `allow-map-identifiers` and `allow-variable-identifiers` which allow you to fine tune your use of color literals in map identifiers/variables on top of the existing functionality [see the docs](https://github.com/sasstools/sass-lint/blob/develop/docs/rules/no-color-literals.md)
18+
* Updated to `gonzales-pe-sl` v3.2.8
19+
320
## v1.6.2
421

522
**April 22, 2016**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sass-lint",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"description": "All Node Sass linter!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)