<a name"1.0.0"></a>
## 1.0.0 (2015-07-18)


#### Bug Fixes

* correct module name from showdown to ng-showdown ([15093427](http://github.com/showdownjs/ngShowdown/commit/15093427))
* use $sce instead of sanitize ([701930d4](http://github.com/showdownjs/ngShowdown/commit/701930d4))
* angular variable undefined when window.angular is used ([59e4534c](http://github.com/showdownjs/ngShowdown/commit/59e4534c))
* build showdown for the dist files are not empty ([708a5e73](http://github.com/showdownjs/ngShowdown/commit/708a5e73), closes [#5](http://github.com/showdownjs/ngShowdown/issues/5))
* directive namespace ([0234382c](http://github.com/showdownjs/ngShowdown/commit/0234382c))
* **build:** update banner and footer to add missing comma ([7d618e13](http://github.com/showdownjs/ngShowdown/commit/7d618e13))
* **package.json:** fix package.json dependencies and test command ([c001ed19](http://github.com/showdownjs/ngShowdown/commit/c001ed19))


#### Features

* **$showdown:** make getOption work ([7680c830](http://github.com/showdownjs/ngShowdown/commit/7680c830))


#### Breaking Changes

* The angular module name has changed from 'showdown' to 'ng-showdown'([15093427](http://github.com/showdownjs/ngShowdown/commit/15093427))

