Skip to content

Releases: jhnnsrs/turms

v0.5.0

23 Jan 09:52
b956225
Compare
Choose a tag to compare

Breaking Update for existing Configuration

This release updates the behaviours for both the enums and inputs plugin, so that they
skip unereferenced enums and inputs that do not appear in your documents (this holds only
true if you provided documents in your turms config). This was an experimental feature before
but now is only opt_out (by setting the skip_unreferenced = False in both inputs and enums plugin)

Also we have some new contributors :)

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

18 Jul 13:27
1b27285
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

01 May 10:14
Compare
Choose a tag to compare

Implements correct sys exit codes
(with configuration value for multi projects)

Fixes #60

v0.4.1

18 Mar 14:53
f0fb423
Compare
Choose a tag to compare

This is the turms cli update, which adds some long sought after cli
updates to turms including:

  • Nice looking CLI build with Rich-Click
  • Per Project Code Generation
  • Project Initialization (Template support coming soon)
  • Watch Mode (codegen on file change) is back :)

Also this version now supports "skip_unreferenced" options for the
builtin enum and inputs plugin, which allows skipping code for
unreferenced types in the documents (will check for dependencies
in the documents).

Ignore 0.4.0 because of entrypoint misconfiguration

v.0.3.1

24 Feb 17:05
5b78fa2
Compare
Choose a tag to compare

Adds Support for Union Types in both schema and document generation
Adds support for specifying model options for pydantic model option generation (only document generation)

v0.3.0

13 Jan 09:06
Compare
Choose a tag to compare

Added support for Strawberry GraphQL Schema Generation