You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,22 @@
3
3
## v0.14.2-dev
4
4
5
5
* Enhancements
6
+
*[Enum] Improve performance of `Enum.join/2` and `Enum.map_join/3` by using iolists
7
+
*[Kernel] Ensure compatibility with Erlang 17.1
8
+
*[Kernel] Support `@external_resource` attribute to external dependencies to a module
6
9
*[Mix] Allow built Git dependencies to run on a system without Git by passing `--no-deps-check`
10
+
*[Mix] Add `MIX_ARCHIVES` env variable (it is recommended for Elixir build tools to swap this environment)
7
11
*[Task] Set `:proc_lib` initial call on task to aid debugging
8
12
*[Typespec] Delay typespec compilation to after expansion
9
13
*[URI] Allow `parse/1` now accepts `%URI{}` as argument and return the uri itself
10
14
11
15
* Bug fixes
12
16
*[CLI] Support paths inside archives in -pa and -pz options
13
17
*[IEx] Remove dely when printing data from the an application start callback
18
+
*[IEx] Ensure we show a consistent error when we cannot evaluate `.iex.exs`
14
19
*[Kernel] Ensure derived protocols are defined with a file
20
+
*[Kernel] Change precedence of `&` to not special case `/`
21
+
*[Kernel] Ensure we can only use variables and `\\` as arguments of bodyless clause
15
22
16
23
* Soft deprecations (no warnings emitted)
17
24
*[EEx] Using `EEx.TransformerEngine` and `EEx.AssignsEngine` are deprecated in favor of function composition with `Macro.prewalk/1` (see `EEx.SmartEngine` for an example)
0 commit comments