Skip to content

Fixes/changes #234

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 9 commits into from
Apr 6, 2020
Merged

Fixes/changes #234

merged 9 commits into from
Apr 6, 2020

Conversation

iamthesiz
Copy link
Collaborator

@iamthesiz iamthesiz commented Apr 3, 2020

  1. moved default values to defaults.ts
  2. added default Accept header. Following axios here
  3. fixed [Feature Request] Post non JSON request #232 request.post('/route', 'string body')
  4. fixed Cache and Promse.all #211 Promise.all should work
  5. when using dependency arrays, [request] will work now, and [request.get] should work
  6. when using dependency arrays, [response] must be used, [response.ok] will cause extra rerenders

@iamthesiz iamthesiz changed the title Reorganize + add default Accept header Fixes/changes Apr 4, 2020
@iamthesiz iamthesiz merged commit c6b4d7c into master Apr 6, 2020
@iamthesiz iamthesiz deleted the reorganize-and-gh-package branch April 6, 2020 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Post non JSON request Cache and Promse.all
1 participant