Skip to content

Latest commit

 

History

History
185 lines (105 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

185 lines (105 loc) · 13.2 KB

Changelog

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

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)