Skip to content

Releases: showdownjs/prettify-extension

1.0.2 (2015-06-04)

04 Jun 16:52
Compare
Choose a tag to compare

Release information

This is an hotfix for the documentation. (NPM requires a patch bump to update README.md)
You don't need to update if you're using v 1.0.0 or 1.0.1

1.0.1 (2015-06-04)

04 Jun 16:51
Compare
Choose a tag to compare

Release information

This is an hotfix for the npm package. Previously, the main attribute was poiting to an unexisting file. This hotfix fixes this.

Bug Fixes

  • package.json: fix main attribute in package.json (d219bf1a)

1.0.0 (2015-06-04)

04 Jun 12:41
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 prettify 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-prettify.js.
    To update, if you're using src files directly, change your dependencies from prettify.js to showdown-prettify.js