-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
citycide
committed
Jan 14, 2018
1 parent
70e2cd8
commit 35367a4
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<a name="1.2.0"></a> | ||
### [`1.2.0`](https://github.com/citycide/tablemark/compare/v1.1.0...v1.2.0) (2018-01-14) | ||
|
||
|
||
###### BUG FIXES | ||
|
||
* handle pipes in content correctly ([#7](https://github.com/citycide/tablemark/issues/7)) ([3f803e9](https://github.com/citycide/tablemark/commit/3f803e9)) | ||
|
||
|
||
###### FEATURES | ||
|
||
* support text wrapping ([#6](https://github.com/citycide/tablemark/issues/6)) ([304d59d](https://github.com/citycide/tablemark/commit/304d59d)) | ||
|
||
|
||
###### PERFORMANCE | ||
|
||
* lift regex out of function scope ([6d8ab99](https://github.com/citycide/tablemark/commit/6d8ab99)) | ||
|
||
|
||
--- | ||
|
||
<a name="1.1.0"></a> | ||
### `1.1.0` (2017-09-13) | ||
|
||
Many thanks to @tjconcept for the new features in this latest release. :tada: | ||
|
||
###### FEATURES | ||
|
||
* align cell content ([cc5b883](https://github.com/citycide/tablemark/commit/cc5b8831f2dd7efd8754a79d15514760889a3827)) (#1) | ||
* sentence case headers derived from keys ([c2c97ff](https://github.com/citycide/tablemark/commit/c2c97fffe142e363f2ab49a42a9ef6666ae8c649)) (#2) | ||
* support custom "toString" function ([0c5d79b](https://github.com/citycide/tablemark/commit/0c5d79be00c5f2fc0018347bb126c175161ccae5)) (#3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters