mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
cmake configuration for running tests is now in the tests folder. Add option in main cmake file that has to be set to ON and only build the tests in that case. Update appveyor and travis ci configurations accordingly.
4.1 KiB
4.1 KiB
Changelog
This file tries to follow roughly Keep a Changelog. maddy uses semver versioning.
Badges
for any bug fixes.
in case of vulnerabilities.
for new features.
for changes in existing functionality.
for soon-to-be removed features.
for now removed features.
Upcoming
Added Changelog
Added contribution guideline
updated cmake minimum required version to 3.25
gtest is now loaded via cmake and not a git submodule any longer - updated gtest version to 1.13.0
tests are only run if the cmake option
MADDY_ENABLED_TESTSis on, moved test cmake code to thetestssubfolder- ?
version 1.1.2 2020-10-04
*,+and-are equivalent for making unordered bullet listParsing support for fully numeric ordered lists
make
Parser::Parseaccept istreams instead of stringstreamCMake is creating an interface library which you can include in your own
target_link_librariesand the global include path is untouched from maddy.
version 1.1.1 2019-12-27
BreakLineParser
HTMLParser
Added optional config with the following options:
- en-/disable the emphasized parser
- wrap/not wrap HTML in markdown within a paragraph in output
Updated gtest to release-1.10.0 to fix build issues
version 1.1.0 2019-02-19
Added missing includes to BlockParser
Added missing dtor to BlockParser and LineParser
__test__can also be used to get<strong>text</strong>Added AppVeyor CI
Added clang for CI
Single underscore
_results in emphasized tag<em>, single*in italic tag<i>
version 1.0.3 2018-01-18
Make sure that all parsers are finished
ol documentation
Added Travic-CI with gcc
Added Howto for running the tests on the README
version 1.0.2 2017-12-26
version 1.0.1 2017-12-25
Fixed inline code for bold, emphasized and strikethrough
Fixed spelling in README
Use Gold Linker on Unix if available for faster compile time
Added Github ISSUE_TEMPLATE
version 1.0.0 2017-12-25
initial release