Skip to content

Releases: uhyo/nitrogql

v1.7.0

31 Mar 08:27
Compare
Choose a tag to compare

See also: blog post for 1.7

What's Changed

  • feat: add @nitrogql/jest-transformer by @uhyo in #49
  • Fix dependencies version syntax by @proudust in #50

New Contributors

Full Changelog: v1.6.3...v1.7.0

v1.7.0-beta.2

18 Feb 07:41
Compare
Choose a tag to compare
v1.7.0-beta.2 Pre-release
Pre-release

v1.7.0-beta.1

18 Feb 06:00
Compare
Choose a tag to compare
v1.7.0-beta.1 Pre-release
Pre-release

v1.7.0-beta.0

18 Feb 05:20
Compare
Choose a tag to compare
v1.7.0-beta.0 Pre-release
Pre-release

What's Changed

  • feat: add @nitrogql/jest-transformer by @uhyo in #49

Full Changelog: v1.6.3...v1.7.0-beta.0

v1.6.3

14 Feb 11:40
Compare
Choose a tag to compare

What's Changed

  • fix: fix broken emission of __typename field type by @uhyo in #47

Full Changelog: v1.6.2...v1.6.3

v1.6.2

12 Feb 04:33
Compare
Choose a tag to compare

This release includes a possible performance improvement by making communication between Node.js and Rust async.

What's Changed

  • refactor: make communication with Node.js async by @uhyo in #45

Full Changelog: v1.6.1...v1.6.2

v1.6.1

11 Feb 10:39
Compare
Choose a tag to compare

This release includes a bug fix of #42, making generated type definition more accurate. Also, performance is improved when loading .ts file as a config file or as a schema definition file.

What's Changed

  • perf: speed up esbuild-register by ignoring code in node_modules by @uhyo in #43
  • fix: merge fragments deeply by @uhyo in #44

Full Changelog: v1.6.0...v1.6.1

v1.6.0

06 Jan 05:21
Compare
Choose a tag to compare

See also: blog post for 1.6

What's Changed

  • feat: emit runtime representation of fragments by @uhyo in #37
  • fix: do not include unused fragments in emitted JS by @uhyo in #39
  • feat: implement infrastructure for separation of scalar types by @uhyo in #40
  • feat: support detailed configuration on scalarTypes by @uhyo in #41

Full Changelog: v1.5.0...v1.6.0

v1.6.0-beta.1

24 Dec 12:12
Compare
Choose a tag to compare
v1.6.0-beta.1 Pre-release
Pre-release

What's Changed

  • fix: do not include unused fragments in emitted JS by @uhyo in #39

Full Changelog: v1.6.0-beta.0...v1.6.0-beta.1

v1.6.0-beta.0

16 Dec 05:27
Compare
Choose a tag to compare
v1.6.0-beta.0 Pre-release
Pre-release

What's Changed

  • feat: emit runtime representation of fragments by @uhyo in #37

Full Changelog: v1.5.0...v1.6.0-beta.0