Overview
This release better stitch numeric types we have in LuaJIT with the Float
GraphQL type.
Breaking changes
This release should not break existing code.
Bugfixes
- Accept a cdata number as value of a Float variable (#47).
- Forbid NaN and Infinity as a value Float type (PR #49).
Infrastructure
- Fixed rockspec (added forgotten
graphql/init.lua
) (PR #53).
- Fixed
graphql.VERSION
generation (PR #53).
- Deploy .all.rock instead of .src.rock (PR #53).
- Deploy scm-1 rockspec from CI (PR #53).