BuckleScript 7 Support
This release migrates our dependency on urql
to v1.5.1. It also migrates our devDependency
on bs-platform
(the BuckleScript compiler), to v7.2.2. While we don't expect this to affect end users still on BuckleScript v6, there may be small bugfixes and optimizations coming in the near future to support this migration.
Added
- Add support for
Promise
-based methodsquery
andmutation
on the Client. This allows users to interact with Client operation results asJs.Promise.t
rather thanWonka.sourceT
. PR by @parkerziegler here. - Add bindings for the
useClient
hook. PR by @parkerziegler here.
Changed
- Migrate local
devDependency
onbs-platform
to v7.2.2 and in-repo compilation target toes6
. PR by @parkerziegler here. - Remove
peerDependency
onbs-fetch
.