Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 26, 2011
1 parent b760e1d commit 82b92e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
@@ -1,4 +1,16 @@

0.16.0 / 2011-09-26
==================

* Added `mkdir -p` support to the middleware
* Added `@import url(string)` support. Closes #352
* Added `fade-in()` and `fade-out()` BIFs
* Adding prefixes for Opera and IE
* Fixed comments trailing __@media__. Closes #415 [guillermo]
* Fixed: Output from --help in stylus executable cut-off half way through
* Changed: treat -/+ operations with percentages as lighten()/darken().
Closes #401

0.15.4 / 2011-09-14
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/stylus.js
Expand Up @@ -24,7 +24,7 @@ exports = module.exports = render;
* Library version.
*/

exports.version = '0.15.4';
exports.version = '0.16.0';

/**
* Expose nodes.
Expand Down

0 comments on commit 82b92e8

Please sign in to comment.