Skip to content

Releases: zhouzi/docusaurus-graphql-plugin

0.9.0

16 Apr 19:38
Compare
Choose a tag to compare

Added

  • Add support for i18n by using relative links instead of absolute
  • Add comment at the top of generated files to discourage editing

Changed

  • Use relative links for references

0.8.3

25 Mar 06:24
Compare
Choose a tag to compare

Fixed

  • Escape curly braces in deprecations' reason for MDX cross-compatibility

0.8.2

12 Feb 15:22
Compare
Choose a tag to compare

Fixed

  • Fix graphql peer dependency supported version range

0.8.1

08 Nov 18:16
Compare
Choose a tag to compare

Fixed

  • Escape curly braces in descriptions' inline code for MDX cross-compatibility

0.8.0

05 Jun 18:47
Compare
Choose a tag to compare

Fixed

  • Add warning for Subscription instead of failing silently
  • Do not create a file for an object type that doesn't have matches (e.g subscriptions.md if there are no subscriptions)

0.7.0

12 May 21:44
Compare
Choose a tag to compare

Fixed

  • Fix graphql peer dependency incompatibility
  • Upgrade graphql and graphql-tools