Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: showdownjs/showdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Choose a base ref
...
head repository: showdownjs/showdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.2
Choose a head ref
  • 5 commits
  • 15 files changed
  • 1 contributor

Commits on Dec 1, 2016

  1. fix(listeners): fix listeners typo

    Closes #290
    tivie committed Dec 1, 2016
    Copy the full SHA
    f0d25b7 View commit details

Commits on Dec 17, 2016

  1. refactor(hr): speed up hr parsing

    speed up horizontal rule parsing by simplifying the regex
    tivie committed Dec 17, 2016
    Copy the full SHA
    0a856d5 View commit details
  2. fix: lines with mutiple dashes being parsed as multilists

    This input: `- - - a` causes trouble for the parser,
    since it interprets it as multiple sublists, where it should
    only interpert it as a list with a single list item.
    This commit fixes this behavior.
    
    Closes #312
    tivie committed Dec 17, 2016
    Copy the full SHA
    10b3410 View commit details
  3. 1
    Copy the full SHA
    6e90f7c View commit details
  4. release 1.5.2

    tivie committed Dec 17, 2016
    Copy the full SHA
    143f324 View commit details
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.5.2"></a>
## [1.5.2](https://github.com/showdownjs/showdown/compare/1.5.1...1.5.2) (2016-12-17)


### Bug Fixes

* **listeners:** fix listeners typo ([f0d25b7](https://github.com/showdownjs/showdown/commit/f0d25b7)), closes [#290](https://github.com/showdownjs/showdown/issues/290)
* **lists:** lines with mutiple dashes being parsed as multilists ([10b3410](https://github.com/showdownjs/showdown/commit/10b3410)), closes [#312](https://github.com/showdownjs/showdown/issues/312)
* **nbsp:** nbsp are replaced with simple spaces ([6e90f7c](https://github.com/showdownjs/showdown/commit/6e90f7c))



<a name="1.5.1"></a>
# [1.5.1](https://github.com/showdownjs/showdown/compare/1.5.0...1.5.1) (2016-12-01)

30 changes: 25 additions & 5 deletions dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.js.map

Large diffs are not rendered by default.

Loading