Elixir deprecations list

Came across this the official compatibility and deprecations table in the documentation recently:

https://hexdocs.pm/elixir/compatibility-and-deprecations.html

I just wanted to say thank you to the core team for this resource (and raise awareness of this resource), it is very valuable when trying to update a library to fix warnings. I especially like having the “available since” information on the “Replaced By” column since you may be targeting support for an older version of Elixir.

6 Likes