File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,15 @@ EEx: `<%=` in middle and end expressions | [v1.5] | Use `<%` (= i
64
64
` Float.to_string/2 ` | [ v1.4] | ` :erlang.float_to_binary/2 ` (OTP 17)
65
65
` HashDict ` module | [ v1.4] | ` Map ` (v1.2)
66
66
` HashSet ` module | [ v1.4] | ` MapSet ` (v1.1)
67
+ Multi-letter aliases in ` OptionParser ` | [ v1.4] | Use single-letter aliases (v1.0)
67
68
` Set ` module | [ v1.4] | ` MapSet ` (v1.1)
68
69
` Stream.uniq/2 ` | [ v1.4] | ` Stream.uniq_by/2 ` (v1.2)
69
70
` IEx.Helpers.import_file/2 ` | [ v1.4] | ` IEx.Helpers.import_file_if_available/1 ` (v1.3)
70
71
` Mix.Utils.camelize/1 ` | [ v1.4] | ` Macro.camelize/1 ` (v1.2)
71
72
` Mix.Utils.underscore/1 ` | [ v1.4] | ` Macro.underscore/1 ` (v1.2)
72
73
Variable used as function call | [ v1.4] | Use parentheses (v1.0)
73
74
Anonymous functions with no expression after ` -> ` | [ v1.4] | Use an expression or explicitly return ` nil ` (v1.0)
75
+ Support for making private functions overridable | [ v1.4] | Use public functions (v1.0)
74
76
` Dict ` module | [ v1.3] | ` Keyword ` (v1.0) or ` Map ` (v1.2)
75
77
` Keyword.size/1 ` | [ v1.3] | ` Kernel.length/1 ` (v1.0)
76
78
` Map.size/1 ` | [ v1.3] | ` Kernel.map_size/1 ` (v1.0)
You can’t perform that action at this time.
0 commit comments