Skip to content

Releases: interledger/astro-graphql-plugin

v0.4.2

30 Jan 11:21
Compare
Choose a tag to compare
  • 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

30 Jan 10:53
Compare
Choose a tag to compare
  • Fixes type erros in source files

v0.4.0

23 Jan 09:42
Compare
Choose a tag to compare
  • 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

16 May 09:07
Compare
Choose a tag to compare
  • 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

25 Apr 02:44
Compare
Choose a tag to compare
  • Bumps dependencies to the latest version
  • Resolves issue with deprecated/updated interfaces from marked