UNPKG

1.87 kBMarkdownView Raw
1
20.5.0 / 2011-02-09
3==================
4
5 * Added `lighten-by()` BIF
6 * Added `darken-by()` BIF
7
80.4.1 / 2011-02-09
9==================
10
11 * Added support for function definition braces
12 * Fixed issue with invalid color output. Closes #127
13
140.4.0 / 2011-02-07
15==================
16
17 * Added css-style syntax support
18 * Fixed support for `*` selector within __@media__ blocks
19
200.3.1 / 2011-02-04
21==================
22
23 * Fixed property disambiguation logic. Closes #117
24 You no longer need to add a trailing comma when
25 chaining selectors such as 'td:nth-child(2)\ntd:nth-child(3)'
26
270.3.0 / 2011-02-04
28==================
29
30 * Added more assignment operators. Closes #77
31 +=, -=, *=, /=, and %=
32
330.2.1 / 2011-02-02
34==================
35
36 * Fixed `--compress` when passing files for stylus(1). Closes #115
37 * Fixed bug preventing absolute paths from being passed to `@import`
38 * Fixed `opposite-position()` with nested expressions, unwrapping
39 * Fixed a couple global var leaks [aheckmann]
40
410.2.0 / 2011-02-01
42==================
43
44 * Added; `url()` utilizing general lookup paths.
45 This means that `{ paths: [] }` is optional now, as lookups
46 will be relative to the file being rendered by default.
47
48 * Added `-w, --watch` support to stylus(1). Closes #113
49
500.1.0 / 2011-02-01
51==================
52
53 * Added `opposite-position(positions)` built-in function
54 * Added `image-lookup(path)` built-in function
55 * Added `-o, --out <dir>` support to stylus(1)
56 * Added `stylus [file|dir ...]` support
57 * Added; defaulting paths to `[CWD]` for stylus(1)
58 * Changed; `unquote()` using `Literal` node
59 * Changed; utilizing `Literal` in place of some `Ident`s
60
610.0.2 / 2011-01-31
62==================
63
64 * Added optional property colon support. Closes #110
65 * Added `--version` to stylus(1)
66
670.0.1 / 2011-01-31
68==================
69
70 * Initial release
\No newline at end of file