We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41b9b8 commit 3a1cfe1Copy full SHA for 3a1cfe1
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 1.7.4
4
+
5
+- Add new check `Credo.Check.Refactor.UtcNowTruncate` as opt-in check (this is scheduled to become a standard check in v1.8)
6
+- Add lots of improvements around `:trigger` in `Credo.Issue`
7
+- Add new output format `short`
8
+- Improve docs for several checks
9
+- Fix another, smaller bottleneck in multicore performance
10
+- Fix `--read-from-stdin` not respecting `:files` param
11
+- Fix SARIF output format for non-string triggers
12
+- Fix initializing builtin commands twice
13
+- Fix `diff` command not recognizing a git ref as first argument
14
15
## 1.7.3
16
17
- `Credo.Check.Readability.AliasOrder` now supports a `:sort_method` parameter
0 commit comments