Releases: geml-spec/geml
Release list
geml-viewer-1.2.2
Release of the GEML viewer extension.
Install
Download geml-viewer-1.2.2.zip, unzip, then load the folder via chrome://extensions → Load unpacked.
geml-viewer-1.2.1
Release of the GEML viewer extension.
Install
Download geml-viewer-1.2.1.zip, unzip, then load the folder via chrome://extensions → Load unpacked.
geml-viewer-1.2.0
Release of the GEML viewer extension.
Install
Download geml-viewer-1.2.0.zip, unzip, then load the folder via chrome://extensions → Load unpacked.
geml-viewer-1.1.0
Minor release of the GEML viewer extension.
New in 1.1.0
- The interactive code graph (the
geml-code-graphembed) now draws cross-stack API links: a frontend function's HTTP call is connected to its backend handler, labelled with the endpoint (METHOD path), as a distinct link. The handler is pulled in as a boundary node — click through to open it in its own flow rather than expanding the whole backend subtree inline.
Rebuilt against the GEML parser 1.4.0. As before, the bundle contains no remotely-hosted code.
Install
Download geml-viewer-1.1.0.zip, unzip, then load the folder via chrome://extensions → Load unpacked.
geml-viewer-1.0.3
Patch release of the GEML viewer extension.
Fix since 1.0.2
- The viewer now activates only on a genuine raw
.gemldocument (served astext/plain, e.g. raw.githubusercontent.com, or a localfile://). It no longer fires on HTML pages that merely have.gemlin the URL — notably GitHub'sgithub.com/.../blob/….gemlfile viewer, where it used to parse GitHub's page markup as GEML and show spurious errors.
To view a .geml on GitHub, open its raw URL (raw.githubusercontent.com/…/file.geml) or open the file locally.
Carries the 1.0.2 fixes too: no remotely-hosted code in the bundle, trimmed background worker.
Install
Download geml-viewer-1.0.3.zip, unzip, then load the folder via chrome://extensions → Load unpacked.
geml-viewer-1.0.0
What's Changed
- fix(cli): run under npm's extensionless bin symlink — resolve argv[1]… by @xiongjy2104 in #15
Full Changelog: viewer-v0.1.0...viewer-v1.0.0
geml-viewer-0.1.0
Full Changelog: https://github.com/geml-spec/geml/commits/viewer-v0.1.0