Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
240 lines (118 loc) · 7.08 KB

CHANGELOG.md

File metadata and controls

240 lines (118 loc) · 7.08 KB

3.1.1 (2021-10-22)

3.1.0 (2020-06-22)

Bug Fixes

Features

3.0.2 (2020-06-15)

Bug Fixes

3.0.1 (2020-06-15)

3.0.0 (2019-09-19)

⚠ BREAKING CHANGES

  • Drop node 8 support

  • drop support for node 6

  • drop node 8 support (7c6e47f)

  • drop support for node 6 (be2b926)

2.0.0 (2018-11-19)

Features

  • allow form encoding of body data (8b7acb1)
  • drop node 4 support (51735b2)

BREAKING CHANGES

  • drop node 4 support

1.5.1 (2018-05-24)

Bug Fixes

  • allow empty form-data requests (323ed3a)

1.5.0 (2018-05-07)

Features

  • add query parameter on form data request (4314952)

1.4.2 (2018-03-19)

Bug Fixes

  • set isomorphic-fetch and isomorphic-form-data as optional dependencies (cb18e86)

1.4.1 (2018-03-02)

Bug Fixes

  • allow multiple formdata decorators per target (0c8db05)

1.4.0 (2018-02-12)

Features

  • add form data and multipart requests (bca21d7)

1.3.0 (2018-02-08)

Features

  • allow delete request with query parameters (b6a88c6)

1.2.1 (2017-12-28)

Bug Fixes

  • accessing undefined value (1987162)

1.2.0 (2017-12-15)

Features

  • add appendQuery-param to Put-decorator (1f49b84)

1.1.0 (2017-11-13)

Features

  • add post with query and body (e114fd7)

1.0.0 (2017-10-27)

Features

  • remove dependency to isomorphic-fetch (6e8c3e4)

BREAKING CHANGES

  • Remove dependency to isomorphic-fetch

0.7.0 (2017-09-22)

Features

0.6.0 (2017-03-23)

Features

  • send body with delete request (#125) (eafe937)

0.5.1 (2017-03-22)

Bug Fixes

  • remove isomorphic-fetch typings (#123) (ff36498)

0.5.0 (2016-11-16)

Features

  • add headers decorator (#89) (1ea25f0)

0.4.0 (2016-11-14)

Features

  • widen interceptor interface (#86) (9a0da26)

0.3.0 (2016-11-08)

Features

  • allow colon as parameter indicator (#81) (32b32ea)
  • allow request parameters (#82) (9abf823)

0.2.3 (2016-11-08)

0.2.2 (2016-03-19)

Bug Fixes

0.2.1 (2016-03-19)

Bug Fixes

0.2.0 (2016-03-19)

Features

  • Add request interceptors (e.g. basic authentication) (8780119)

0.1.0 (2016-03-19)

Features

  • Add builder option to configure a decoder (2071465)

0.0.3 (2016-03-13)

Bug Fixes

  • Fixed main attribute in package.json (5275c21)

0.0.2 (2016-03-13)

Bug Fixes

Features