Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 996 Bytes

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.

[Unreleased]

[2.0.2] - 2021-08-29

Fixed

  • Now endpoints with explicit port are properly parsed
  • Request failed exception now shows the response rawbody instead of [object Object]

[2.0.1] - 2021-08-23

Fixed

  • Now response body is parsed to string when the response is not valid JSON

[2.0.0] - 2021-07-23

Changed

  • Now the package export Request and RequestSafe. See the migration guide BREAKING CHANGE
  • Update Request with new getter methods to obtain last request and response data

Added

  • Types definitions
  • RequestSafe class

[1.0.1] - 2021-03-10

Fixed

  • Requests errors are now handled properly

[1.0.0] - 2021-01-26

Added

  • Initial package version