0.7.0 - 2021-12-27
- Updated dependencies
- Type introspection fix (thanks to Johannes Lötzsch)
0.6.0 - 2019-09-29
- Added type/defobject macro
- Improved logging and error handling
- Improved object and list type introspection
- Use Clojure 1.10.1
0.5.0 - 2018-07-31
- New query parser
- Added support for preparsed queries
- Enum type fixes
0.4.0 - 2018-03-28
- Renamed core/executor -> core/server
- Introspection fixes
- String type nil handling
0.3.0 - 2017-12-30
- Added enum types
- Improved child node type mapping
- Fixed root type field names
- Added input object types
- Improved error messages
- Fixed variable type parsing
0.2.0 - 2017-10-29
- Added __typename field to object types
- Added basic Enum support to t/field
- Introspection fixes
- Added first version of batch-loader module
- Added unform-fn argument to defscalar macro
- Initial release