Releases: grishy/gopkgview
Releases · grishy/gopkgview
v1.2.0
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
v1.0.1
v1.0.0
v0.0.2
v0.0.1
ℹ️ 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 😉