Releases: oh-tarnished/generateql
Releases · oh-tarnished/generateql
Release list
v0.3.1
Changelog
Features
- c705a8a: feat: add support for JSON scalar fields with appropriate tagging in the renderer (@oh-tarnished)
Others
- b8b2e6d: Merge pull request #5 from oh-tarnished/feat/emit-json-scalar-fields (@oh-tarnished)
v0.3.0
Changelog
Features
- bfeeceb: feat: enhance GenerateQL with generic handlers, nullable inputs, and atomic txs (@oh-tarnished)
Others
- 7446206: Merge pull request #4 from oh-tarnished/feat/gq-generics-and-txs (@oh-tarnished)
v0.2.0
Changelog
Features
- 8f804fd: feat: Add GraphQL handlers and models for TemplateResource and SubscriberSubscriptions (@oh-tarnished)
Bug Fixes
- a6dbef5: fix(gen): correct order_by classification and overhaul the query API (@oh-tarnished)
- fc21c63: fix: address generator and runtime bugs from API overhaul (@oh-tarnished)
Others
- 3a01295: Merge pull request #1 from oh-tarnished/dependabot/github_actions/actions/checkout-7 (@oh-tarnished)
- 48aa513: Merge pull request #2 from oh-tarnished/feat/improvements-and-bugs (@oh-tarnished)
- 1f2f26a: Merge pull request #3 from oh-tarnished/feat/improvements-and-bugs (@oh-tarnished)
- 3031d8f: build(deps): bump actions/checkout from 6 to 7 (@dependabot[bot])
v0.1.0
Changelog
Features
- 2d7f234: feat: add GraphQL operation rendering and resource management (@oh-tarnished)
- 283bfbf: feat: add generator for GraphQL operations and resource handling (@oh-tarnished)
- 44fbb56: feat: enhance generate command with config support and schema dumping (@oh-tarnished)
- 21e370d: feat: refactor input types to use omitzero for optional fields (@oh-tarnished)
- dd62950: feat: update GraphQL models to use custom Int64 type for better precision handling (@oh-tarnished)
Others
- 63a45b1: Add GraphQL predicate tests for single column, combinators, relations, ordering, and setting columns (@oh-tarnished)
- d33be87: Add organization creation example to freebusy demo and include .gitkeep in rust directory (@oh-tarnished)
- d1d4e52: Init Commit (@oh-tarnished)
- b19e5ee: refactor: update build steps in test workflow to target CLI binary (@oh-tarnished)