Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 2, 2011
1 parent 6db8863 commit 4544c86
Show file tree
Hide file tree
Showing 49 changed files with 57 additions and 49 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.7.0 / 2011-03-02
==================

* Added `is` and `is not` aliases for `==` and `!=`
* Added __@keyframes__ dynamic name support
* Fixed units in interpolation
* Fixed clamping of HSLA degrees / percentages

0.6.7 / 2011-03-01
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - colors
* Stylus - colors
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/image.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


/*!
* CSS - plugin - url
* Stylus - plugin - url
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Evaluator - built-in functions
* Stylus - Evaluator - built-in functions
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/url.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - plugin - url
* Stylus - plugin - url
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/lexer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Lexer
* Stylus - Lexer
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/middleware.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - middleware
* Stylus - middleware
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/binop.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - BinOp
* Stylus - BinOp
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/block.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Block
* Stylus - Block
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/boolean.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Boolean
* Stylus - Boolean
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/call.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Call
* Stylus - Call
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/charset.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Charset
* Stylus - Charset
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/color.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Color
* Stylus - Color
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/each.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Each
* Stylus - Each
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/expression.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Expression
* Stylus - Expression
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/function.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Function
* Stylus - Function
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/group.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Group
* Stylus - Group
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/hsla.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - HSLA
* Stylus - HSLA
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/ident.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Ident
* Stylus - Ident
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/if.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - If
* Stylus - If
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/import.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Import
* Stylus - Import
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - nodes
* Stylus - nodes
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/keyframes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Keyframes
* Stylus - Keyframes
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/literal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Literal
* Stylus - Literal
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/media.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Media
* Stylus - Media
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Node
* Stylus - Node
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/null.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Null
* Stylus - Null
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/page.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Page
* Stylus - Page
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/params.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Params
* Stylus - Params
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/property.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Property
* Stylus - Property
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/return.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Return
* Stylus - Return
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/root.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Root
* Stylus - Root
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/selector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Selector
* Stylus - Selector
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/string.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - String
* Stylus - String
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/ternary.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Ternary
* Stylus - Ternary
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/unaryop.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - UnaryOp
* Stylus - UnaryOp
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/nodes/unit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Unit
* Stylus - Unit
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Parser
* Stylus - Parser
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/renderer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Renderer
* Stylus - Renderer
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/stack/frame.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - stack - Frame
* Stylus - stack - Frame
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/stack/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Stack
* Stylus - Stack
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/stack/scope.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - stack - Scope
* Stylus - stack - Scope
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/stylus.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS
* Stylus
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand All @@ -23,7 +23,7 @@ exports = module.exports = render;
* Library version.
*/

exports.version = '0.6.7';
exports.version = '0.7.0';

/**
* Expose nodes.
Expand Down
2 changes: 1 addition & 1 deletion lib/token.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Token
* Stylus - Token
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - utils
* Stylus - utils
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/visitor/compiler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Compiler
* Stylus - Compiler
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/visitor/evaluator.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Evaluator
* Stylus - Evaluator
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/visitor/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* CSS - Visitor
* Stylus - Visitor
* Copyright(c) 2010 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
Expand Down
Loading

0 comments on commit 4544c86

Please sign in to comment.