Skip to content

Releases: pedrofuentes/git-network-graph

v0.1.7

25 Mar 21:05

Choose a tag to compare

  • 0.1.7
  • Fix OIDC: remove registry-url, upgrade npm before publish
  • Add sample SVGs to repo for README images
  • Fix bin path: add ./ prefix to dist/cli.js

v0.1.6

25 Mar 17:58

Choose a tag to compare

  • 0.1.6
  • Restore OIDC Trusted Publishing (typo in npm config fixed)
  • Switch to token-based npm publish (OIDC unreliable)

v0.1.5

25 Mar 17:55

Choose a tag to compare

  • 0.1.5
  • Fix OIDC: restore registry-url, add npm@latest for OIDC support

v0.1.4

25 Mar 17:53

Choose a tag to compare

  • 0.1.4
  • Fix OIDC publish: remove registry-url, add --provenance, update npm

v0.1.3

25 Mar 17:51

Choose a tag to compare

  • 0.1.3

v0.1.2

25 Mar 17:48

Choose a tag to compare

  • 0.1.2
  • Fix release: merge publish into release workflow

v0.1.1

25 Mar 17:44

Choose a tag to compare

  • 0.1.1
  • Add automated release pipeline
  • Improve README with badges, samples, API reference, settings docs
  • Fix CI: drop Node 18 (EOL), require Node >=20
  • Add publishing docs to AGENTS.md
  • Make npm-publish-ready: rename to git-network-graph, add CI/CD, createGitGraphFromData API
  • feat: horizontal SVG, anonymize fixture, remove local paths
  • feat: terminal-style vertical SVG with embedded Kreative Square SM font
  • Add SVG snapshot regression tests for vertical mode
  • chore: remove stray test file
  • feat: add --merges-only to show dots only on merge commits
  • Revert "feat: add --no-merge-circle to use filled dots for merges"
  • feat: add --no-merge-circle to use filled dots for merges
  • feat: add --horizontal flag for left-to-right SVG rendering
  • docs: add AGENTS.md with project conventions and TDD mandate
  • feat: add --svg-file option to write SVG to a file
  • docs: note original git-graph v0.7.0 in README and package.json
  • Initial commit: TypeScript port of git-graph