Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 30, 2011
1 parent f48a04b commit a7ee02c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

0.17.0 / 2011-09-30
==================

* Added `@scope <selector>` feature to scope all subsequent selectors
* Added list equality to the `!=` operator
* Added list equality to the `==` operator
* Added mkdir -p support to the middleware
* Changed: `!` coerces expression not the first value
* Fixed Ternary boolean coercion. Closes #420
* Fixed __@font-face__ __@import__ regression. Closes #418

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

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

exports.version = '0.16.0';
exports.version = '0.17.0';

/**
* Expose nodes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "stylus"
, "description": "Robust, expressive, and feature-rich CSS superset"
, "version": "0.16.0"
, "version": "0.17.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
, "repository": "git://github.com/learnboost/stylus"
Expand Down

0 comments on commit a7ee02c

Please sign in to comment.