Changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.0 (2020-03-03)

Bug Fixes

  • case-conversion: incorrect name formats are handled gracefully (3d9ce11)

  • headers: preserve header casing (c767655)

Features

  • case-conversion: screaming snake case support (1c70407)

2.0.2 (2020-02-26)

Bug Fixes

  • headers: explicitly passed nil value removes existing header (e2289bf)

2.0.1 (2020-02-25)

Bug Fixes

  • headers & multipart requests: reworked header merging mechanism (b16bfeb)

2.0.0 (2020-02-25)

Bug Fixes

  • headers: fixed header merging in fetch requesthandler (d6da36a)

BREAKING CHANGES

  • headers: removed deprecated headers options

1.3.1 (2020-02-25)

Bug Fixes

  • multipart upload: tested multipart upload on all request handlers (06b353c)

1.3.0 (2020-02-24)

Features

  • http: bodyparser & bodyserializer support for multipart and formdata (aee40be)

1.2.2 (2020-02-23)

Note: Version bump only for package coolio

1.2.1 (2020-02-22)

Note: Version bump only for package coolio

1.2.0 (2020-02-20)

Features

  • oauth2interceptor: token-type can be optional (89e9bcd)

1.1.1 (2020-02-19)

Note: Version bump only for package coolio

1.1.0 (2020-02-19)

Features

  • timeout support: full timeout support for all request handlers (ef5f6d9)

1.0.3 (2020-02-18)

Bug Fixes

  • types: properly arranged types for typescript<3.7 (875ca12)

1.0.2 (2020-02-18)

Bug Fixes

  • clean: clean should not remove node_modules (9d768e5)

1.0.1 (2020-02-18)

Bug Fixes

  • typings: using downlevel-dts to bring back TS<3.7 support (0d6aff9)

1.0.0 (2020-02-16)

Bug Fixes

  • build: removed redundant setup file (638993b)

  • request-handlers: all request handlers are available from bindings (bec0b26)

  • url-encoding: url string should override query passed in object (b8419f8)

Features

  • case-conversion: body casing enum has now string names (44c5c43)

  • http-module: exposed request-handlers separately (d6d4646)

  • query-string-options: one can configure query string options (cc97360)

  • redirection-interceptor: built-in support for redirections (b472e13)

  • redirections: redirection support (cf392d7)

BREAKING CHANGES

  • url-encoding: url string has now bigger priority than query passed in object, which results in better composability (parameters from url are always merged into object)

0.9.0 (2020-02-04)

Bug Fixes

  • encoding: fix for invalid body encoding issue (c87351c)

  • http-request-handler: removed duplicated helpers (1622e4b)

Features

  • http-request-handler: moved to a separate package (569d120)

  • json-api: added withId functionality to post builder (deb1fc4)

0.8.3 (2019-12-17)

Bug Fixes

  • http: fix for headers being overwritten (159e810)

0.8.2 (2019-12-12)

Bug Fixes

0.8.1 (2019-12-06)

Bug Fixes

  • http-request-handler: fix for node.js path/query support (d99449c)

0.8.0 (2019-12-06)

Features

  • http: native request handler for node.js (c0351c5)

0.7.0 (2019-11-30)

Features

  • auth-interceptor: class-based queue & auth-interceptor (5ec4e40)

  • auth-interceptor: initial implementation of auth interceptor (8a71e64)

  • http-interceptors: built-in error interceptor (4c18a23)

  • http-interceptors: built-in logging interceptor (67d907c)

0.6.9 (2019-11-25)

Bug Fixes

  • github actions: fixed invalid path (916714e)

0.6.8 (2019-11-25)

Note: Version bump only for package coolio

0.6.7 (2019-11-25)

Bug Fixes

0.6.6 (2019-11-25)

Bug Fixes

  • release: retry npm publish (cd5860f)

0.6.5 (2019-11-25)

Bug Fixes

0.6.4 (2019-11-25)

Note: Version bump only for package coolio

0.6.3 (2019-11-25)

Bug Fixes

  • release: combine publishing in one flow (88d9344)

0.6.2 (2019-11-25)

Bug Fixes

  • release: separate tag from publish (b19ea2e)

0.6.1 (2019-11-25)

Bug Fixes

  • build: build & vulnerability fix (6c3399a)

  • release: added git credentials (c5f3163)

  • release: invalid command args (3d87c3d)

  • workflow: yet another release fix (c4cb917)

  • workflows: run release with yarn, but use npm underneath (9442197)

0.6.0 (2019-11-25)

Bug Fixes

  • build: build & vulnerability fix (6c3399a)

0.5.0 (2019-10-28)

Bug Fixes

  • dependencies: dependency update (a78e303)

  • dependency: dependency fixes (9094ea6)

  • json-api: new syntax for passing multiple square-bracketed keys to filter in json api (d3f95c1)

0.4.0 (2019-09-15)

0.3.8 (2019-07-31)

0.3.7 (2019-07-30)

0.3.6 (2019-07-29)

0.3.5 (2019-07-11)

0.3.3 (2019-07-11)

0.3.1-alpha.0 (2019-07-11)

0.3.0-alpha.0 (2019-07-10)

0.2.0-alpha.0 (2019-07-10)

0.1.20 (2019-06-26)

0.1.19 (2019-06-25)

0.1.18 (2019-06-25)

0.1.14 (2019-05-20)

0.1.11 (2019-05-15)

0.1.10 (2019-04-10)

0.1.9 (2019-04-01)

0.1.8 (2019-04-01)

0.1.7 (2019-03-31)

0.1.6 (2019-03-31)

0.1.5 (2019-03-31)

0.1.4 (2019-03-31)

0.1.3 (2019-03-31)

0.1.2 (2019-03-30)

0.1.1 (2019-03-30)

0.1.0 (2019-03-30)

Last updated