Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@Totktonada Totktonada released this 16 Oct 22:29
· 1 commit to master since this release

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