Skip to content

Commit 09107da

Browse files
author
Nicholas C. Zakas
committed
Release 0.7.0
1 parent 5d34b97 commit 09107da

File tree

10 files changed

+2194
-537
lines changed

10 files changed

+2194
-537
lines changed

CHANGELOG

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
October 14, 2011 - v0.7.0
2+
3+
* Moved docs onto GitHub wiki (Nicholas C. Zakas)
4+
* Added check for flush() method on Node.js before attempting to use it (fixes #182) (Nicholas C. Zakas)
5+
* Added command-line testing via ant (Nicholas C. Zakas)
6+
* Add lint check to release process (Nicholas C. Zakas)
7+
* Fixed a bunch of JSHint warnings (Nicholas C. Zakas)
8+
* Updated JSHint (Nicholas C. Zakas)
9+
* Fix error with Rhino CLI, ensure consistent use of relative paths across output formats (fixes #189) (Nicholas C. Zakas)
10+
* Misc bug fixes (Nicholas C. Zakas)
11+
* Allow easier identification of syntax unit types (fixes #153) (Nicholas C. Zakas)
12+
* Updated parser to reflect better IE filter function handling (fixes #174) (Nicholas C. Zakas)
13+
* Updated parser to better handle comments (fixes #184) (Nicholas C. Zakas)
14+
* Updated parser, fixed implicitly declared variables (fixes #186) (Nicholas C. Zakas)
15+
* Ensure src is recognized as valid CSS property (fixes #173) (Nicholas C. Zakas)
16+
* Added contributor info to readme (Nicholas C. Zakas)
17+
* Merge pull request #187 from eriwen/master (Nicholas C. Zakas)
18+
* Adding --quiet option to fix request #170 (thanks to gtanner) (Eric Wendelin)
19+
* Passing relative path and absolute path (in options) to formatters for issue #172 (Eric Wendelin)
20+
* Finishing use of relative path in compact format, fixing issue #172 (Eric Wendelin)
21+
* Adding working directory methods (Eric Wendelin)
22+
* Switching to relative paths for compact format (Eric Wendelin)
23+
* Adding options (Eric Wendelin)
24+
125
September 8, 2011 - v0.6.1
226

327
* Workaround for Node.js stdout not flushing prior to exit (fixes #176) (Nicholas C. Zakas)
@@ -127,3 +151,7 @@ June 15, 2011 - v0.1.0
127151

128152

129153

154+
155+
156+
157+

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="csslint" default="build.all">
22

33
<!-- version number -->
4-
<property name="csslint.version" value="0.6.1" />
4+
<property name="csslint.version" value="0.7.0" />
55

66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />

0 commit comments

Comments
 (0)