1.0.0
This version introduces a huge and breaking change which affect the below main topics.
Technical explanation could be found in the related issues.
Full documentation could be found in the README
file.
Breaking:
- Moving from Flow type checker to
Typescript
(#11) - Implementation of a more functional API (#12)
New Feature:
- Handle
fetch()
network errors (a.k.a. TypeError
) (#10)