Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-markdown/docusaurus

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-markdown/docusaurus - npm Package Versions

2345

1.26.4

Diff

edno
published 1.26.3 •

Changelog

Source

1.26.3 - 2024-11-14

🐛 This releases fixes graphql-markdown logs not being reported to Docusaurus 3.

What's Changed

  • :bug: fix dynamic import for logger packages by @edno in #1802
  • 📦 fix(deps): update graphql-tools monorepo by @renovate in #1801
  • 📦 fix(deps): update dependency @graphql-inspector/core to v6.2.0 by @renovate in #1799

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.26.2...1.26.3

[Changes][1.26.3]

<a id="1.26.2"></a>

edno
published 1.26.2 •

Changelog

Source

1.26.2 - 2024-09-06

🐛 This release fixes [ERROR] Error: Cannot find module '@graphql-markdown/printer-legacy'., a missing package reported by @mderriey in #1691.

What's Changed

  • :bug: fix missing dependency printer-legacy by @edno in #1692

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.26.0...1.26.2

[Changes][1.26.2]

<a id="1.26.0"></a>

edno
published 1.26.0 •

Changelog

Source

1.26.0 - 2024-08-14

💥 MISSING DEPENDENCY (#1691) FIXED IN RELEASE 1.26.2 💥


:sparkle: You can now generate the documentation using a flat files structure (single folder), provided by the option printTypeOptions.hierarchy. The option also deprecates the option printTypeOptions.useApiGroup (more information in the documentation).

<img width="1049" alt="Screenshot 2024-08-03 at 12 17 47" src="https://github.com/user-attachments/assets/b2d41d8b-efca-4e2d-8ac7-d685c26d7b4c">

:magic_wand: With the option printTypeOptions.hierarchy, you can also now rename the top categories when using api hierarchy (more information in the documentation).

⚠️ BREAKING CHANGE - When using api hierarchy, the top categories are now Operations and Types instead of Api and Types. The option printTypeOptions.hierarchy allows backward compatibility (more information in the documentation).

🐣 This release also introduces the force parameter that ensures the target folder is empty before generating the documentation (more information in the documentation).

What's Changed

  • 📝 add warning upgrade 1.3.0 in docs by @edno in #1602
  • ✨ add parameter to force empty output folder by @edno in #1608
  • ✨ add support for custom useApiGroup groups name by @edno in #1609
  • :recycle: replace deprecated fs.rmdir by fs.rm by @edno in #1610
  • ✨ support flat files structure by @edno in #1622

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.25.0...1.26.0

[Changes][1.26.0]

<a id="1.25.0"></a>

edno
published 1.25.0 •

Changelog

Source

1.25.0 - 2024-07-26

:warning: BREAKING CHANGE - This release removes sidebars files generation. The sidebars now rely on the Docusaurus default sidebar behavior.

What's Changed

  • ✨ remove sidebar file generation by @edno in #1596

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.24.4...1.25.0

[Changes][1.25.0]

<a id="1.24.4"></a>

edno
published 1.24.4 •

Changelog

Source

1.24.4 - 2024-07-20

:bug: Generated links now follow Docusaurus recommended practices to link docs by file path. This fix adds the .mdx extension to generated links in Markdown files.

:rabbit: A CodeSandox demo using Docusaurus versioning is available here: https://codesandbox.io/p/devbox/determined-spence-mrpnmp

What's Changed

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.24.3...1.24.4

[Changes][1.24.4]

<a id="1.24.3"></a>

edno
published 1.24.3 •

Changelog

Source

1.24.3 - 2024-07-18

:bug: This release removes the use of block quotes for type description, fixing issues like #1535

What's Changed

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.24.2...1.24.3

[Changes][1.24.3]

<a id="1.24.2"></a>

edno
published 1.24.2 •

Changelog

Source

1.24.2 - 2024-06-23

🔧 Technical maintenance release for dependencies upgrades.

⚠️ This version removes compatibility with the graphql package version below 16 (see issue https://github.com/graphql-markdown/graphql-markdown/issues/1458).

What's Changed

  • :package: restrict graphql version to 16 and fix peer deps declarations in #1525

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.24.1...1.24.2

[Changes][1.24.2]

<a id="1.24.1"></a>

edno
published 1.24.1 •

Changelog

Source

1.24.1 - 2024-04-19

What's Changed

  • 🐛 fix mdx special chars escaped in code section (#1382)
  • 🐛 add missing support for non printable type in examples (#1419) reported by @Dodoboulistick in #1417

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.24.0...1.24.1

[Changes][1.24.1]

<a id="1.24.0"></a>

edno
published 1.24.0 •

Changelog

Source

1.24.0 - 2024-02-19

:robot: A new feature printTypeOptions.exampleSection adds supports for examples using schema directives. The feature allows inheritance of examples, so once a scalar is set with an example all types using this scalar will share the example. And, of course, you can override those examples. You can also use a custom directive and custom parser. More details in the documentation.

| Object | Operation | |---|---| |Screenshot from 2024-02-19 18-38-20|Screenshot from 2024-02-19 18-38-37|

The screenshots come from the Group by demo with the feature enabled.

What's Changed

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.23.0...1.24.0

[Changes][1.24.0]

<a id="1.23.0"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc