Releases: Codium-ai/codiumai-vscode-release
Releases · Codium-ai/codiumai-vscode-release
v0.6.12
v0.6.11
v0.6.10
Feature
- Support more VSCodeium-based IDEs
- Allow running typescript tests, and improve the ability to run javascript tests.
Fix
- Fixed the loader that was not spinning when generating tests
- Passed button color fixed
UI
- Minimal color system with tokens
- New custom test color changed to secondary
- Close configuration once code analysis arrives
v0.6.9
v0.6.8
v0.6.7
v0.6.6
- Introducing behaviors coverage - a new way to check your test coverage. CodiumAI will generate a list of behaviors for your code, marking each ask as "covered" or "not covered."
- Added the ability to refresh the behaviors once the tests have been changed.
- "CodiumAI" logo menu, add the ability to send a request ID for [email protected] to report an issue.
v0.6.5
- We moved the framework selection to the configuration section because it makes much more sense, and now you won't miss it. At least, we hope so...
- Git diff tests are now much faster than before
- We fixed some UI issues we had in tests from git diff
- We improved the run test -> test failed -> analyze failure -> fix test / code process.