Skip to content

Commit

Permalink
chore(version): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haltcase committed Oct 26, 2021
1 parent 10c7cf9 commit 7be98b0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [`3.0.0`](https://github.com/citycide/tablemark/compare/v2.0.0...v3.0.0) (2021-10-26)

###### FEATURES

* rewrite in TypeScript as ESM ([feb3dd1](https://github.com/citycide/tablemark/commit/feb3dd1))
* require node 14.16+ ([21b6d9e](https://github.com/citycide/tablemark/commit/21b6d9e))


###### BREAKING CHANGES

* support for node <14.16 has been dropped.
* tablemark must be used as an ES module and is no longer available as common js.
* the shape of the options object to the `tablemark` function is simplified:
* `options.stringify` &rarr; `options.toCellText`
* `options.wrap.width` &rarr; `options.wrapWidth`
* `options.wrap.gutters` &rarr; `options.wrapWithGutters`
* a `RangeError` is thrown instead of a `TypeError` when
an invalid alignment is specified.

---

<a name="2.0.0"></a>
## [`2.0.0`](https://github.com/citycide/tablemark/compare/v1.2.0...v2.0.0) (2019-07-25)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "tablemark",
"version": "3.0.0",
"description": "Generate markdown tables from a list of objects or JSON data.",
"author": "Bo Lingen <[email protected]> (https://github.com/citycide)",
"license": "MIT",
Expand Down

0 comments on commit 7be98b0

Please sign in to comment.