-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add CHANGELOG.md and release v 1.0.0
- Loading branch information
Showing
1 changed file
with
23 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,23 @@ | ||
<a name"1.0.0"></a> | ||
## 1.0.0 (2015-06-04) | ||
|
||
#### Release information | ||
|
||
This release updates the extension in order to make it compatible with showdown v.1.0.x. | ||
However, this version is not compatible with older versions of showdown. | ||
Since prettify extension was previously bundled with showdown, with versions prior to v 1.0.x, use the bundled version instead. | ||
|
||
#### Compatibility | ||
|
||
**Compatible with showdown v.1.0.x** | ||
|
||
#### Features | ||
|
||
* **bower.json**: add dependencies to bower json | ||
* **package.json**: add dependencies to package.json | ||
|
||
#### Breaking changes | ||
|
||
* **renamed files**: src file renamed to `showdown-prettify.js`. | ||
To update, if your using src files directly, change your dependencies from `prettify.js` to `showdown-prettify.js` | ||
|