Skip to content

Latest commit

 

History

History
335 lines (175 loc) · 21.7 KB

File metadata and controls

335 lines (175 loc) · 21.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.32 (2025-04-26)

Features

  • add get_pull_request_comments (2b7fb3a)
  • add_pull_request_comment (1df6161)

0.1.31 (2025-04-23)

Features

  • pull-requests: implement list-pull-requests functionality (3f8cac4)
  • wikis: add create and update wiki functionalities (27edd6d)

Bug Fixes

  • pull-requests: update repository name environment variable (d2fde5f)

0.1.30 (2025-04-21)

Features

  • wikis: implement get_wiki_page tool (7ba5fd7)
  • wikis: implement get_wikis tool (3120479)

0.1.29 (2025-04-19)

Features

  • pipelines: implement trigger-pipeline functionality (e9ba71b)

0.1.28 (2025-04-17)

Features

  • pipeline: implement get-pipeline functionality (#166) (e307340)

0.1.27 (2025-04-16)

Features

0.1.26 (2025-04-15)

Features

  • getWorkItem: enhance get_work_item to include all available fields (3810660)
  • support default project and organization in all tools (5beca06)

Bug Fixes

  • return actual field information from get_project_details tool (64a030a)

0.1.25 (2025-04-11)

Features

0.1.24 (2025-04-10)

Bug Fixes

  • add missing minimatch module (ee1ffa3)

0.1.23 (2025-04-10)

Features

  • repositories: add get_all_repositories_tree tool for viewing multi-repository file structure (adbe206)
  • support default project and organization in all tools (96d61bd)

0.1.22 (2025-04-08)

Bug Fixes

  • allow parameterless tools to be called without arguments (9ce88c3)

0.1.21 (2025-04-08)

Features

  • add get-file-content feature to access repository content (a282f75)
  • restore get_file_content tool and update documentation (f71013a)

0.1.20 (2025-04-06)

Bug Fixes

  • add explicit permissions to workflow file (ae85b95)
  • refine WIQL query in integration test (eb32e43)
  • remove schema validation for parameterless tools (031a71d)

0.1.19 (2025-04-05)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (2fb1e72)

0.1.18 (2025-04-05)

Bug Fixes

0.1.17 (2025-04-05)

Features

0.1.16 (2025-04-05)

Features

  • limit search results to 10 when includeContent is true (827e4e6)
  • make projectId optional in search features for organization-wide search (1ca1e0e)

Bug Fixes

  • correct [Object Object] display in search_code includeContent (bdabd6b)
  • resolve parameter conflict in getItemContent function (38d624c)
  • simplify content handling in search_code to properly process ReadableStream (136a90a)

Performance Improvements

  • optimize git hooks with lint-staged (ba953d8)

0.1.15 (2025-04-02)

Bug Fixes

  • search_work_items authentication with Azure Identity (cdb2e72)

0.1.14 (2025-04-02)

Bug Fixes

  • add zod-to-json-schema dependency and remove unused packages from package-lock.json (c9c117f)

0.1.13 (2025-04-02)

Features

  • add 'expand' option to get_work_item (6bee365)
  • Add npm publish to release.yml (50d0368)
  • add pre-commit hook for prettier and eslint (1b4ddff)
  • enhance GitHub release notes with changelog content (2fb275d)
  • implement automated release workflow (9e5a5df)
  • implement get_project_details core functionality (6d93d98), closes #101
  • implement get_repository_details core functionality (dcef80b)
  • implement manage work item link handler (72cd641)
  • implement search_wiki handler with tests (286598c)
  • implement search_work_items handler with tests (e244658)
  • search: add code search functionality for Azure DevOps repos (0680102)

Bug Fixes

  • add bin field to make package executable with npx (2d3d5fa)
  • add build step to workflow and ensure dist files are included in package (6e12d3c)
  • add parent-child relationship support for createWorkItem (31d5efe)
  • add tag_name parameter to GitHub release action (68cfa43)
  • improve cross-platform CLI compatibility for Windows (0f6ed3f)
  • make AZURE_DEVOPS_AUTH_METHOD parameter case-insensitive (9bbf53f)
  • only request max 200 by default (296de35)
  • resolve npm publish authentication and package content issues (96e91d0)
  • restore tests/setup.ts to fix test suite (5e23eab)
  • revert to direct execution of index.js to fix main module detection (82efa90)
  • Typo in release.yaml workflow (e0de15f)

0.1.12 (2025-04-02)

Features

  • add 'expand' option to get_work_item (6bee365)
  • Add npm publish to release.yml (50d0368)
  • add pre-commit hook for prettier and eslint (1b4ddff)
  • enhance GitHub release notes with changelog content (2fb275d)
  • implement automated release workflow (9e5a5df)
  • implement get_project_details core functionality (6d93d98), closes #101
  • implement get_repository_details core functionality (dcef80b)
  • implement manage work item link handler (72cd641)
  • implement search_wiki handler with tests (286598c)
  • implement search_work_items handler with tests (e244658)
  • search: add code search functionality for Azure DevOps repos (0680102)

Bug Fixes

  • add bin field to make package executable with npx (2d3d5fa)
  • add build step to workflow and ensure dist files are included in package (6e12d3c)
  • add parent-child relationship support for createWorkItem (31d5efe)
  • add tag_name parameter to GitHub release action (68cfa43)
  • improve cross-platform CLI compatibility for Windows (0f6ed3f)
  • make AZURE_DEVOPS_AUTH_METHOD parameter case-insensitive (9bbf53f)
  • only request max 200 by default (296de35)
  • resolve npm publish authentication and package content issues (96e91d0)
  • restore tests/setup.ts to fix test suite (5e23eab)
  • revert to direct execution of index.js to fix main module detection (82efa90)
  • Typo in release.yaml workflow (e0de15f)

0.1.11 (2025-04-01)

Features

  • search: add code search functionality for Azure DevOps repos (0680102)

0.1.10 (2025-04-01)

Features

  • add 'expand' option to get_work_item (6bee365)

Bug Fixes

  • only request max 200 by default (296de35)

0.1.9 (2025-03-31)

Features

  • add pre-commit hook for prettier and eslint (1b4ddff)
  • implement manage work item link handler (72cd641)

Bug Fixes

  • add parent-child relationship support for createWorkItem (31d5efe)
  • make AZURE_DEVOPS_AUTH_METHOD parameter case-insensitive (9bbf53f)
  • restore tests/setup.ts to fix test suite (5e23eab)

0.1.8 (2025-03-26)

Bug Fixes

  • revert to direct execution of index.js to fix main module detection (82efa90)

0.1.7 (2025-03-26)

Bug Fixes

  • add build step to workflow and ensure dist files are included in package (6e12d3c)

0.1.6 (2025-03-26)

Bug Fixes

  • improve cross-platform CLI compatibility for Windows (0f6ed3f)

0.1.5 (2025-03-26)

Bug Fixes

  • add bin field to make package executable with npx (2d3d5fa)

0.1.4 (2025-03-26)

Bug Fixes

  • resolve npm publish authentication and package content issues (96e91d0)

0.1.3 (2025-03-26)

Features

  • Add npm publish to release.yml (50d0368)

Bug Fixes

  • Typo in release.yaml workflow (e0de15f)

0.1.2 (2025-03-26)

Bug Fixes

  • add tag_name parameter to GitHub release action (68cfa43)

0.1.1 (2025-03-26)

Features

  • enhance GitHub release notes with changelog content (2fb275d)
  • implement automated release workflow (9e5a5df)

0.1.0 (2025-03-26)

Features

  • enhance GitHub release notes with changelog content (dcaf554)
  • implement automated release workflow (6fbf41e)