Releases: uhyo/nitrogql
Releases · uhyo/nitrogql
v1.6.1
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
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
What's Changed
Full Changelog: v1.6.0-beta.0...v1.6.0-beta.1
v1.6.0-beta.0
What's Changed
Full Changelog: v1.5.0...v1.6.0-beta.0
v1.5.0
What's Changed
- feat: add support for fragment type suffix by @tomocrafter in #33
- docs(blog): release-1.5 by @uhyo in #34
New Contributors
- @tomocrafter made their first contribution in #33
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.4
v1.3.3
This release fixes several minor issues, including nitrogql not working with Node.js < 18.18.0 (#24) and generated TypeScript files erroring under "type": "module"
projects.
What's Changed
- fix: avoid using
--import
when using@nitrogql/esbuild-register
by @uhyo in #25 - fix: always emit JS extensions with emitting relative paths
- fix: remove unnecessary newline from generated server schema file
- feat: export NitrogqlExtension from nitrogql/core and nitrogql/cli
Full Changelog: v1.3.2...v1.3.3