Skip to content

Commit

Permalink
Release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 5, 2012
1 parent 60eb071 commit faafa48
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.22.0 / 2012-01-04
==================

* Added `@extend`. Closes #149

This comment has been minimized.

Copy link
@tipiirai

tipiirai Jan 6, 2012

Thank you!

This comment has been minimized.

Copy link
@tj

tj Jan 6, 2012

Author Contributor

np!

* Added more syntax highlighting to TextMate bundle [paulmillr]
* Added `keys(pairs)` and `values(pairs)` BIFs
* Added JavaScript object coercion support
* Added JavaScript -> Stylus node coercion utilities
* Fixed `.define()`ing of functions
* Fixed `stylus(1)` repl for 0.6.x

0.21.2 / 2011-12-22
==================

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.21.2';
exports.version = '0.22.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.21.2"
, "version": "0.22.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 faafa48

Please sign in to comment.