Elixir v1.13.0-rc.1 released

Release: Release v1.13.0-rc.1 · elixir-lang/elixir · GitHub

1. Enhancements

Mix

  • [Mix] Add Mix.installed?/0

2. Bug fixes

Elixir

  • [Application] Allow any expression as first argument of compile_env
  • [Kernel] Reject bidirectional formatting characters in strings and comments
  • [Kernel] Support escaping of terminators in uppercase sigils heredocs for consistency

IEx

  • [IEx] Stop evaluator before exiting IEx server

Mix

  • [mix release] Raise proper error message when non-serializable values are in configs

Checksums

  • Precompiled.zip SHA1: 8878e702736ccd1d9d3ed4ec013abd299c885bad
  • Precompiled.zip SHA512: 3fbdddcac36f96e33c3b5d6eecdfe4e9adcfc9d4f3dc5dd1fbb6803c673f28aea8d210ced450b7786f861abdcb1707f98fff1ec41278e9ac1cd2d484f7de6bc5
  • Docs.zip SHA1: 7a64deae28eb719f634cb6118402b9e38da376e1
  • Docs.zip SHA512: 2a0ce6a19edd795fc5eb0f1c529ae7a3680713f6a1c225d1e7acb5de032b10a4d6c67a9ee1c31e9dcc935e5b040df02fe2ad36a8ec7272c6a538fc012dee5b6e

Have fun!

28 Likes

Just tried 1.13 on a project of mine and damn is it great to edit the config and not have ex_cldr recompile.

9 Likes

Thank you!

hello you have some public sample app using the ex_cldr?
I would like to see some good example for create multiple idioms with phoenix live view.

I have been using Elixir v1.13.0rc.0 on an existing phoenix project.

And this works like charm. With esbuild and Phoenix 1.6 – I never wait minutes for recompilation to finish :slight_smile:

Great work!

2 Likes