.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ansi-align / CHANGELOG.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5 <a name="2.0.0"></a>
6 # [2.0.0](https://github.com/nexdrew/ansi-align/compare/v1.1.0...v2.0.0) (2017-05-01)
7
8
9 ### Features
10
11 * ES2015ify, dropping support for Node <4 ([#30](https://github.com/nexdrew/ansi-align/issues/30)) ([7b43f48](https://github.com/nexdrew/ansi-align/commit/7b43f48))
12
13
14 ### BREAKING CHANGES
15
16 * Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use ansi-align@1.1.0
17
18
19
20 <a name="1.1.0"></a>
21 # [1.1.0](https://github.com/nexdrew/ansi-align/compare/v1.0.0...v1.1.0) (2016-06-06)
22
23
24 ### Features
25
26 * support left-alignment as no-op ([#3](https://github.com/nexdrew/ansi-align/issues/3)) ([e581db6](https://github.com/nexdrew/ansi-align/commit/e581db6))
27
28
29
30 <a name="1.0.0"></a>
31 # 1.0.0 (2016-04-30)
32
33
34 ### Features
35
36 * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))