Skip to content

Releases: grishy/gopkgview

v1.2.0

21 Oct 15:08
50f1474

Choose a tag to compare

README.md - For information on how to install and use

Changelog

New Features

  • c57e959 feat: add golangci-lint configuration for improved code quality

Improvements

  • 6f14bb3 chore: update Go version to 1.25.3

Documentation

  • df6cf49 docs: document skip-browser flag
  • fdc9a11 docs: update README for clarity and release process reminder
  • 50f1474 docs: update version number to 1.2.0

Others

  • 308481c refactor: remove code coverage steps from CI workflow
  • 0601922 refactor: replace 'interface{}' with 'any'
  • 71808be refactor: update logging to use slog and improve error handling in main function

Your PRs and issues are welcome! Thanks 😉

v1.1.0

03 Sep 21:14
e74dae4

Choose a tag to compare

ℹ️ For information on how to install and use please see README.md

Changelog

  • e74dae4 Merge pull request #9 from grishy/codex/update-go-to-1.25-and-dependencies
  • ffb3151 docs: add notes how to release
  • 9b6af9b docs: note Go 1.25 requirement

Your PRs & issues are welcome! Thanks 😉

v1.0.1

22 Feb 11:17
4a3ce22

Choose a tag to compare

ℹ️ For information on how to install and use please see README.md

Changelog

  • 73dd380 docs: add cite from newsletter
  • 4a3ce22 feat: support 1.24.0 Go version

Your PRs & issues are welcome! Thanks 😉

v1.0.0

22 Nov 12:28
7d8ba11

Choose a tag to compare

ℹ️ For information on how to install and use please see README.md

Changelog

  • 78ee3a6 ci: build docker before goreleaser
  • 9489df0 docs: add description to the top of README
  • 7d8ba11 docs: add implementation details
  • c7d8ccf docs: correct badges and intrusion

Your PRs & issues are welcome! Thanks 😉

v0.0.2

20 Nov 20:44
7d8ba11

Choose a tag to compare

ℹ️ For information on how to install and use please see README.md

Changelog

  • 78ee3a6 ci: build docker before goreleaser
  • 9489df0 docs: add description to the top of README
  • 7d8ba11 docs: add implementation details
  • c7d8ccf docs: correct badges and intrusion

Your PRs & issues are welcome! Thanks 😉

v0.0.1

20 Nov 19:47
c3b2e42

Choose a tag to compare

ℹ️ For information on how to install and use please see README.md

Changelog

  • 8f1cccc Initial commit
  • 3994fd5 add UI mode control to right-top
  • 1f489ec add background to favicon
  • 6dea954 add graph filter
  • 0edbbe0 add position on client and add minimap
  • 1e2cebf add selection of the node
  • 7a06257 add tests for graph and fix build not from current PWD
  • c9d2ef8 allow to show only in/out edges
  • fcfdab3 chore: correct golangci-lint
  • f994126 ci: checks on commit or PR
  • 88fd385 clear UI from scratch
  • 87705dc close btn for selected node
  • 7257ce7 docs: add TODO
  • ed1956f docs: add video to README and instruction
  • d6f8669 docs: add wip notes to readme
  • 8f996e0 docs: comment trie package
  • da43099 docs: description to alternatives
  • a1db737 embed frontend to binary and server it
  • 5c2da9f feat: add dockerfile and 'skip-browser' flag
  • 07dabe1 feat: allow to specify path to go.mod
  • 90d085f feat: change color for selected node
  • c3b2e42 feat: release automation
  • ef73898 fix: rebuild FE
  • 646f102 generate graph with cache and trie checks
  • 879da9f highlight node on hover
  • 8df0fc1 highlight on hover
  • 5c806f0 merge nodes and edges Go handlers into one
  • 359770c move to separate file controles
  • 0f96644 parse go code in gorutines
  • feb7ac5 reading go deps and static ui
  • 481ad79 refactor hover behavior
  • 9c95ef7 refactor: use browser package to open browser
  • 38cf7db remove binary from repo
  • 5c305a3 remove constants from code to arguments
  • 842b899 remove old ui
  • 2f40a79 rename ui to frontend
  • 3298a3b setup proxy frontend dev server, show loader and local pkg always on
  • 5de7bce simplify App component and return back lib control
  • faae301 split code and show package on hover
  • 8f029a7 update .gitignore to exclude build output
  • 8599173 use selected control as for hover

Your PRs & issues are welcome! Thanks 😉