Skip to content

0.1.4

Compare
Choose a tag to compare
@Totktonada Totktonada released this 08 Apr 23:19
· 16 commits to master since this release

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).