- Remove support for Elixir 1.13. Minimum is now 1.14
- Fixes where NonNull and ListTypes were defaulting to scalar types for anchor links
- Links to union return types handled correctly
- Links to types from queries/mutations sets anchor properly
- Added support for Subscriptions
- Fix problems with generating example queries and mutations when the return types are unions, interfaces or lists: #49
- Support generating example queries from the schema
- Improve documentation
- Fix generating multiple times
- Deps Update release
- Added more documentation
- Fix typespec
- Update dependencies
- Add missing type and description for mutations and queries
- Support for Unions properly
- Fix breakage when description is nil
- Fix wrong link in multi page for scalar/objects
Initial release