Skip to content

Release 8.0.0 #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Apr 4, 2021
Merged

Release 8.0.0 #216

merged 21 commits into from
Apr 4, 2021

Conversation

js2me
Copy link
Member

@js2me js2me commented Mar 29, 2021

BREAKING_CHANGES:

Features:

  • Allow passing custom fetch function (fetch http client only)
  • Allow to set global response type format through HttpClient constructor
    Example:
    const httpClient = new HttpClient({ format: 'json' });
    // all request responses will been formatted as json  

Fixes:

@js2me js2me linked an issue Mar 29, 2021 that may be closed by this pull request
js2me and others added 7 commits March 29, 2021 16:48
* Allow passing custom fetch function

* Fixing a mistake

* Using ApiConfig instead of second param
* make the query params serialization conform to the default open api specs

* uri encode second part

Co-authored-by: stijn.lammens <[email protected]>
@js2me js2me linked an issue Apr 4, 2021 that may be closed by this pull request
@js2me js2me changed the title Next release Release 8.0.0 Apr 4, 2021
@js2me js2me merged commit 4b809f3 into master Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants