Releases: textileio/js-http-client
v1.1.0
v1.0.2
Minor updates to match go-textile
v1.0.0
This release brings js-http-client
up to date with go-textile
version 0.4.0. Along with some API changes, it includes:
- More consistent Block Ignore behavior
- Support for TextDecoder in older nodejs env (thanks to @connectdotz!), and
- A fix for a CORS issue due to downstream API changes
Due to the downstream API changes (which are reflected here) we have bumped the major version. This also means js-http-client
is now on version 1.0.0, which is pretty exciting! Note: This also means that this release is not backward compatible. If you are using go-textile
releases prior to 0.4.0 with this release, you may experience issues. It is recommended you update both your go-textile
and js-http-client
versions together whenever possible.
See changes since last release.
As always, you can install the latest release with npm i @textile/js-http-client
or yarn add @textile/js-http-client
v0.2.20
Updates to latest go-textile
APIs, better stream support, fallback to native APIs when possible. Simpler interface for files.add
APIs. Also fixes some minor bugs in invites
APIs.
v0.2.19
v0.2.19
v0.2.15
v0.2.15
v0.2.11
adds file.content(hash) method
v0.2.10
file add fix (#59) * removes /api/v0 prefix; removes json parse from mill response