You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
-
#### 0.2.1 (2023-08-05)
1
+
##[0.3.0] (2025-11-10)
2
2
3
-
##### Chores
3
+
* Add link to documentation by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/146
4
+
* Move to `CancellationToken`, Use `spawn` instead of `exec`, Add output channel for logging by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/147
5
+
* Reload diagnostics when changing vscode/local config by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/150
6
+
* Add support for linting while typing by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/151
7
+
* Delete lints for files that have been deleted by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/158
8
+
* Minor bugfixes by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/157
9
+
* Add `lint-scope` config option by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/155
10
+
* Coerce `ameba` version check into a semver by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/163
11
+
* Add publish CI script (#189) by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/190
4
12
5
-
* Check config file existence for new ameba v1.5 by @joseafga in #42https://github.com/crystal-ameba/vscode-crystal-ameba/pull/42
13
+
## [0.2.1] (2023-08-05)
14
+
15
+
* Check config file existence for new `ameba` v1.5 by @joseafga in #42https://github.com/crystal-ameba/vscode-crystal-ameba/pull/42
6
16
* Bump @types/node from 20.4.4 to 20.4.5 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/40
7
17
* Bump @types/node from 20.4.2 to 20.4.4 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/39
8
18
* Bump @types/node from 20.4.1 to 20.4.2 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/38
0 commit comments