UNPKG

1.5 kBMarkdownView Raw
1## v0.6.2 - November 10, 2014
2
3 * Add *repository* field to `package.json`. No functional changes.
4
5## v0.6.1 - August 4, 2014
6
7 * Fix `--numbers --debug` adding line numbers to debug info.
8 * Fix `--numbers` putting an extra line
9 * Always assume that small files (<24 lines) don't need a pager.
10 * Don't wrap long lines when using the pager.
11
12## v0.6.0 - August 4, 2014
13
14 * Add the `--numbers` option for line numbers.
15
16## v0.5.1 - August 3, 2014
17
18 * Fix the pager not being on by default.
19
20## v0.5.0 - July 31, 2014
21
22 * Change comment color to cyan.
23 * Add colors for javadoc tags.
24 * (Internal) documentations and tests.
25
26### v0.4.1
27
28 * JSON: prevent symbols (`{ }`) from being colorized as green.
29
30### v0.4.0
31
32 * Add colors for javadoc comments.
33 * Add support for Ruby string interpolation.
34 * Make the output of the undocumented `--debug` switch more useful.
35 * (Internal) Refactors to tests, color schemes, and many others.
36
37### v0.3.2
38
39 * Add colors for diffs (`--lang diff`).
40
41## v0.3.1 - July 30, 2014
42
43 * Fix piping not working.
44
45### v0.3.0
46
47 * Automatically page the output if the file is long.
48 * Throw less-verbose error messages.
49
50### v0.2.3
51
52 * Add colors for Markdown files (`--lang markdown`).
53 * Add colors for CSS tokens (`--lang css`).
54 * Add colors for C pre-processor directives.
55
56### v0.2.2
57
58 * Fix `--lang` not working properly.
59
60### v0.2.0
61
62 * Add `--languages` option to list available languages.
63 * Rename `--type` to `--lang`.
64
65## v0.1.0 - July 30, 2014
66
67 * Initial release.
68
\No newline at end of file