Releases: uhyo/nitrogql
Releases Β· uhyo/nitrogql
v1.0.0-beta.7
Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7
- Added new
generate.export
options. - Fixed handling of symlinks (#14)
v1.0.0-beta.6
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
- Fixed broken schema type generation generated with
mode: standalone-ts-4.0
. - allow not generating schema type definition when
generate.schemaModuleSpecifier
is set - introduce export input/result type option to operation printer
v1.0.0-beta.5
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
- Fixed the issue that generated schema types included a compile error when
scalarTypes
included settings likeDate: Date
.
v1.0.0-beta.4
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
- Added the
generate.emitSchemaRuntime
option.
v1.0.0-beta.3
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
- Fixed the bug that under certain condition nitrogql falls into an infinite loop looking for schema and operation files to load. ( #10 )
v1.0.0-beta.2
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
- Support JavaScript config files (
graphql.config.js
). - Fix poor performance when there are many files in a directory.
v1.0.0-beta.1
What's Changed
- cli: add
--output-format
option - config: add various config for controling generated variable names
- config: add
generate.schemaModuleSpecifier
to allow importing schema types from operating types by absolute path - Bundled WASM binary size is reuced by 50% ~ 80% π₯³
- Use
rust-cache
on CI by @TaKO8Ki in #8
New Contributors
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
First beta release of nitrogql π₯³