Skip to content

Releases: tarantool/luagraphqlparser

0.2.1

24 Oct 11:57
fe8642a

Choose a tag to compare

Changed

  • Bumped CMake version to avoid compatibility problem with CMake 4.x .

Fixed

  • Fixed ci:
    • updated tarantool version
    • added push_rockspec job

0.2.0

16 Oct 22:29

Choose a tag to compare

Overview

This release offers support of directives in a fragment definition. Example:

fragment X on Y
@foo
{
    name
}

Breaking changes

This release should not break existing code.

New features

  • Support directives in a fragment definition (#2, PR #3, PR #4).

Build

  • Fixed CMake warning in FindTarantool.cmake (PR #3, PR #5).

Testings

  • Setup CI using GitHub Actions (PR #1).
  • Drop dependency on cartridge from tests (PR #1).
  • Move query parsing unit test from cartridge to the module (PR #1).