Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 1.76 KB

0.1.9 (2017-07-17)

0.1.8 (2017-01-11)

0.1.7 (2016-11-11)

0.1.6 (2016-11-11)

Bug Fixes

  • release: drop official support for node < 4 (c8d529b)

0.1.5 (2016-11-11)

  • Tested against showdown 1.5, no functional changes

0.1.4 (2016-08-11)

  • Updated dependencies

0.1.3 (2016-05-15)

  • Showdown is now a peer dependency
  • Tested against Showdown 1.4
  • Tested against Node 4, 5 and 6

0.1.2 (2016-03-29)

  • Require node >= 0.10 (536dff7)
  • Tested against Showdown 1.3 (9507274)
  • Updated dependencies.

0.1.1 (2015-08-25)

(b41d64e)

  • Fixed encoding in code blocks nested inside block quotes. (a4fdac6)
  • Simplified and fixed inline code regex. (9594775)

0.1.0 (2015-08-25)

  • Initial release