Skip to content

Latest commit

 

History

History
226 lines (93 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

226 lines (93 loc) · 5.37 KB

Change Log

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

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