UNPKG

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