CHANGELOG.md
January 5, 2026 ยท View on GitHub
[0.3.2] (2026-01-04)
- Now under the
crystal-amebanamespace
[0.3.1] (2025-11-11)
- Fixes for publish CI script
[0.3.0] (2025-11-10)
- Add link to documentation by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/146
- Move to
CancellationToken, Usespawninstead ofexec, Add output channel for logging by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/147 - Reload diagnostics when changing vscode/local config by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/150
- Add support for linting while typing by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/151
- Delete lints for files that have been deleted by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/158
- Minor bugfixes by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/157
- Add
lint-scopeconfig option by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/155 - Coerce
amebaversion check into a semver by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/163 - Add publish CI script (#189) by @nobodywasishere in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/190
[0.2.1] (2023-08-05)
- Check config file existence for new
amebav1.5 by @joseafga in #42 https://github.com/crystal-ameba/vscode-crystal-ameba/pull/42 - Bump @types/node from 20.4.4 to 20.4.5 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/40
- Bump @types/node from 20.4.2 to 20.4.4 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/39
- Bump @types/node from 20.4.1 to 20.4.2 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/38
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/37
[v0.2.0]
- Bump vscode engine from 1.22.0 to 1.62.0 by @veelenga in https://github.com/crystal-ameba/vscode-crystal-ameba/commit/9e0ba26cf7bb08c22750c5caabe18414905b6de5
- Fix problem with missing end location by @veelenga in https://github.com/crystal-ameba/vscode-crystal-ameba/commit/eb33691ea399aa1204b00820a2510e56a92e67ed
- Build on github action by @veelenga in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/36
- Bump @types/node from 10.17.60 to 18.16.0 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/23
- Bump @types/node from 18.16.0 to 18.16.3 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/24
- Bump @types/node from 18.16.3 to 20.1.0 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/25
- bump @types/node from 20.1.0 to 20.1.4 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/26
- bump @types/node from 20.1.4 to 20.3.0 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/30
- bump typescript from 3.9.10 to 5.1.6 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/33
- Bump tslint from 5.20.1 to 6.1.3 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/17
- bump @types/node from 20.3.0 to 20.4.1 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/35
- Bump @types/mocha from 2.2.48 to 10.0.1 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/16
[v0.1.0]
- Bump https-proxy-agent from 2.2.1 to 2.2.4 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/5
- Use project's
bin/amebaif it exists by @richarddewit in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/7 - Bump qs from 6.5.2 to 6.5.3 by @dependabot in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/10
- feat: extension commands by @devnote-dev in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/13
- feat: update assets by @devnote-dev in https://github.com/crystal-ameba/vscode-crystal-ameba/pull/18
[v0.0.5]
- Use project's
bin/amebaif it exists #7 (thanks @richarddewit)