Skip to content

Releases: graphql-markdown/graphql-markdown

1.2.1-beta

29 May 20:59
8f44d42
Compare
Choose a tag to compare

Remove unused dependency

1.2.0-beta

13 May 12:51
8cda955
Compare
Choose a tag to compare

Add support of the directive specifiedBy for type scalar

Screenshot 2021-05-13 at 14 30 27

Update display of the directive @deprecated using Docusaurus CSS instead of custom React component

Before After
Screenshot 2021-05-13 at 14 43 42 Screenshot 2021-05-13 at 14 41 45

1.1.1-beta

10 May 09:40
Compare
Choose a tag to compare

Upgrade dependencies.

1.1.0-beta

15 Nov 18:07
Compare
Choose a tag to compare

Added support for @deprecated types and fields.

1.0.0-beta

24 Oct 19:54
Compare
Choose a tag to compare

1.0.0 (beta) is ready for use 🎉

For a local demo, you can clone this repository and run the demo command:

git clone https://github.com/edno/docusaurus2-graphql-doc-generator.git
yarn
yarn demo

Then open the URL http://localhost:8080/docs/schema in your browser 🚀

0.4.1-alpha

29 Sep 20:14
Compare
Choose a tag to compare
0.4.1-alpha Pre-release
Pre-release

0.4.0-alpha

31 Jul 16:35
Compare
Choose a tag to compare
0.4.0-alpha Pre-release
Pre-release
  • Fix issue when documents are not under root location (new parameter linkRoot)
  • Documentation generation can be forced with the flag -f (--force).

All parameters are now switched to flags (see doc).

0.3.1-alpha

30 Jun 11:38
Compare
Choose a tag to compare
0.3.1-alpha Pre-release
Pre-release
Changes
  • Files generated by diffMethod moved into OS temp folder (by default)
  • tmpDir parameter for overriding the folder location for files generated by diffMethod

0.3.0-alpha

27 Jun 18:40
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release
Change
  • Option diffMethod for choosing the diff method to be used for identifying schema change

Fix

  • Fix Docusaurus crash when the documentation is regenerated

0.2.1-alpha

27 Jun 16:51
Compare
Choose a tag to compare
0.2.1-alpha Pre-release
Pre-release

Fix crash due to extra await (144e46d)