Skip to content

Commit 76bc995

Browse files
committed
CHANGELOG: releasing v4.0.0
1 parent 55cc29f commit 76bc995

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [v4.0.0] – 2024-08-31
4+
5+
- Elixir: improved matching of right-arrow clauses.
6+
- Elixir: recognize SQL strings inside `query("...")`, `query(Repo, "...")`, `query_many("...")`, `query_many(Repo, "...")` (including bang versions).
7+
- Elixir: fixed expressions in struct headers, e.g.: `%^module{}` and `%@module{}`.
8+
- Elixir: recognize all variants of atom word strings, e.g.: `~w"one two three"a`
9+
- Elixir: fixes to capture expressions: `& 1` is a capture with an integer, not the capture argument `&1`. `& &1.func/2`, `&var.member.func/3` and `&@module.func/1` are captured remote functions.
10+
- HEEx: recognize special attributes `:let`, `:for` and `:if`.
11+
- HEEx: fixed matching dynamic attributes, e.g.: `<div {@dynamic_attrs} />`.
12+
- Commands: `mix_test` is better at finding the root `mix.exs` file and runs when the project hasn't been built yet.
13+
- Commands: `mix test` and `mix format` error locations can be double-clicked and jumped to.
14+
- Commands: read `mix` output unbuffered for immediate display in the output panel.
15+
- Commands: removed the `output_scroll_time` setting. The output will scroll automatically without delay.
16+
- Commands: run `mix test` with selected lines if no standard `test` blocks were found, allowing to run tests defined by macros such as `property/2`.
17+
- Commands: prevent executing `mix test` again if it's already running.
18+
- Completions: use double quotes instead of curly braces for `phx` attributes.
19+
320
## [v3.2.3] – 2023-08-13
421

522
- EEx, HEEx: use `<%!-- ... --%>` when toggling comments.

0 commit comments

Comments
 (0)