Skip to content

Releases: showdownjs/table-extension

1.0.1 (2015-06-17)

17 Jun 01:50
Compare
Choose a tag to compare

Bug Fixes

  • dist: fix wrong names in distribution files

1.0.0 (2015-06-04)

04 Jun 17:18
Compare
Choose a tag to compare

Release information

This release updates the extension in order to make it compatible with showdown v.1.0.x.
However, this version is not compatible with older versions of showdown.
Since table extension was previously bundled with showdown, with versions prior to v 1.0.x, use the bundled version instead.

Compatibility

Compatible with showdown v.1.0.x

Features

  • bower.json: add dependencies to bower json
  • package.json: add dependencies to package.json

Breaking changes

  • renamed files: src file renamed to showdown-table.js.
    To update, if your using src files directly, change your dependencies from table.js to showdown-table.js