Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: progsource/maddy

Tags

1.6.0

Toggle 1.6.0's commit message
version 1.6.0

* **Added:** CMake install and find_package() support.
* **Added:** Script to update maddy version number in all files.

1.5.0

Toggle 1.5.0's commit message
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

Toggle 1.4.0's commit message
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 `isEmphasizedParserEnabled` and `isHTMLWrappedInParagraph`. Use `config->enabledParsers &= ~maddy::types::EMPHASIZED_PARSER;` and `config->enabledParsers |= maddy::types::HTML_PARSER;` to gain the same behavior as if the previous config flags were set to `false`.

1.3.0

Toggle 1.3.0's commit message
version 1.3.0

1.2.1

Toggle 1.2.1's commit message
version 1.2.1

1.2.0

Toggle 1.2.0's commit message
version 1.2.0

1.1.2

Toggle 1.1.2's commit message
version 1.1.2

1.1.1

Toggle 1.1.1's commit message
version 1.1.1

1.1.0

Toggle 1.1.0's commit message
release version 1.1.0

1.0.3

Toggle 1.0.3's commit message
release version 1.0.3