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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# v0.10.4-dev
2
2
3
3
* Enhancements
4
+
*[Dict] Document and enforce all dicts use the match operator (`===`) when checking for keys
4
5
*[Enum] Add `Enum.slice/2` with a range
5
6
*[IEx] Split `IEx.Evaluator` from `IEx.Server` to allow custom evaluators
6
7
*[IEx] Add support for `IEx.pry` which halts a given process for inspection
@@ -9,7 +10,9 @@
9
10
*[Macro] Add `Macro.pipe/3` and `Macro.unpipe/1` for building pipelines
10
11
*[Mix] Allow umbrella children to share dependencies between them
11
12
*[Mix] Allow mix to be escriptize'd
13
+
*[Mix] Speed mix projects compilation by relying on more manifests information
12
14
*[Protocol] Protocols now provide `impl_for/1` and `impl_for!/1` functions which receive a structure and returns its respective implementation, otherwise returns nil or an error
15
+
*[Set] Document and enforce all sets use the match operator (`===`) when checking for keys
0 commit comments