Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 22:04
· 26 commits to main since this release

   🚀 Features

  • Setup jest for unit test  -  by @maxisam (de2d8)
  • Add jest-mock-vscode dependency and create mock for vscode  -  by @maxisam (55bcd)
  • Add ESLint configuration and update linting scripts in package.json  -  by @maxisam (f19ae)
  • Setup jest unit test for vscode  -  by @maxisam (cf4f4)
  • Add unit tests for utility functions for runCommand  -  by @maxisam (a5846)
  • Add Git API interfaces and utility functions for Git command execution  -  by @maxisam (953ad)
  • Implement gitInfoExclude functionality to exclude my-folders.json in .git/info/exclude  -  by @maxisam (714a5)
  • Add test-workspace  -  by @maxisam (75c84)
  • Update test scripts to include unit tests and clean up test setup  -  by @maxisam (4a6f0)

   🐞 Bug Fixes

  • RemoveAllItemsAsync should clean up existing bookmarked list  -  by @maxisam (133d5)
  • Update target to ESNext in tsconfig.base.json  -  by @maxisam (a3ad2)
  • Merge default configuration with original configuration in getConfigurationAsync  -  by @maxisam (daa36)
  • Lower coverage thresholds in Jest configuration for more flexible testing  -  by @maxisam (167b7)
  • Update VSCode engine version to ^1.95.0 in package.json  -  by @maxisam (668d0)
    View changes on GitHub