Skip to content

Releases: newmo-oss/graphql-fake-server

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 02:24
Immutable release. Only release title and notes can be modified.
58c1729

What's Changed

graphql-fake-server reach v1.0.0 🎉

Bug Fixes

  • fix: throw build-time error when @example* directive targets composite type by @azu in #130

Full Changelog: v0.27.0...v1.0.0

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 20 May 07:15
Immutable release. Only release title and notes can be modified.
dcd3126

What's Changed

Features

  • feat: upgrade graphql-codegen to v7 by @azu in #117
  • feat: setup renovate catalog with pnpm-workspace metadata by @azu in #123
  • Add --check flag to validate schema without starting server by @azu in #127

Bug Fixes

  • fix: Preserve original GraphQL operation names in fake client by @azu in #128

Documentation

  • Rewrite README with clearer structure and improved documentation by @azu in #125

Refactoring

  • refactor: fix preexisting lint errors and run typecheck on CI by @azu in #118

Testing

  • Add test for Content-Length header with multi-byte response bodies by @azu in #126

CI

  • ci: add automerge-gate workflow by @azu in #122

Dependency Updates

  • chore: remove npm-run-all2 from packages by @azu in #119
  • chore: migrate remaining dependencies to pnpm catalog by @azu in #121
  • Refactor code formatting and update TypeScript configurations by @azu in #124

Other Changes

  • chore: upgrade pnpm to v11.1.3 by @azu in #120

Full Changelog: v0.26.1...v0.27.0

v0.26.1

Choose a tag to compare

@github-actions github-actions released this 29 Mar 11:24
a7603f0

What's Changed

Other Changes

  • feat: add pnpm catalog for centralized dependency version management by @azu in #115

Full Changelog: v0.26.0...v0.26.1

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 23:46
1e1e1da

What's Changed

Breaking Changes

  • refactor: lazy mock generation to prevent OOM on deeply nested schemas by @azu in #113

Full Changelog: v0.25.1...v0.26.0

v0.25.1

Choose a tag to compare

@github-actions github-actions released this 16 Feb 10:41
9efa1e9

What's Changed

Bug Fixes

  • fix: Replace JSON.stringify/parse clone with recursive deep clone to avoid RangeError by @azu in #110

Full Changelog: v0.25.0...v0.25.1

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 08:55
d86dc66

What's Changed

Breaking Changes

  • feat!: refactor config structure and refactor config by @azu in #108

Full Changelog: v0.24.1...v0.25.0

v0.24.1

Choose a tag to compare

@github-actions github-actions released this 07 Jan 07:13
abbdbd8

What's Changed

Breaking Changes

  • fix!: simplify recursion control by replacing maxFieldRecursionDepth with maxTypeRecursion by @azu in #103

Bug Fixes

  • fix: Update response structure to match GraphQL standard format by @kazumanagano in #101

CI

  • feat: OIDC npm trusted publishing support by @azu in #104
  • fix: disable provenance for private repository (OIDC only) by @azu in #106

New Contributors

  • @kazumanagano made their first contribution in #101
  • @github-actions[bot] made their first contribution in #105

Full Changelog: v0.23.3...v0.24.1

v0.23.3

Choose a tag to compare

@azu azu released this 31 Aug 11:59
fdb857d

What's Changed

Other Changes

  • fix: Remove console.log and replace with logger in FakeClient by @azu in #99

Full Changelog: v0.23.2...v0.23.3

v0.23.2

Choose a tag to compare

@azu azu released this 31 Aug 09:13
1b4cb77

What's Changed

Bug Fixes

  • fix: Remove JSON.parse from error logging in FakeClient by @azu in #97

Full Changelog: v0.23.1...v0.23.2

v0.23.1

Choose a tag to compare

@azu azu released this 31 Aug 08:19
9c06e96

Full Changelog: v0.23.0...v0.23.1