EarmarkParser is the Markdown to AST part of Earmark.
This thread shall just inform of new EarmarkParser releases (and a small backlog of unpublished Release Notes)
EarmarkParser is the Markdown to AST part of Earmark.
This thread shall just inform of new EarmarkParser releases (and a small backlog of unpublished Release Notes)
Thank you for the approval…
Gladly following ex_doc
to drop support for
Elixir versions < 1.13
More Github actions with fail-on-warning to avoid the need for fixes like the one below
Fixed warning because of bad config of using dialxir
Kudos to Jan Pieper
I just released
I just released
This is only needed if you use Elixir 1.18 and want to get rid of the warnings.
All other changes are internal, as usual here are the RELEASE NOTES
Added runners for 1.18 to the github CI workflows
Optimize Line Scanner by precompilation of the rgxen used, actually performance did not change
but this was also a conceptionally cleaner refactoring.
Remove support for Elixir 1.13 as did ex_doc
Upgrade excoveralls and dialyxir
I just released
This one is needed for OTP-28, many thanx to José Valim
for providing the necessary PR: Avoid regexes at compile-time as they may not be supported on OTP 28