tkh44 / holen

Declarative fetch for React
MIT License
150 stars 16 forks source link

Added 'PATCH' to allowed request method values #10

Closed antonydb closed 6 years ago

antonydb commented 6 years ago

Related to https://github.com/tkh44/holen/issues/9. Added PATCH and patch as allowed values in the propTypes definition. I couldn't see any tests that were impacted by doing this.

codecov-io commented 6 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   81.81%   81.81%           
=======================================
  Files           1        1           
  Lines          33       33           
  Branches        7        7           
=======================================
  Hits           27       27           
  Misses          5        5           
  Partials        1        1
Impacted Files Coverage Δ
src/index.js 81.81% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e12bc5...14f33c1. Read the comment docs.

tkh44 commented 6 years ago

Thanks!

tkh44 commented 6 years ago

Published in v2.0.1 🎉