Skip to content

Commit

Permalink
chore(changelog): prepare for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxRules committed Jul 18, 2015
1 parent a4de859 commit 0c9b65a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<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))

0 comments on commit 0c9b65a

Please sign in to comment.