Elixir v1.13 Released

# · ✸ 63 · 💬 2 · 2 years ago · elixir-lang.org · brentjanderson · 📷
Generally speaking, new Elixir versions include improvements to its primary API, the one Elixir developers use every day, and also to the foundation that powers its tooling. In previous versions Elixir made no effort to understand which parts of the file changed. An Elixir file is no longer considered as changed if its size and its digest stay the same. If your project has both Erlang and Elixir files, changing an Erlang file will now recompile only the Elixir files that depend on it. If you bumped your Phoenix version or changed its configuration in previous Elixir versions, it would cause all files, in both directories, to be recompiled. In other words, those functions provide a wrapper around the Elixir Code Formatter, supporting developers who wish to create tools that directly manipulate and custom format Elixir source code. Elixir -short-version has been added to quickly get the Elixir version, without booting the Erlang VM. The Task module includes performance optimizations and new functions.
Elixir v1.13 Released



Send Feedback | WebAssembly Version (beta)