UNPKG

1.74 kBMarkdownView Raw
1## v1.0.1 - September 4, 2014
2
3 * Allow overriding templates from the configuration.
4
5## v1.0.0 - August 13, 2014
6
7 * Version bump. No changes.
8
9## v0.7.0 - August 8, 2014
10
11 * Changed GitHub URL to https://github.com/styledown/styledown, and updated all
12 URLs in the docs accordingly.
13 * The default conf (`styledown --conf`) now includes a `<meta name='viewport'>`
14 tag for responsiveness.
15
16## v0.6.1 - August 7, 2014
17
18 * Make examples with long lines have more readable code by wrapping them.
19
20## v0.6.0 - August 7, 2014
21
22 * Added the `--output` option.
23 * Show an error when `styledown FILE` is invoked with an invalid file.
24 * Update the HTML indentation library.
25
26## v0.5.0 - August 7, 2014
27
28 * CSS: improve appearance of code examples.
29 * CSS: make the layout responsive.
30 * Document the API.
31 * Make the documentation more readable by breaking it apart into files.
32 * Update the `Styledown.parse` API to accept arrays of files too.
33
34## v0.4.1 - August 6, 2014
35
36 * Update examples. No other changes.
37
38## v0.4.0 - August 6, 2014
39
40 * Implement some JavaScript, which you can get via `styledown --js`.
41 * HTML code is now hidden by default. (Requires the use of JS)
42
43## v0.3.0 - August 6, 2014
44
45 * Remove the undocumented Express/Connect middleware.
46 * Add more examples.
47 * (internal) Upgrade Cheerio from 0.13 to 0.17.
48 * (internal) Upgrade Jade from 1.1 to 1.5.
49 * (internal) Make Styledown compatible with Ruby. A rubygem should be out soon.
50
51## v0.2.1 - August 5, 2014
52
53 * Use inline CSS mode by default when used with CSS files.
54
55## v0.2.0 - August 5, 2014
56
57 * Implement `--help` and `--version`.
58 * Implement opening a file via `styledown FILE`.
59 * Implement `--inline` mode.
60
61## v0.1.0-pre - March 4, 2014
62
63Initial release.