v0.3
- Merge strategies (default and custom ways to mold modules into one executable schema)
- Persisted Queries
- Custom Directives (handover to graphql-tools from module)
v0.4
- Query depth limiting
- Query complexity/execution cost limiting
- Subscription transport middlewares
- (--no-extend flag to start modules without their type extensions (no dependency check))
- Development watch mode for modules
Not Scheduled
- Port to Typescript
- Allow global install to detect local themis installations and use the local one.
- Windows Support