Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.43 KB

File metadata and controls

67 lines (53 loc) · 1.43 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.0.0] - 2026-04-24

Added

  • Additional tests for testing UnauthorizedException / invalid data

Updated

  • Added limit parameter to WIQL query endpoint
  • Added paginated response support for listing work items (replacing plain array)
  • Replaced Travis / Scrutinizer with Codecov
  • Replaced contributing.md with org version

[2.2.0] - 2024-07-01

Updated

  • Fixed submitting area path when creating work items
  • Gracefully handle empty account lists

[2.1.0] - 2024-05-14

Added

  • Handle Conflict (409) exception

Updated

  • Improved exception handling
  • Revised token refresh handling

[2.0.0] - 2024-04-10

Added

  • WIQL support
  • Webhook support
  • Myself endpoint
  • Managing states
  • Managing tags
  • Managing workitem types
  • Managing workitems

[1.6.0] - 2024-01-29

Updated

  • Replaced OAuth VSTS with thenetworg

[1.5.0] - 2023-05-23

Added

  • Project endpoint
  • TeamProjects support

[1.4.0] - 2022-12-05

Updated

  • OAuth VSTS

[1.3.0] - 2021-03-11

Added

  • Response data validation

[1.2.0] - 2021-01-07

Added

  • Guzzle 7 support

[1.1.0] - 2020-05-06

Updated

  • Updated composer.json namespace to comply with PSR-4

[1.0.0] - 2019-12-09

Added

  • Initial version.