New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-markdown/core

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-markdown/core - npm Package Versions

234

1.12.2

Diff

edno
published 1.12.1 •

Changelog

Source

1.12.1 - 2022-08-27

🛠️ Align NodeJS engine min version with Docusaurus.

[Changes][1.12.1]

<a id="1.12.0"></a>

edno
published 1.12.0 •

Changelog

Source

1.12.0 - 2022-08-27

✨ Some shiny new features making the documentation easier to navigate, based on a request from @LunaticMuch.

  1. Type relations give you information about where a type is used: operation, union, interface, type...
  2. Parent prefix makes it easier to read fields in type pages, especially for nested ones
  3. Type attributes badges provide a quick overview of the field attributes such as root type, list, nullability, and groups (if you use the grouping feature)

👀 Look at Demo 1 to see how the documentation renders with those options.

ℹ️ All those options are enabled by default, but they can be toggled off if you don't need them, see the documentation.

💅 Those changes have also been a good opportunity for cleaning the MDX structures in the Markdown generated files.

What's Changed

  • 📦 npm(deps): Bump @graphql-tools/load from 7.7.0 to 7.7.1 by @dependabot in #590
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.4.0 to 7.5.0 by @dependabot in #589
  • Update dependency graphql to v16.6.0 by @renovate in #605
  • 📦 npm(deps): Bump @graphql-tools/load from 7.7.1 to 7.7.4 by @dependabot in #602
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.5.0 to 7.5.2 by @dependabot in #601
  • :sparkles: implement type relation map (#585) by @edno in #595
  • ✨ add badges to type information by @edno in #610
  • :sparkles: add doc group to type badges by @edno in #611

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.11.0...1.12.0

[Changes][1.12.0]

<a id="1.11.0"></a>

edno
published 1.11.0 •

Changelog

Source

1.11.0 - 2022-07-17

✨ New documentation option index for generating index page for schema categories (eg. queries, inputs, mutations...) powered by Docusaurus generated index feature. You can see the option in action in Demo 2.

What's Changed

  • 📦 npm(deps): Bump @graphql-inspector/core from 3.1.2 to 3.2.0 by @dependabot in #572
  • :sparkles: add support for generated category index by @edno in #575
  • 🧪 improve code coverage by @edno in #577
  • 🧪 update StrykerJS config by @edno in #578
  • :construction_worker: trigger doc generation on release by @edno in #582

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.10.3...1.11.0

[Changes][1.11.0]

<a id="1.10.3"></a>

edno
published 1.10.4 •

edno
published 1.10.3 •

Changelog

Source

1.10.3 - 2022-07-05

What's Changed

  • 📦 npm(deps): Bump @graphql-tools/load from 7.5.13 to 7.5.14 by @dependabot in #549
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.14 to 7.3.15 by @dependabot in #550
  • Configure Renovate by @renovate in #553
  • Pin dependencies by @renovate in #554
  • 📦 npm(deps): Bump @graphql-tools/load from 7.5.14 to 7.6.0 by @dependabot in #561
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.15 to 7.3.16 by @dependabot in #562
  • :test_tube: fix smoke test Url loader config by @edno in #571
  • 📦 npm(deps): Bump @graphql-tools/load from 7.6.0 to 7.7.0 by @dependabot in #570
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.16 to 7.4.0 by @dependabot in #568

New Contributors

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.10.2...1.10.3

[Changes][1.10.3]

<a id="1.10.2"></a>

edno
published 1.10.2 •

Changelog

Source

1.10.2 - 2022-06-04

This release provides several fixes affecting the rendering of array/list nested types.

What's Changed

  • ♻️ code refactoring by @edno in #541
  • :bug: fix rendering default array enum by @edno in #544
  • :bug: fix incorrect link format for arg array types by @edno in #545
  • 🐛 fix printer lib broken logic for nested types by @edno in #546

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.10.1...1.10.2

[Changes][1.10.2]

<a id="1.10.1"></a>

edno
published 1.10.1 •

Changelog

Source

1.10.1 - 2022-05-25

What's Changed

  • 📦 npm(deps): Bump @graphql-tools/load from 7.5.11 to 7.5.13 by @dependabot in #532
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.12 to 7.3.14 by @dependabot in #531
  • 🐛 fix default value 0 not rendered in doc by @edno in #537
  • :bug: fix missing nullability flag in doc by @edno in #538
  • :bug: fix missing [] for list entity type by @edno in #539

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.10.0...1.10.1

[Changes][1.10.1]

<a id="1.10.0"></a>

edno
published 1.10.0 •

Changelog

Source

1.10.0 - 2022-05-18

✨ New options available for disabling Docusaurus navigation buttons and table of content for schema documentation pages. More information in the documentation.

What's Changed

  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.9 to 7.3.10 by @dependabot in #507
  • 📦 npm(deps): Bump @graphql-tools/load from 7.5.8 to 7.5.9 by @dependabot in #508
  • 📦 npm(deps): Bump @graphql-tools/load from 7.5.9 to 7.5.10 by @dependabot in #509
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.10 to 7.3.11 by @dependabot in #511
  • 📦 npm(deps): Bump @graphql-tools/graphql-file-loader from 7.3.11 to 7.3.12 by @dependabot in #522
  • 📦 npm(deps): Bump @graphql-tools/load from 7.5.10 to 7.5.11 by @dependabot in #525
  • :sparkles: add doc options support by @edno in #528

Full Changelog: https://github.com/graphql-markdown/graphql-markdown/compare/1.9.3...1.10.0

[Changes][1.10.0]

<a id="1.9.3"></a>

edno
published 1.9.0 •

Changelog

Source

1.9.0 - 2022-03-13

This version comes with plugin multi-instance support, by @elias-pap. You can read more about it in the documentation.

What's Changed

New Contributors

Full Changelog: https://github.com/edno/graphql-markdown/compare/1.8.5...1.9.0

[Changes][1.9.0]

<a id="1.8.5"></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