All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.15 (2025-04-02)
- search_work_items authentication with Azure Identity (cdb2e72)
0.1.14 (2025-04-02)
- add zod-to-json-schema dependency and remove unused packages from package-lock.json (c9c117f)
0.1.13 (2025-04-02)
- 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)
- 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)
- 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)
- 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)
- search: add code search functionality for Azure DevOps repos (0680102)
0.1.10 (2025-04-01)
- add 'expand' option to get_work_item (6bee365)
- only request max 200 by default (296de35)
0.1.9 (2025-03-31)
- add pre-commit hook for prettier and eslint (1b4ddff)
- implement manage work item link handler (72cd641)
- 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)
- revert to direct execution of index.js to fix main module detection (82efa90)
0.1.7 (2025-03-26)
- add build step to workflow and ensure dist files are included in package (6e12d3c)
0.1.6 (2025-03-26)
- improve cross-platform CLI compatibility for Windows (0f6ed3f)
0.1.5 (2025-03-26)
- add bin field to make package executable with npx (2d3d5fa)
0.1.4 (2025-03-26)
- resolve npm publish authentication and package content issues (96e91d0)
0.1.3 (2025-03-26)
- Add npm publish to release.yml (50d0368)
- Typo in release.yaml workflow (e0de15f)
0.1.2 (2025-03-26)
- add tag_name parameter to GitHub release action (68cfa43)