Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

52 lines (29 loc) · 2.42 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2020-02-11)

Features

  • expose axios types at the top-level (879718f)

2.1.0 (2019-03-02)

Features

  • types: expose custom axios types and bundle in a "types" folder (086aa8c)
  • types: break types into separate folders (635e79d)

2.0.0 (2019-03-01)

Bug Fixes

  • properly scope versioning types to axios clients with versioning (648b9fb), closes #5

Features

  • remove flexibilty of configuring versioning in axios.defaults (3788dfb)

BREAKING CHANGES

  • withVersioning config is now required

1.1.1 (2019-03-01)

Bug Fixes

  • properly let users override the Accept header in the req config (f12e7b8)

1.1.0 (2019-02-27)

Features

  • add mediaTypeFormatter for manual formatting of Accept Header (7827b58)

1.0.0 (2019-02-26)

Features

  • add versioning interceptor (0c7e187)
  • add withVersioning hook (9063bbb)
  • sandbox: add browser sandbox (5ec8003)
  • sandbox: add output box (1676d81)
  • allow for setting custom key names on QueryString and MediaType (dc3892f)