You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,24 @@
1
1
# Sass Lint Changelog
2
2
3
+
## v1.10.2
4
+
5
+
**November 9th, 2016**
6
+
7
+
**Changes**
8
+
* Reverted back to ESlint v2.x to prevent a breaking change in Node < v4
9
+
10
+
**Fixes**
11
+
* Fixed an exception for partial idents in `space-around-operator`[#940](https://github.com/sasstools/sass-lint/pull/940)
12
+
* Fixed an issue with negative numbers in `space-around-operator`[#945](https://github.com/sasstools/sass-lint/pull/945)
13
+
14
+
3
15
## v1.10.1
4
16
5
17
**November 7th, 2016**
6
18
7
19
**Fixes**
8
20
9
-
* Fixed an issue with the `--no-exit``-q` flag not being respected and unhandled errors/exceptions being thrown by the CLI
21
+
* Fixed an issue with the `--no-exit``-q` flag not being respected and unhandled errors/exceptions being thrown by the CLI
10
22
* Fixed an issue with variable declarations showing as properties in the `no-duplicate-properties` rule [#937](https://github.com/sasstools/sass-lint/pull/936)
11
23
* Fixed an issue with variable declarations showing as properties in the `declarations-before-nesting` rule [#937](https://github.com/sasstools/sass-lint/pull/936)
0 commit comments