Răsfoiți Sursa

release 1.7.0

Estevao Soares dos Santos 8 ani în urmă
părinte
comite
1eee6afe29
6 a modificat fișierele cu 69 adăugiri și 1 ștergeri
  1. 27 0
      CHANGELOG.md
  2. 0 0
      dist/showdown.min.js
  3. 0 0
      dist/showdown.min.js.map
  4. 1 1
      package.json
  5. 0 0
      performance.json
  6. 41 0
      performance.log.md

+ 27 - 0
CHANGELOG.md

@@ -1,3 +1,30 @@
+<a name="1.7.0"></a>
+# [1.7.0](https://github.com/showdownjs/showdown/compare/1.6.4...v1.7.0) (2017-06-01)
+
+
+### Bug Fixes
+
+* **anchors:** fix issue with brackets in link URL ([7ba18dd](https://github.com/showdownjs/showdown/commit/7ba18dd)), closes [#390](https://github.com/showdownjs/showdown/issues/390)
+* **excludeTrailingPunctuationFromURL:** add comma to punctuation list ([fa35fd5](https://github.com/showdownjs/showdown/commit/fa35fd5)), closes [#354](https://github.com/showdownjs/showdown/issues/354)
+* **excludeTrailingPunctuationFromURLs:** fix weird character when this option with simplifiedAutoLinks ([71acff5](https://github.com/showdownjs/showdown/commit/71acff5)), closes [#378](https://github.com/showdownjs/showdown/issues/378)
+* **HTML parsing:** fix HTML parsing issues with nested tags ([6fbc072](https://github.com/showdownjs/showdown/commit/6fbc072)), closes [#357](https://github.com/showdownjs/showdown/issues/357) [#387](https://github.com/showdownjs/showdown/issues/387)
+* **openLinksInNewWindow:** encode _ to prevent clash with em ([813f832](https://github.com/showdownjs/showdown/commit/813f832)), closes [#379](https://github.com/showdownjs/showdown/issues/379)
+* **package:** update yargs to version 7.0.1 ([#349](https://github.com/showdownjs/showdown/issues/349)) ([9308d7b](https://github.com/showdownjs/showdown/commit/9308d7b))
+* **package:** update yargs to version 8.0.1 ([#385](https://github.com/showdownjs/showdown/issues/385)) ([5fd847b](https://github.com/showdownjs/showdown/commit/5fd847b))
+* **simpleAutoLinks:** URLs with emphasis/strikethrough are parsed ([5c50675](https://github.com/showdownjs/showdown/commit/5c50675)), closes [#347](https://github.com/showdownjs/showdown/issues/347)
+* **tables:** pipe char can now be escaped ([1ebc195](https://github.com/showdownjs/showdown/commit/1ebc195)), closes [#345](https://github.com/showdownjs/showdown/issues/345)
+* **url parsing:** fix url edge case parsing in images and links ([30aa18c](https://github.com/showdownjs/showdown/commit/30aa18c))
+
+
+### Features
+
+* **customizeHeaderId:** add option for customizing header ids ([94c570a](https://github.com/showdownjs/showdown/commit/94c570a)), closes [#383](https://github.com/showdownjs/showdown/issues/383)
+* **images:** add support for image's implicit reference syntax ([0c6c07b](https://github.com/showdownjs/showdown/commit/0c6c07b)), closes [#366](https://github.com/showdownjs/showdown/issues/366)
+* **literalMidWordAsterisks:** add option for mid word asterisks ([5bec8f9](https://github.com/showdownjs/showdown/commit/5bec8f9))
+* **openLinksInNewWindow:** add option to open all links in a new window ([50235d6](https://github.com/showdownjs/showdown/commit/50235d6)), closes [#362](https://github.com/showdownjs/showdown/issues/362) [#337](https://github.com/showdownjs/showdown/issues/337) [#249](https://github.com/showdownjs/showdown/issues/249) [#247](https://github.com/showdownjs/showdown/issues/247) [#222](https://github.com/showdownjs/showdown/issues/222)
+
+
+
 <a name="1.6.4"></a>
 ## [1.6.4](https://github.com/showdownjs/showdown/compare/1.6.3...1.6.4) (2017-02-06)
 

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/showdown.min.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/showdown.min.js.map


+ 1 - 1
package.json

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

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
performance.json


+ 41 - 0
performance.log.md

@@ -1,6 +1,47 @@
 # Performance Tests for showdown
 
 
+## [version 1.7.0](https://github.com/showdownjs/showdown/tree/1.7.0)
+
+### Test Suite: Basic (50 cycles)
+| test | avgTime | max | min |
+|:-----|--------:|----:|----:|
+|Simple "Hello World"|0.393|9.953|0.097|
+|performance.testfile.md|29.416|54.253|25.949|
+
+### Test Suite: subParsers (20 cycles)
+| test | avgTime | max | min |
+|:-----|--------:|----:|----:|
+|hashHTMLBlocks|4.062|7.185|2.326|
+|anchors|0.488|4.086|0.281|
+|autoLinks|0.086|0.200|0.063|
+|blockQuotes|2.071|4.554|1.733|
+|codeBlocks|0.253|0.864|0.178|
+|codeSpans|0.261|0.592|0.160|
+|detab|0.095|0.130|0.089|
+|encodeAmpsAndAngles|0.103|0.192|0.095|
+|encodeBackslashEscapes|0.106|0.589|0.071|
+|encodeCode|0.927|1.182|0.835|
+|escapeSpecialCharsWithinTagAttributes|0.276|0.617|0.245|
+|githubCodeBlocks|0.195|0.980|0.139|
+|hashBlock|0.062|0.483|0.035|
+|hashElement|0.001|0.025|0.000|
+|hashHTMLSpans|4.120|4.610|3.859|
+|hashPreCodeTags|0.147|0.535|0.105|
+|headers|1.308|4.253|0.856|
+|horizontalRule|0.220|0.374|0.194|
+|images|0.150|0.507|0.116|
+|italicsAndBold|0.306|0.872|0.241|
+|lists|3.447|4.893|2.407|
+|outdent|0.267|0.868|0.181|
+|paragraphs|5.867|8.331|4.970|
+|spanGamut|5.039|7.124|4.116|
+|strikethrough|0.004|0.073|0.000|
+|stripLinkDefinitions|0.153|0.243|0.140|
+|tables|0.002|0.044|0.000|
+|unescapeSpecialChars|0.009|0.041|0.007|
+
+
 ## [version 1.6.4](https://github.com/showdownjs/showdown/tree/1.6.4)
 
 ### Test Suite: Basic (50 cycles)

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff