Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 1.61 KB

Changelog

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.

Added

Fixed

Changed

0.3.0 - 2022-12-29

Added

  • reimplement this library in TypeScript
  • add support for packagint the library in CommonJS, ESM, UMD, besides TypeScript

Fixed

0.2.0 - 2022-04-18

Added

  • support for Behave endpoints on Xray cloud, provided by latest Xray cloud release

Fixed

0.1.4 - 2022-03-29

Fixed

  • changed default timeout to 50s

0.1.3 - 2022-03-29

Added

  • timeout configuration for REST API calls

Fixed

  • Xray Cloud response handling
  • cleanup some tests code

Changed

0.1.2 - 2022-03-28

Fixed

  • clarified docs, fix linting errors and some small bugs due to typos

0.1.0 - 2022-03-28

Added

  • initial version, providing ability to import results to Xray for different test report formats (server/DC and cloud)

Changed