Skip to content

Commit 7147123

Browse files
committed
Add changes log
PR-URL: #47
1 parent 5451ec5 commit 7147123

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [Unreleased][unreleased]
4+
5+
## [1.0.0][] - 2020-12-16
6+
7+
- Contributing notes and templates, security policy
8+
- Fix code style, update linter and formatter rules
9+
- Editor configuration and other chore stuff
10+
11+
## [0.1.16][] - 2020-10-03
12+
13+
- Color style definition syntax (to hide unreadable escape styles)
14+
- String template tag to style expressions in back-tick syntax
15+
- Tag factory to create syling functions to be used in back-tick syntax
16+
- Style function (wrappers to add escape styles)
17+
- Themes (set of named styles)
18+
19+
[unreleased]: https://github.com/metarhia/concolor/compare/v1.0.0...HEAD
20+
[1.0.0]: https://github.com/metarhia/concolor/compare/v0.1.16...v1.0.0
21+
[0.1.16]: https://github.com/metarhia/concolor/releases/tag/v0.1.16

0 commit comments

Comments
 (0)