Skip to content

Releases: erusev/parsedown

2.0.0 Beta 1

21 May 21:42
32278af
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release

This is an initial beta of the planned changes for v2.0.0.

Documentation is still being worked on for general usage. Some initial "extensions focused" documentation is available in: 2.0.x/docs/Migrating-Extensions-v2.0.md.

1.7.4

30 Dec 22:59
1.7.4
cb17b64
Compare
Choose a tag to compare

Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature is utilised internally and might have compatibility issues with extensions, this release does not use this feature internally so no such issues will be present.

Version 1.8.0-beta-6

17 Mar 18:31
1.8.0-beta-6
7d4c06c
Compare
Choose a tag to compare
Version 1.8.0-beta-6 Pre-release
Pre-release

This is a pre-release.

To see what's changed from 1.7.1, please refer to the draft release notes in #601.

Any testing, bug-reports, or bug-fixes are very welcome.


This beta increment is a security release and resolves an issue which would allow a user to add arbitrary classes to fenced code blocks. This might have security consequences, see #699 for more detail.

1.7.3

02 Apr 07:13
1.7.3
6d89393
Compare
Choose a tag to compare
1.7.3

1.7.2

17 Mar 18:34
1.7.2
d60bcdc
Compare
Choose a tag to compare

This is a security release and resolves an issue which would allow a user to add arbitrary classes to fenced code blocks. This might have security consequences, see #699 for more detail.

Version 1.8.0-beta-5

11 Jun 18:18
c26a2ee
Compare
Choose a tag to compare
Version 1.8.0-beta-5 Pre-release
Pre-release

This is a pre-release.

To see what's changed from 1.7.1, please refer to the draft release notes in #601.

Any testing, bug-reports, or bug-fixes are very welcome.


This beta release restores the existence of some previously deleted protected interface endpoints.

Version 1.8.0-beta-4

08 May 21:47
1f69f7e
Compare
Choose a tag to compare
Version 1.8.0-beta-4 Pre-release
Pre-release

This is a pre-release.

To see what's changed from 1.7.1, please refer to the draft release notes in #601.

Any testing, bug-reports, or bug-fixes are very welcome.


Some minor bug-fixes have been resolved since beta-3.

Version 1.8.0-beta-3

07 May 13:28
fd95703
Compare
Choose a tag to compare
Version 1.8.0-beta-3 Pre-release
Pre-release

This is a pre-release.

To see what's changed from 1.7.1, please refer to the draft release notes in #601.

Any testing, bug-reports, or bug-fixes are very welcome.


Essentially this is the second beta but I forgot to bump the class version number before tagging, and I'm not a fan of deleting version tags – hence number 3.

Version 1.8.0-beta-1

08 Apr 01:50
600db7e
Compare
Choose a tag to compare
Version 1.8.0-beta-1 Pre-release
Pre-release

This is a pre-release.

To see what's changed from 1.7.1, please refer to the draft release notes in #601.

Any testing, bug-reports, or bug-fixes are very welcome.

1.7.1

08 Mar 01:30
92e9c27
Compare
Choose a tag to compare

This is a bugfix release. The following have been resolved:

#475: "Loose" lists will now contain paragraphs in all items, not just some.
#433: Links will no longer be double nested
#525: The info-string when beginning a code block may now contain non-word characters (e.g. c++)
#561: The mbstring extension (which we already depend on) has been added explicitly to composer.json
#563: The Parsedown::version constant now matches the release version
#560: Builds will now fail if we forget to update the version constant again 😉

Thanks to @PhrozenByte, @harikt, @erusev, @luizbills, and @aidantwoods for their contributions to this release.