graphql-kit / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph

Home Page:https://graphql-kit.com/graphql-voyager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish release notes for 1.0.1

glensc opened this issue · comments

please publish release notes for 1.0.1

there's no changelog in the project and nothing attached to 1.0.1 tag:

@glensc Fair one.
I will write manual release notes for 1.0.1 and need to figure out the workflow for previous releases.

probably too much effort to fill 1.0.0 as it's a very huge changeset, and older than that nobody cares anymore :)

In 1.0.0, I bundle worker into the main lib, so you no longer need to copy voyager.worker.js.
Also, I dropped dependency on viz.js lib and now use custom-built GraphViz in WASM, which should fix the majority of crashes due to huge schemas.

It is the two most significant differences between the initial release and the long-overdue 1.0.0
So need to document them.