|
| 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 | + |
1 | 25 | September 8, 2011 - v0.6.1
|
2 | 26 |
|
3 | 27 | * 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
|
127 | 151 |
|
128 | 152 |
|
129 | 153 |
|
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
0 commit comments