mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: try to make CI work in master
This commit is contained in:
parent
6f93b3eab1
commit
3fd1ea6d7f
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,4 +1,31 @@
|
|||
<a name="2.0.0"></a>
|
||||
# [2.0.0](https://github.com/showdownjs/showdown/compare/1.9.1...2.0.0) (2022-02-15)
|
||||
|
||||
### Breaking Changes
|
||||
* Supported Node Versions were set to match the [node release schedule](https://nodejs.org/en/about/releases/) which at the time of writing includes Node 12.x, 14.x, 16.x and 17.x
|
||||
* The `yargs` dependecy was updated to `^17.2.1` to mitigate a security issue.
|
||||
* The Showdown Licesnse has been changed from BSD-3-Clause to MIT
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow escaping of colons ([25c4420](https://github.com/showdownjs/showdown/commit/25c4420))
|
||||
* reduce npm package size ([35730b7](https://github.com/showdownjs/showdown/commit/35730b7)), closes [#619](https://github.com/showdownjs/showdown/issues/619)
|
||||
|
||||
### Features
|
||||
|
||||
* Added `ellipsis` option to configure if the ellipsis unicode character is used or not. ( Thanks @VladimirV99 )
|
||||
* Added a default security policy. Please report security issues to the issues tab on GitHub.
|
||||
|
||||
|
||||
<a name="1.9.1"></a>
|
||||
## [1.9.1](https://github.com/showdownjs/showdown/compare/1.9.0...1.9.1) (2019-11-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **openLinksInNewWindow:** add rel="noopener noreferrer" to links ([1cd281f](https://github.com/showdownjs/showdown/commit/1cd281f)), closes [#670](https://github.com/showdownjs/showdown/issues/670)
|
||||
|
||||
<a name="1.0.0"></a>
|
||||
# [1.9.0](https://github.com/showdownjs/showdown/compare/1.8.7...1.9.0) (2018-11-10)
|
||||
|
||||
Version 1.9.0 introduces a new feature, the Markdown to HTML converter. This feature is still experimental and is a partial backport of the new Reverse Converter planned for version 2.0.
|
||||
|
|
BIN
dist/showdown.min.js
vendored
BIN
dist/showdown.min.js
vendored
Binary file not shown.
BIN
dist/showdown.min.js.map
vendored
BIN
dist/showdown.min.js.map
vendored
Binary file not shown.
811
package-lock.json
generated
811
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -54,12 +54,12 @@
|
|||
"performance-now": "^2.1.0",
|
||||
"quiet-grunt": "^0.2.0",
|
||||
"semver": "^7.3.0",
|
||||
"semver-sort": "^0.0.4",
|
||||
"semver-sort": "^1.0.0",
|
||||
"sinon": "^12.0.1",
|
||||
"source-map-support": "^0.5.20"
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsdom": "^18.0.1",
|
||||
"jsdom": "^19.0.0",
|
||||
"yargs": "^17.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user