UNPKG

4.5 kBMarkdownView Raw
1
20.7.1 / 2011-03-07
3==================
4
5 * Fixed connect middleware for 0.4.x
6
70.7.0 / 2011-03-02
8==================
9
10 * Added `is` and `is not` aliases for `==` and `!=`
11 * Added __@keyframes__ dynamic name support
12 * Fixed units in interpolation
13 * Fixed clamping of HSLA degrees / percentages
14
150.6.7 / 2011-03-01
16==================
17
18 * Fixed __RGBA__ -> __HSLA__ conversion due to typo
19
200.6.6 / 2011-03-01
21==================
22
23 * Added string -> unit type coercion support aka `5px + "10"` will give `15px`
24 * Added `warn` option Closes #152
25 Currently this only reports on re-definition of functions
26 * Added '$' as a valid identifier character
27 * Added `mixin` local variable for function introspection capabilities. Closes #162
28 * Fixed typo, `Unit#toBoolean()` is now correct
29 * Fixed interpolation function calls. Closes #156
30 * Fixed mixins within Media node. Closes #153
31 * Fixed function call in ret val. Closes #154
32
330.6.5 / 2011-02-24
34==================
35
36 * Fixed parent ref `&` mid-selector bug. Closes #148 [reported by visnu]
37
380.6.4 / 2011-02-24
39==================
40
41 * Fixed for within brackets. Closes #146
42
430.6.3 / 2011-02-22
44==================
45
46 * Fixed single-ident selectors. Closes #142
47 * Fixed cyclic __@import__ with file of the same name. Closes #143
48
490.6.2 / 2011-02-21
50==================
51
52 * Added stylus(1) growl support when using `--watch`
53 * Added __@import__ watching support to stylus(1). Closes #134
54 * Changed; stylus(1) only throws when `--watch` is not used
55 * Fixed `darken-by()` BIF
56 * Fixed __@import__ literal semi-colon. Closes #140
57
580.6.1 / 2011-02-18
59==================
60
61 * Fixed evaluation of nodes after a return. Closes #139
62
630.6.0 / 2011-02-18
64==================
65
66 * Added `stylus(1)` direct css to stylus file conversion [Mario]
67 For example instead of `$ stylus --css < foo.css > foo.styl`
68 you may now either `$ stylus --css foo.css` or provide
69 a destination path `$ stylus --css foo.css /tmp/out.styl`.
70
71 * Added postfix conditionals. Closes #74
72 Expressive ruby-ish syntax, ex: `padding 5px if allow-padding`.
73
740.5.3 / 2011-02-17
75==================
76
77 * Added `in` operator. `3 in nums`, `padding in props` etc
78 * Added `Expression#hash`, hashing all of the nodes in order
79 * Added tests for conditionals with braces. Closes #136
80 * Fixed ids that are also valid colors. Closes #137
81
820.5.2 / 2011-02-15
83==================
84
85 * Fixed spaces after "}" with css-style. Closes #131
86 * Fixed single-line css-style support. Closes #130
87
880.5.1 / 2011-02-11
89==================
90
91 * Fixed mixin property ordering. Closes #125
92
930.5.0 / 2011-02-09
94==================
95
96 * Added `lighten-by()` BIF
97 * Added `darken-by()` BIF
98
990.4.1 / 2011-02-09
100==================
101
102 * Added support for function definition braces
103 * Fixed issue with invalid color output. Closes #127
104
1050.4.0 / 2011-02-07
106==================
107
108 * Added css-style syntax support
109 * Fixed support for `*` selector within __@media__ blocks
110
1110.3.1 / 2011-02-04
112==================
113
114 * Fixed property disambiguation logic. Closes #117
115 You no longer need to add a trailing comma when
116 chaining selectors such as 'td:nth-child(2)\ntd:nth-child(3)'
117
1180.3.0 / 2011-02-04
119==================
120
121 * Added more assignment operators. Closes #77
122 +=, -=, *=, /=, and %=
123
1240.2.1 / 2011-02-02
125==================
126
127 * Fixed `--compress` when passing files for stylus(1). Closes #115
128 * Fixed bug preventing absolute paths from being passed to `@import`
129 * Fixed `opposite-position()` with nested expressions, unwrapping
130 * Fixed a couple global var leaks [aheckmann]
131
1320.2.0 / 2011-02-01
133==================
134
135 * Added; `url()` utilizing general lookup paths.
136 This means that `{ paths: [] }` is optional now, as lookups
137 will be relative to the file being rendered by default.
138
139 * Added `-w, --watch` support to stylus(1). Closes #113
140
1410.1.0 / 2011-02-01
142==================
143
144 * Added `opposite-position(positions)` built-in function
145 * Added `image-lookup(path)` built-in function
146 * Added `-o, --out <dir>` support to stylus(1)
147 * Added `stylus [file|dir ...]` support
148 * Added; defaulting paths to `[CWD]` for stylus(1)
149 * Changed; `unquote()` using `Literal` node
150 * Changed; utilizing `Literal` in place of some `Ident`s
151
1520.0.2 / 2011-01-31
153==================
154
155 * Added optional property colon support. Closes #110
156 * Added `--version` to stylus(1)
157
1580.0.1 / 2011-01-31
159==================
160
161 * Initial release
\No newline at end of file