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 methodsqueryandmutationon the Client. This allows users to interact with Client operation results asJs.Promise.trather thanWonka.sourceT. PR by @parkerziegler here. - Add bindings for the
useClienthook. PR by @parkerziegler here.
Changed
- Migrate local
devDependencyonbs-platformto v7.2.2 and in-repo compilation target toes6. PR by @parkerziegler here. - Remove
peerDependencyonbs-fetch.