v1.10.2 tarball
Description:
original blog post
Elixir v1.10 comes with improvements to the standard library, the compiler, as well as several additions to the mix release feature added in v1.9. In particular, this version adds a lot of polish to existing features, such as our configuration system and our sorting APIs.
Elixir v1.10 requires Erlang/OTP 21+ (we have Erlang/OTP 22 already in the packages).
Changes:
- Releases improvements
- Improvements to sort-based APIs in Enum
- Tracking of compile-time configuration
- Compiler tracing
- Improvements in calendar data types
- Improvements in Elixir's AST
- Improvements in ExUnit
- Two new guards (is_struct/1 and is_map_key/2)