Skip to content

Commit

Permalink
CHANGELOG: releasing v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azizk committed Jun 17, 2024
1 parent 89c0ee0 commit 034721a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v3.3.0] – 2024-06-xx

- Elixir: fixed expressions in struct headers, e.g.: `%^module{}` and `%@module{}`.
- Elixir: recognize SQL strings inside `query("...")`, `query(Repo, "...")`, `query_many("...")`, `query_many(Repo, "...")` (including bang versions).
- Elixir: fix: recognize `&@module.func/1`.
- Elixir: recognize all variants of `~w""a`.
- HEEx: fixed matching dynamic attributes, e.g.: `<div {@dynamic_attrs} />`.
- Commands: `mix test` and `mix format` error locations can be double-clicked and jumped to.
- Commands: read `mix` output unbuffered for immediate display in the output panel.
- Commands: run `mix test` with selected lines if no standard `test` blocks were found.
- Commands: prevent executing `mix test` again if it's already running.

## [v3.2.3] – 2023-08-13

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

0 comments on commit 034721a

Please sign in to comment.