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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
February 3, 2012 - v0.9.5
2
+
3
+
* Ensure time values are properly checked (fixes #228) (Nicholas C. Zakas)
4
+
* Implemented rule to avoid unqualified attribute selectors (fixes 218) (Nicholas C. Zakas)
5
+
* Ensure 0s, 0ms don't say to omit the units (fixes #224) (Nicholas C. Zakas)
6
+
* Merge pull request #227 from daniellmb/patch-1 (Nicholas C. Zakas)
7
+
* This is seems to be a bug with the regex use of split, blank lines are not included so the line number used for evidence don't match up. (Daniel Lamb)
8
+
* Merge pull request #225 from Zearin/master (Nicholas C. Zakas)
9
+
* Added 2-space indentation for output of `--list-rules`. (Tony)
10
+
11
+
1
12
January 5, 2012 - v0.9.2
2
13
3
14
* More validations fixes (fixes #219) (Nicholas C. Zakas)
0 commit comments