Skip to content

Releases: Codium-ai/codiumai-vscode-release

v0.6.2

08 Jun 14:45
c5af462
Compare
Choose a tag to compare
  • Fixed some technical bugs

v0.6.1

24 May 08:29
e486039
Compare
Choose a tag to compare
  • Manually edit test inside CodiumAI panel
  • Fix race condition bug

v0.6.0

24 May 08:27
e486039
Compare
Choose a tag to compare
  • Bug Identification and Fixes - TestGPT alerts you to potential bugs and > suggests merging fixes directly into your code. Watch the video to see it in action.

  • Test Generation for Code Diff - Effortlessly generate tests for your latest code changes. Watch the video to learn how.

  • Persistent Preferred Framework - tired of selecting your preferred framework after each "generate tests" action? CodiumAI saves your preferred framework for future triggers.

  • More Code Suggestions - Get more suggestions quickly with the new "Give Me More Suggestions" button.

v0.5.26

16 May 11:27
Compare
Choose a tag to compare

Fixed some UI issues

v0.5.25

16 May 11:27
Compare
Choose a tag to compare

"Run tests" feature is now working with JS - supporting Jest and Mocha

v0.5.24

10 May 08:22
9574c94
Compare
Choose a tag to compare
  • Fixed login from left panel bug
  • Fixed URL redirection bug

v0.5.23

09 May 08:33
0a3d750
Compare
Choose a tag to compare
  • Fix bug when generating tests for anonymous function in JS

v0.5.22

09 May 08:33
0a3d750
Compare
Choose a tag to compare
  • Generate tests for selected code - not only classes or functions. Mark the code you want to test and generate tests for it.
    This should support cases such as:

    1. Test code snippets that are not a class or a function.
    2. Test multiple components.
    3. Test unsupported function types in JS and TS (anonymous functions).
    4. Test static functions inside classes.
      etc.
  • Find bugs in your code - reflect and fix a failing test, and it still fails? TestGPT model can indicate whether the problem is in the test, or your code, and it also suggests how to fix it! [PYTHON ONLY at the moment]

v0.5.21

09 May 08:31
0a3d750
Compare
Choose a tag to compare

Introduce a new way to apply code suggestions to your code!

  • Select the code suggestion you want to apply
  • Click on the "prepare code changes" button
  • Review the diff
  • Click on the "apply to my code" button

v0.5.20

08 May 12:59
0a3d750
Compare
Choose a tag to compare
  • Improve error handling