Browse Source

4.1.0 released

pull/82/head 4.1.0
Vitaly Puzrin 10 years ago
parent
commit
170bc1ce54
  1. 10
      CHANGELOG.md
  2. 2
      package.json

10
CHANGELOG.md

@ -1,3 +1,13 @@
4.1.0 / 2015-03-31
------------------
- Security: disabled `data:` URLs by default (except some image mimes), to avoid
possible XSS. Version bumped, because features changed (formally). If you did
not used `data:` URLs, consider this version as 4.0.4 (no API changes).
- Simplified link validator code. Now more easy to understand and to copy
into your projects for customization.
4.0.3 / 2015-03-25
------------------

2
package.json

@ -1,6 +1,6 @@
{
"name": "markdown-it",
"version": "4.0.3",
"version": "4.1.0",
"description": "Markdown-it - modern pluggable markdown parser.",
"keywords": [
"markdown",

Loading…
Cancel
Save