RobertDober
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)
Trending in Announcing
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
I released Doggo, a collection of unstyled Phoenix components.
https://github.com/woylie/doggo
Features
Unstyled Phoenix components....
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
RobertDober
Thank you for the approval…
EarmarkParser 1.4.40 2024-07-02
Gladly following
ex_docto drop support forElixir 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
More typespecs and nicer formatting
Kudos to Brad Hanks
Pattern matching related refactoring
Kudos to Brad Hanks
EarmarkParser 1.4.39 2023-11-25
Kudos to Jonatan Kłosko
EarmarkParser 1.4.38 2023-11-10
Kudos to Wojtek Mach
RobertDober
I just released
EarmarkParser 1.4.41 2024-07-09
Fixed bug #154 parser crashes on inline ial after escaped char
Fixed GHA to catch warnings in tests
Kudos to Kian-Meng Ang
Fixed warnings in tests
Kudos to Kian-Meng Ang
Fortunately there are folks who can spell and type
Kudos to Kian-Meng Ang
RobertDober
I just released
EarmarkParser version 1.4.42 2024-12-20
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
Fix deprecation warnings for Elixir 1.18 (#160)
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
RobertDober
I just released
EarmarkParser 1.4.43 2025-01-24
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
RobertDober
I just released
EarmarkParser 1.4.44 2025-03-12
.formatter.exsfinally as Brad convinced me to do this. I do not particulary like all the formatter does but it is good for fututre collaboration.N.B. Collaborators
mix format --check-formattedis part of the GHA CI checks, so please check it locally before making PRs, as duely noted in the docs.Maybe a commit hook would be better, I am open to suggestions.
was flying under my Radar waaaay to long.
Kudos to Brad Hanks
RobertDober
I just released
Earmark Parser 1.4.45
this is for Elxir 1.20 and only works with Elixir >= 1.15
RobertDober
I just released
EarmarkParser 1.4.46 2026-07-17
Replacing \u0000 chars with \ufffd in output
Pushing min supported Elixir version to 1.15 (in accordance with ex_doc)