Browse Source

release 1.5.3

Estevao Soares dos Santos 8 years ago
parent
commit
e8bcfac588
2 changed files with 15 additions and 1 deletions
  1. 14 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+<a name="1.5.3"></a>
+## [1.5.3](https://github.com/showdownjs/showdown/compare/1.5.2...v1.5.3) (2016-12-19)
+
+
+### Bug Fixes
+
+* parser slowness with certain inputs ([da8fb53](https://github.com/showdownjs/showdown/commit/da8fb53)), closes [#315](https://github.com/showdownjs/showdown/issues/315)
+
+### Features
+
+* **requireSpaceBeforeHeadingText:** option to make space between `#` and header text mandatory ([5d19877](https://github.com/showdownjs/showdown/commit/5d19877)), closes [#277](https://github.com/showdownjs/showdown/issues/277)
+
+
+
 <a name="1.5.2"></a>
 ## [1.5.2](https://github.com/showdownjs/showdown/compare/1.5.1...1.5.2) (2016-12-17)
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "showdown",
-  "version": "1.5.2",
+  "version": "1.5.3",
   "description": "A Markdown to HTML converter written in Javascript",
   "author": "Estevão Santos",
   "homepage": "http://showdownjs.github.io/showdown/",