-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(changelog): prepare for 1.0.0 release
- Loading branch information
1 parent
a4de859
commit 0c9b65a
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
|