Releases: progsource/maddy
Releases · progsource/maddy
1.6.0
version 1.6.0
- Added: CMake install and find_package() support.
- Added: Script to update maddy version number in all files.
1.5.0
version 1.5.0
- Added: Correctly parse links with title text, i.e.
[link](http://example.com "example"). - Fixed: Do not create invalid URLs from links with spaces, i.e.
[link](/ABC/some file). - Fixed: Do not create invalid HTML from links with quotes, i.e.
[link](/ABC/some"file). - Added: benchmarks.
1.4.0
version 1.4.0
- Changed: Updated google test to v1.16.0.
- Added: clang-format
- Added: automatic update dependencies ci
- Fixed:
(This is a [link](/ABC/some file) (the URL will include this).)should not put the later parenthesis into the link url. - Removed: config flags
isEmphasizedParserEnabledandisHTMLWrappedInParagraph. Useconfig->enabledParsers &= ~maddy::types::EMPHASIZED_PARSER;andconfig->enabledParsers |= maddy::types::HTML_PARSER;to gain the same behavior as if the previous config flags were set tofalse.
You can find all changes of this release in the changelog