Skip to content

Releases: showdownjs/showdown

0.5.1

13 May 21:47
Compare
Choose a tag to compare

Bug Fixes

showdown.js

0.5.0

22 Apr 14:47
Compare
Choose a tag to compare

Fixes issue #133.

Please note the new file organization:

  • compressed/showdown.js (concatenated)
  • compressed/showdown.min.js (concatenated and minified)
  • compressed/showdown.js.map (map)
  • compressed/extensions/<extension name>.min.js (minified)
  • compressed/extensions/<extension name>.min.js.map (map)

0.3.4

06 Jan 16:14
Compare
Choose a tag to compare

Version 0.3.4

NOTE: This release might break backwards compatibility (with 0.3.x) due to a change in filename case: see #133 for more info

Bug Fixes:

  • ng-showdown.js
    • (#128) Fixes issue where compressed/concatenated file breaks if angular is not present. e4d96c4

0.3.3

05 Jan 00:46
Compare
Choose a tag to compare

Version 0.3.3

Bug Fixes:

Features

  • AngularJS integration
  • Bower integration