Releases: pedrofuentes/git-network-graph
Releases · pedrofuentes/git-network-graph
v0.1.7
v0.1.6
- 0.1.6
- Restore OIDC Trusted Publishing (typo in npm config fixed)
- Switch to token-based npm publish (OIDC unreliable)
v0.1.5
- 0.1.5
- Fix OIDC: restore registry-url, add npm@latest for OIDC support
v0.1.4
- 0.1.4
- Fix OIDC publish: remove registry-url, add --provenance, update npm
v0.1.3
- 0.1.3
v0.1.2
- 0.1.2
- Fix release: merge publish into release workflow
v0.1.1
- 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