From 50eda5c46c60f3e1b7936c165ca98e8df35ec90b Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Sun, 18 Jan 2026 22:00:09 -0700 Subject: [PATCH 1/2] docs: Removes beta indicator --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3e24336..471525e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -***WARNING***: This package is in v0.x beta. It's API is still evolving and is subject to breaking changes in minor version bumps. - # GraphQL Generator for Swift This is a Swift package plugin that generates server-side GraphQL API code from GraphQL schema files, inspired by [GraphQL Tools' makeExecutableSchema](https://the-guild.dev/graphql/tools/docs/generate-schema) and [Swift's OpenAPI Generator](https://github.com/apple/swift-openapi-generator). From fd3134106f4b79fcfae153ccbb7f936441204e51 Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Sun, 18 Jan 2026 22:00:37 -0700 Subject: [PATCH 2/2] docs: Adds SPI badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 471525e..7071aba 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # GraphQL Generator for Swift +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2Fgraphql-generator%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/GraphQLSwift/graphql-generator) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2Fgraphql-generator%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/GraphQLSwift/graphql-generator) + This is a Swift package plugin that generates server-side GraphQL API code from GraphQL schema files, inspired by [GraphQL Tools' makeExecutableSchema](https://the-guild.dev/graphql/tools/docs/generate-schema) and [Swift's OpenAPI Generator](https://github.com/apple/swift-openapi-generator). ## Features