Skip to content

Commit

Permalink
chore(version): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
citycide committed Jan 14, 2018
1 parent 70e2cd8 commit 35367a4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions changelog.md
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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tablemark",
"version": "1.1.0",
"version": "1.2.0",
"description": "Generate markdown tables from JSON data.",
"author": {
"name": "Bo Lingen",
Expand Down

0 comments on commit 35367a4

Please sign in to comment.