Releases: uhyo/nitrogql
Releases · uhyo/nitrogql
v1.3.2
v1.3.1
v1.3.0
In this release, integration with GraphQL Scalars is improved.
See the blog post for 1.3 for details.
Full Changelog: v1.2.0...v1.3.0
What's Changed
v1.2.0
In this release, you can use a .ts
file for configuration. Also, definiting schema with TypeScript is supported!
See also: blog article for 1.2
What's Changed
- Delete already completed plan section by @KoichiKiyokawa in #16
- feat: add ability to load
.ts
file as config file by @uhyo in #17 - feat: add ability to load JS/TS files as schema
New Contributors
- @KoichiKiyokawa made their first contribution in #16
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Hello type-safe resolvers! 🥳
See the blog post for 1.1 release as well.
What's Changed
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
This is the first stable release of nitrogql! 🥳
nitrogql is a toolchain for using GraphQL in TypeScript projects.
Read more at the blog article for 1.0 release
v1.0.0-beta.9
Full Changelog: v1.0.0-beta.8...v1.0.0-beta.9
- Fix broken type generated for
@include
and@skip
directives
v1.0.0-beta.11
Full Changelog: v1.0.0-beta.10...v1.0.0-beta.11
- Fix wrong parsing of config
v1.0.0-beta.10
Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10
- Fixed
graphql-loader
not respecting given config.
v1.0.0-beta.8
Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8
- Fixed wrong parsing of configuration files.
- Moved
generate.scalarTypes
option togenerate.type.scalarTypes
. - Added
generate.type.allowUndefinedAsOptionalInput
option.