We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743fbe2 commit 15303deCopy full SHA for 15303de
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [v3.2.0] – 2023-05-02
4
+
5
+- Commands: improved/generalized syntax detection for enabling/disabling commands.
6
+- Commands: fix: output both stdout/stderr when running `mix format`/`mix test`.
7
+- Commands: auto-scroll `mix format` output when it's compiling.
8
+- SQL: recognize `FILTER` in `array_agg(x) FILTER (...)`.
9
10
## [v3.1.5] – 2023-04-30
11
12
- Elixir: recognize `name` in `defmodule name do end`.
0 commit comments