Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Releases: textileio/js-http-client

v1.1.0

25 Nov 17:22
9926cc7
Compare
Choose a tag to compare

Adds pubsub capabilities

v1.0.2

04 Sep 18:25
5f8b3a4
Compare
Choose a tag to compare

Minor updates to match go-textile

v1.0.0

21 Jun 20:45
a43ca0b
Compare
Choose a tag to compare

This release brings js-http-client up to date with go-textile version 0.4.0. Along with some API changes, it includes:

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

18 May 02:44
48ba1d1
Compare
Choose a tag to compare

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

16 May 01:40
a1bab15
Compare
Choose a tag to compare
v0.2.19

v0.2.15

04 May 17:42
Compare
Choose a tag to compare
v0.2.15

v0.2.11

01 May 18:22
Compare
Choose a tag to compare

adds file.content(hash) method

v0.2.10

26 Apr 03:09
4f8d859
Compare
Choose a tag to compare
file add fix (#59)

* removes /api/v0 prefix; removes json parse from mill response