Skip to content

Releases: grishy/gopkgview

v1.0.0

22 Nov 12:28
7d8ba11
Compare
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
Compare
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
Compare
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 😉