Browse Source

2.1.0 released

pull/14/head 2.1.0
Vitaly Puzrin 10 years ago
parent
commit
47f7f689eb
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,8 +1,9 @@
2.1.0 / WIP
2.1.0 / 2014-12-21
------------------
- Separated method to enable rules by whitelist (enableOnly).
- Shortcuts for bulk enable/disable rules.
- Changed second param of enable/disable ruler methods.
- Shortcuts in main class for bulk enable/disable rules.
- ASCII-friendly browserified files.
- Separate package for spec tests.

2
package.json

@ -1,6 +1,6 @@
{
"name": "markdown-it",
"version": "2.0.0",
"version": "2.1.0",
"description": "Markdown parser with plugins",
"keywords": [
"markdown",

Loading…
Cancel
Save