Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 1.21 KB

<a name"1.0.0">

1.0.0 (2015-07-18)

Bug Fixes

  • correct module name from showdown to ng-showdown (15093427)
  • use $sce instead of sanitize (701930d4)
  • angular variable undefined when window.angular is used (59e4534c)
  • build showdown for the dist files are not empty (708a5e73, closes #5)
  • directive namespace (0234382c)
  • build: update banner and footer to add missing comma (7d618e13)
  • package.json: fix package.json dependencies and test command (c001ed19)

Features

  • $showdown: make getOption work (7680c830)

Breaking Changes

  • The angular module name has changed from 'showdown' to 'ng-showdown'(15093427)