Skip to content

Releases: interledger/astro-graphql-plugin

v0.4.2

Choose a tag to compare

@JoblersTune JoblersTune released this 30 Jan 11:21
  • Move all dependencies to "dependencies" to support TypeScript exports. Since we are exporting TypeScript files instead of precompiled JavaScript, all dependencies must be listed under "dependencies" rather than "devDependencies." This ensures that consumer projects, which are responsible for compiling the TypeScript, have access to all required modules.

v0.4.1

Choose a tag to compare

@JoblersTune JoblersTune released this 30 Jan 10:53
  • Fixes type erros in source files

v0.4.0

Choose a tag to compare

@JoblersTune JoblersTune released this 23 Jan 09:42
  • Bumps dependencies to the latest version
  • Now compatible with Astro version 5
  • Astro Hook Update: The plugin now uses a different Astro hook because since the Astro upgrade to version 5 the previous astro:build:start hook runs after the Content Layer API is synced and caches some of its output. As a result, Markdown files generated by the plugin were not included in the production build until the site was built a second time. We are now using the astro:config:setup hook which also has the advantage of files being generated when using the dev command and not only for production builds by @JoblersTune (695cbec)

v0.3.0

Choose a tag to compare

@huijing huijing released this 16 May 09:07
  • Bumps dependencies to the latest version
  • Modifies id for inputobjects lowercase to properly generate links by @mkurapov (abd488e)
  • Changes sluggification to not generate unique slugs by @mkurapov (187efc7)
  • Fixes type errors by @mkurapov (ad862a5)

v0.2.0

Choose a tag to compare

@huijing huijing released this 25 Apr 02:44
  • Bumps dependencies to the latest version
  • Resolves issue with deprecated/updated interfaces from marked