您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Change Log
  2. 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.
  3. <a name="3.0.0"></a>
  4. # [3.0.0](https://github.com/nexdrew/ansi-align/compare/v2.0.0...v3.0.0) (2018-12-17)
  5. ### Bug Fixes
  6. * **package:** update string-width to version 3.0.0 ([#50](https://github.com/nexdrew/ansi-align/issues/50)) ([67f0d8f](https://github.com/nexdrew/ansi-align/commit/67f0d8f))
  7. ### BREAKING CHANGES
  8. * **package:** Node 4 no longer supported, please update to Node 6+ or use ansi-align@2.0.0
  9. <a name="2.0.0"></a>
  10. # [2.0.0](https://github.com/nexdrew/ansi-align/compare/v1.1.0...v2.0.0) (2017-05-01)
  11. ### Features
  12. * ES2015ify, dropping support for Node <4 ([#30](https://github.com/nexdrew/ansi-align/issues/30)) ([7b43f48](https://github.com/nexdrew/ansi-align/commit/7b43f48))
  13. ### BREAKING CHANGES
  14. * Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use ansi-align@1.1.0
  15. <a name="1.1.0"></a>
  16. # [1.1.0](https://github.com/nexdrew/ansi-align/compare/v1.0.0...v1.1.0) (2016-06-06)
  17. ### Features
  18. * support left-alignment as no-op ([#3](https://github.com/nexdrew/ansi-align/issues/3)) ([e581db6](https://github.com/nexdrew/ansi-align/commit/e581db6))
  19. <a name="1.0.0"></a>
  20. # 1.0.0 (2016-04-30)
  21. ### Features
  22. * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))