Skip to content

Releases: erusev/parsedown

Safe Mode

28 Feb 11:46
6678d59
Compare
Choose a tag to compare
Merge pull request #495 from aidantwoods/anti-xss

Prevent various XSS attacks [rebase and update of #276]

1.6.0

04 Oct 16:45
Compare
Choose a tag to compare
  • late static binding for Parsedown::instance()

Inline Equality

19 Jan 15:52
Compare
Choose a tag to compare
1.5.0

resolve #90

Block Definitions

12 Jan 22:12
Compare
Choose a tag to compare
1.4.0

void markup blocks be marked

Markup

12 Jan 01:05
Compare
Choose a tag to compare
1.3.0

"src" and "alt" attributes should come first

Babel

10 Jan 12:58
Compare
Choose a tag to compare
1.2.0

update readme

markupEscaped

26 Sep 09:06
Compare
Choose a tag to compare
1.1.0

improve extensibility of test case

The Release

14 May 11:25
Compare
Choose a tag to compare
1.0.0

resolve #105

Мaturity

18 Apr 15:07
Compare
Choose a tag to compare

This is a major release. It introduces a more granular class architecture. This improves extensibility and makes the code easier to read. The release also introduces an interface that allows independent parsing of inline elements.

p.s. There's an implementation detail that I'd like to mention. It is about the use of strpbrk. I wanted to mention it, because the idea that strpbrk could replace strpos came from another project - a Parsedown based project by @cebe. I should also mention that it was brought to my attention by @hkdobrev.

Respect for the Spec

22 Jan 19:58
Compare
Choose a tag to compare
0.9.0

backtick within code span