Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 791 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 791 Bytes

Changelog

1.3.0 - 2022-01-23

Added

  • add .axios() method: returns the underlying Axios instance
    • this is useful when registering Axios adapters or middleware

1.2.0 - 2021-12-13

Added

  • make payload parameter optional for .post, .put, and .patch requests
  • update typings for query parameter parameter in .delete and .options methods

1.1.0 - 2021-12-06

Added

  • export SttpResponse class
  • merge PendingRequest into Sttp class

Removed

  • removed intermediate PendingRequest class

1.0.0 - 2021-11-11

Added

  • 1.0.0 release 🚀 🎉