v0.7.8
This release works with nextline-web 0.9.1
and later
This release breaks nextline-web 0.9.0
and earlier because of #40. The next release of nextline-web
with simonsobs/nextline-web#45 will be compatible. (In hindsight, I shouldn't have moved GraphQL queries to a new namespace. I should've kept the original ones for a few versions so as not to break nextline-web
.)
What's Changed
Changes 🚀
- Add GraphQL mutation
loadExampleScript
by @TaiSakuma in #38 - Require
nextline>=0.7.5
andapluggy>=1.0
by @TaiSakuma in #39 - Reorganize GraphQL queries to under
ctrl
namespace by @TaiSakuma in #40
Full Changelog: v0.7.7...v0.7.8