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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Sass Lint Changelog
2
2
3
+
## v1.5.0
4
+
**January 28, 2016**
5
+
6
+
New year blues
7
+
8
+
**Changes**
9
+
* AST parse errors will now be returned to the user as `Fatal` lint errors this prevents un-handled errors breaking builds [#459](https://github.com/sasstools/sass-lint/pull/459)
10
+
* Sass-lint plugin for Brackets added to the README [#470](https://github.com/sasstools/sass-lint/issues/470)
11
+
* Sass-lint plugin for IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, added to the README [#484](https://github.com/sasstools/sass-lint/issues/484)
12
+
13
+
14
+
**CLI**
15
+
* Updated error codes, whenever errors are present even when cli is using the `--no-exit` flag a error code of 1 will be output [#221](https://github.com/sasstools/sass-lint/issues/221)
16
+
17
+
**Fixes**
18
+
* Fixed an issue where an error of `next is undefined` would be thrown in the `space-after-colon` rule [#468](https://github.com/sasstools/sass-lint/issues/468)
19
+
* Fixed an issue with negative z-index values in the `space-around-operator` rule [#454](https://github.com/sasstools/sass-lint/issues/454)
20
+
* Fixed another minor issue with `space-around-operator` to prevent a possible crash [#483](https://github.com/sasstools/sass-lint/issues/483)
21
+
3
22
## v1.4.0
4
23
**December 10, 2015**
5
24
@@ -39,6 +58,7 @@ The long overdue update!
39
58
*[Dan Purdy](https://github.com/DanPurdy)
40
59
*[Ben Rothman](https://github.com/benthemonkey)
41
60
*[Don Abrams](https://github.com/donabrams)
61
+
*[Andrew Hays](https://github.com/Dru89)
42
62
*[Kaelig](https://github.com/kaelig)
43
63
44
64
**A big thankyou to everyone who reported issues or contributed to the discussion around issues**
0 commit comments