UNPKG

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