mvn-tree-visualizer 1.5.2__tar.gz → 1.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mvn-tree-visualizer might be problematic. Click here for more details.

Files changed (55) hide show
  1. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/workflows/release.yml +11 -1
  2. mvn_tree_visualizer-1.6.0/CHANGELOG.md +109 -0
  3. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/PKG-INFO +1 -1
  4. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/pyproject.toml +23 -2
  5. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/uv.lock +36 -1
  6. mvn_tree_visualizer-1.5.2/CHANGELOG.md +0 -109
  7. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/FUNDING.yml +0 -0
  8. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  9. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  10. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/ISSUE_TEMPLATE/question.md +0 -0
  11. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  12. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/SECURITY.md +0 -0
  13. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/copilot-instructions.md +0 -0
  14. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/dependabot.yml +0 -0
  15. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.github/workflows/ci.yml +0 -0
  16. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.gitignore +0 -0
  17. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/.python-version +0 -0
  18. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/CODE_OF_CONDUCT.md +0 -0
  19. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/CONTRIBUTING.md +0 -0
  20. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/LICENSE +0 -0
  21. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/README.md +0 -0
  22. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/RELEASE.md +0 -0
  23. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/ROADMAP.md +0 -0
  24. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/docs/INTEGRATION.md +0 -0
  25. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/docs/README.md +0 -0
  26. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/docs/THEMES.md +0 -0
  27. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/README.md +0 -0
  28. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/complex-project/diagram-dark.html +0 -0
  29. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/complex-project/diagram-minimal.html +0 -0
  30. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/complex-project/maven_dependency_file +0 -0
  31. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/simple-project/dependencies.json +0 -0
  32. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/simple-project/diagram-dark.html +0 -0
  33. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/simple-project/diagram-minimal.html +0 -0
  34. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/simple-project/maven_dependency_file +0 -0
  35. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/watch-test/README.md +0 -0
  36. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/examples/watch-test/test_maven_file +0 -0
  37. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/issues.md +0 -0
  38. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/ruff.toml +0 -0
  39. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/__init__.py +0 -0
  40. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/__main__.py +0 -0
  41. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/cli.py +0 -0
  42. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/diagram.py +0 -0
  43. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/enhanced_template.py +0 -0
  44. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/exceptions.py +0 -0
  45. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/file_watcher.py +0 -0
  46. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/get_dependencies_in_one_file.py +0 -0
  47. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/outputs/html_output.py +0 -0
  48. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/outputs/json_output.py +0 -0
  49. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/themes.py +0 -0
  50. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/src/mvn_tree_visualizer/validation.py +0 -0
  51. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/tests/test_github_issue_7.py +0 -0
  52. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/tests/test_html_output.py +0 -0
  53. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/tests/test_json_output.py +0 -0
  54. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/tests/test_large_diagram_support.py +0 -0
  55. {mvn_tree_visualizer-1.5.2 → mvn_tree_visualizer-1.6.0}/tests/test_watch_mode.py +0 -0
@@ -2,7 +2,7 @@ name: Semantic Release
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [ master ]
5
+ branches: [ master, develop ]
6
6
  workflow_dispatch:
7
7
 
8
8
  concurrency: ${{ github.workflow }}-${{ github.ref }}
@@ -49,6 +49,16 @@ jobs:
49
49
  with:
50
50
  github_token: ${{ secrets.GITHUB_TOKEN }}
51
51
 
52
+ - name: Generate Changelog
53
+ if: steps.release.outputs.released == 'true'
54
+ run: |
55
+ uv run git-changelog --output CHANGELOG.md --template keepachangelog
56
+ git config --local user.email "action@github.com"
57
+ git config --local user.name "GitHub Action"
58
+ git add CHANGELOG.md
59
+ git commit -m "docs: update changelog for ${{ steps.release.outputs.tag }}" || exit 0
60
+ git push
61
+
52
62
  - name: Publish to PyPI
53
63
  if: steps.release.outputs.released == 'true'
54
64
  env:
@@ -0,0 +1,109 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
+
8
+ <!-- insertion marker -->
9
+ ## [v1.6.0-beta.1](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.6.0-beta.1) - 2025-07-24
10
+
11
+ <small>[Compare with v1.5.2](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.5.2...v1.6.0-beta.1)</small>
12
+
13
+ ### Features
14
+
15
+ - add beta release support for develop branch ([e578499](https://github.com/dyka3773/mvn-tree-visualizer/commit/e5784991ae136242fd4c8ddb929704f2b6f77616) by Hercules Konsoulas).
16
+
17
+ ### Bug Fixes
18
+
19
+ - implement comprehensive changelog generation with git-changelog ([17e0c89](https://github.com/dyka3773/mvn-tree-visualizer/commit/17e0c894dfaff23ab464be52c9e1df8ac4bf71bc) by Hercules Konsoulas).
20
+
21
+ ## [v1.5.2](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.5.2) - 2025-07-24
22
+
23
+ <small>[Compare with v1.5.1](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.5.1...v1.5.2)</small>
24
+
25
+ ### Bug Fixes
26
+
27
+ - enable automatic changelog generation in semantic release ([c10460e](https://github.com/dyka3773/mvn-tree-visualizer/commit/c10460e09e96510ae95e795dafae53ac28230c50) by Hercules Konsoulas).
28
+
29
+ ## [v1.5.1](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.5.1) - 2025-07-21
30
+
31
+ <small>[Compare with v1.5.0](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.5.0...v1.5.1)</small>
32
+
33
+ ### Bug Fixes
34
+
35
+ - resolve an issue causing similar duplicate logs ([e861008](https://github.com/dyka3773/mvn-tree-visualizer/commit/e86100867de380ea37ff49a8b4d4659486bd7046) by Hercules Konsoulas).
36
+
37
+ ### Code Refactoring
38
+
39
+ - remove unused and wrong imports ([3051ea2](https://github.com/dyka3773/mvn-tree-visualizer/commit/3051ea20b9f40f40c97a5b3aed5a67c167b75a99) by Hercules Konsoulas).
40
+
41
+ ## [v1.5.0](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.5.0) - 2025-07-19
42
+
43
+ <small>[Compare with v1.4.0](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.4.0...v1.5.0)</small>
44
+
45
+ ### Features
46
+
47
+ - resolve GitHub issue #7 with enhanced large project support ([3b3b14e](https://github.com/dyka3773/mvn-tree-visualizer/commit/3b3b14e88608c4b1c64295bbf786a898e3b600be) by Hercules Konsoulas).
48
+
49
+ ### Code Refactoring
50
+
51
+ - updated another test to stay consistent with the previous commits ([01a100f](https://github.com/dyka3773/mvn-tree-visualizer/commit/01a100f01587a3f2b43eaa9b6859d7c77e849202) by Hercules Konsoulas).
52
+ - centralize all magic numbers into shared constants module ([e3ee53c](https://github.com/dyka3773/mvn-tree-visualizer/commit/e3ee53cd99f146ca56265ea54c1ea3389ee1e1d8) by Hercules Konsoulas).
53
+ - extract hardcoded magic numbers to named constants ([f1f6734](https://github.com/dyka3773/mvn-tree-visualizer/commit/f1f67347b401959d1700e2da36632e1eb87e6a34) by Hercules Konsoulas).
54
+ - fix to previous commit ([2652892](https://github.com/dyka3773/mvn-tree-visualizer/commit/265289286eafe94f3aeef649ed6856c587061941) by Hercules Konsoulas).
55
+ - extract zoom configuration values to constants ([b2d506e](https://github.com/dyka3773/mvn-tree-visualizer/commit/b2d506e7446e79e998be3bc6bd000930a7cab78c) by Hercules Konsoulas).
56
+
57
+ ## [v1.4.0](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.4.0) - 2025-07-17
58
+
59
+ <small>[Compare with v1.3.0](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.3.0...v1.4.0)</small>
60
+
61
+ ### Features
62
+
63
+ - add theme system with minimal and dark themes ([649e317](https://github.com/dyka3773/mvn-tree-visualizer/commit/649e317dac9531cc16b03cba3602994188468bf9) by Hercules Konsoulas).
64
+
65
+ ## [v1.3.0](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.3.0) - 2025-07-16
66
+
67
+ <small>[Compare with v1.2.0](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.2.0...v1.3.0)</small>
68
+
69
+ ### Features
70
+
71
+ - implement automated release system ([e8fc847](https://github.com/dyka3773/mvn-tree-visualizer/commit/e8fc8472ecbc3ebc7376b07f43aae63a27f299bc) by Hercules Konsoulas).
72
+ - implement v1.3.0 user experience improvements ([2b87699](https://github.com/dyka3773/mvn-tree-visualizer/commit/2b8769903c34527542ee491ea9ac58f46e439e23) by Hercules Konsoulas).
73
+ - enhance error handling and refactor code organization ([c4a183c](https://github.com/dyka3773/mvn-tree-visualizer/commit/c4a183c59380c30d6fe74e8609fc5eb706e88c85) by Hercules Konsoulas).
74
+ - transform repository into professional open-source project ([4ceebdc](https://github.com/dyka3773/mvn-tree-visualizer/commit/4ceebdc886c87eb0d9852259a3aa06d0bc610ab2) by Hercules Konsoulas).
75
+
76
+ ### Bug Fixes
77
+
78
+ - install build module within semantic-release build command ([cd5718d](https://github.com/dyka3773/mvn-tree-visualizer/commit/cd5718d56cd91934b55285c46713bb6cd738b4fa) by Hercules Konsoulas).
79
+ - ensure build tools available for semantic-release action ([e2db367](https://github.com/dyka3773/mvn-tree-visualizer/commit/e2db367f3ebd14768eee5efc5d7515fab0f48c1c) by Hercules Konsoulas).
80
+ - use uv run for build command in semantic-release ([bc5857b](https://github.com/dyka3773/mvn-tree-visualizer/commit/bc5857b080224b2489542470bff9beabf84b59fa) by Hercules Konsoulas).
81
+ - add missing ruff dependency for CI linting ([675d892](https://github.com/dyka3773/mvn-tree-visualizer/commit/675d89209db91d0bbf234b7872a5a1893d81b729) by Hercules Konsoulas).
82
+ - corrected funding link ([13c76c4](https://github.com/dyka3773/mvn-tree-visualizer/commit/13c76c4ad99ead6ecb5d7471c07b5ea5a22ffc8f) by Hercules Konsoulas).
83
+ - install pytest separately in CI to resolve command not found error ([1a99192](https://github.com/dyka3773/mvn-tree-visualizer/commit/1a991927a9d94a405170d93660b62f89513e0056) by Hercules Konsoulas).
84
+ - update JSON tests to match show_versions=False default ([88bcf95](https://github.com/dyka3773/mvn-tree-visualizer/commit/88bcf951f08243c97ddf8d3f3fa4c26e3f7de41d) by Hercules Konsoulas).
85
+
86
+ ### Code Refactoring
87
+
88
+ - add watch mode and standardize JSON output format ([c1a6e14](https://github.com/dyka3773/mvn-tree-visualizer/commit/c1a6e143120031b4f9cf2417cb5db32a35899ddb) by Hercules Konsoulas).
89
+
90
+ ## [v1.2.0](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.2.0) - 2025-07-08
91
+
92
+ <small>[Compare with v1.1.0](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.1.0...v1.2.0)</small>
93
+
94
+ ### Features
95
+
96
+ - add --show-versions flag for both HTML and JSON outputs ([80c7d10](https://github.com/dyka3773/mvn-tree-visualizer/commit/80c7d1089e21c3a345bdc9a61242ed1233605a0e) by Hercules Konsoulas).
97
+ - add comprehensive type hints to improve code quality ([b9b9da5](https://github.com/dyka3773/mvn-tree-visualizer/commit/b9b9da5a48b3c40feeca40de0c69eef3316afc7f) by Hercules Konsoulas).
98
+
99
+ ### Bug Fixes
100
+
101
+ - Correct dependency installation in workflow ([3e500fc](https://github.com/dyka3773/mvn-tree-visualizer/commit/3e500fc76927b736a0f529ad8b2261b6735b949d) by Hercules Konsoulas).
102
+
103
+ ## [v1.1.0](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.1.0) - 2025-07-08
104
+
105
+ <small>[Compare with first commit](https://github.com/dyka3773/mvn-tree-visualizer/compare/58ba414323de8d69f0f80a514cf9bb14f40fa22c...v1.1.0)</small>
106
+
107
+ ### Features
108
+
109
+ - Add JSON output and decouple output logic ([e6cd138](https://github.com/dyka3773/mvn-tree-visualizer/commit/e6cd13836f93221f2dbd334574ca614d7dbe0e4a) by Hercules Konsoulas).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mvn-tree-visualizer
3
- Version: 1.5.2
3
+ Version: 1.6.0
4
4
  Summary: A simple command line tool to visualize the dependency tree of a Maven project in a graphical format.
5
5
  Project-URL: source, https://github.com/dyka3773/mvn-tree-visualizer
6
6
  Author-email: Iraklis Konsoulas <dyka3773@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mvn-tree-visualizer"
3
- version = "1.5.2"
3
+ version = "1.6.0"
4
4
  authors = [
5
5
  { name = "Iraklis Konsoulas", email = "dyka3773@gmail.com" },
6
6
  ]
@@ -45,6 +45,7 @@ dev = [
45
45
  "pytest>=8.3.2",
46
46
  "python-semantic-release>=10.2.0",
47
47
  "build>=1.0.0",
48
+ "git-changelog>=2.5.3",
48
49
  ]
49
50
 
50
51
  [build-system]
@@ -61,13 +62,33 @@ dist_path = "dist/"
61
62
  upload_to_pypi = true
62
63
  upload_to_release = true
63
64
  remove_dist = false
64
- changelog_file = "CHANGELOG.md"
65
65
 
66
66
  [tool.semantic_release.branches.master]
67
67
  match = "master"
68
68
  prerelease = false
69
69
 
70
+ [tool.semantic_release.branches.develop]
71
+ match = "develop"
72
+ prerelease = true
73
+ prerelease_token = "beta"
74
+
70
75
  [tool.semantic_release.commit_parser_options]
71
76
  allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
72
77
  minor_tags = ["feat"]
73
78
  patch_tags = ["fix", "perf"]
79
+
80
+ [tool.git-changelog]
81
+ convention = "conventional"
82
+ template = "keepachangelog"
83
+ sections = [
84
+ {type = "feat", section = "Features", scopes = []},
85
+ {type = "fix", section = "Bug Fixes", scopes = []},
86
+ {type = "refactor", section = "Code Refactoring", scopes = []},
87
+ {type = "perf", section = "Performance Improvements", scopes = []},
88
+ {type = "docs", section = "Documentation", scopes = []},
89
+ {type = "chore", section = "Miscellaneous Chores", scopes = []},
90
+ {type = "ci", section = "Continuous Integration", scopes = []},
91
+ {type = "build", section = "Build System", scopes = []},
92
+ {type = "test", section = "Tests", scopes = []},
93
+ {type = "style", section = "Style", scopes = []},
94
+ ]
@@ -11,6 +11,15 @@ wheels = [
11
11
  { url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643, upload-time = "2024-05-20T21:33:24.1Z" },
12
12
  ]
13
13
 
14
+ [[package]]
15
+ name = "appdirs"
16
+ version = "1.4.4"
17
+ source = { registry = "https://pypi.org/simple" }
18
+ sdist = { url = "https://files.pythonhosted.org/packages/d7/d8/05696357e0311f5b5c316d7b95f46c669dd9c15aaeecbb48c7d0aeb88c40/appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41", size = 13470, upload-time = "2020-05-11T07:59:51.037Z" }
19
+ wheels = [
20
+ { url = "https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128", size = 9566, upload-time = "2020-05-11T07:59:49.499Z" },
21
+ ]
22
+
14
23
  [[package]]
15
24
  name = "build"
16
25
  version = "1.2.2.post1"
@@ -166,6 +175,21 @@ wheels = [
166
175
  { url = "https://files.pythonhosted.org/packages/1a/91/e0d457ee03ec33d79ee2cd8d212debb1bc21dfb99728ae35efdb5832dc22/dotty_dict-1.3.1-py3-none-any.whl", hash = "sha256:5022d234d9922f13aa711b4950372a06a6d64cb6d6db9ba43d0ba133ebfce31f", size = 7014, upload-time = "2022-07-09T18:50:55.058Z" },
167
176
  ]
168
177
 
178
+ [[package]]
179
+ name = "git-changelog"
180
+ version = "2.5.3"
181
+ source = { registry = "https://pypi.org/simple" }
182
+ dependencies = [
183
+ { name = "appdirs" },
184
+ { name = "jinja2" },
185
+ { name = "packaging" },
186
+ { name = "semver" },
187
+ ]
188
+ sdist = { url = "https://files.pythonhosted.org/packages/ba/e0/82cc28b538b3a2f952d52fa512b59f0c8f6e6b0125ac3ffef34ffed9b50c/git_changelog-2.5.3.tar.gz", hash = "sha256:2d211a58213eaa97c73be895821c9d4c9242748eb56753f4759c0d24fe493b77", size = 75083, upload-time = "2024-11-26T00:14:17.549Z" }
189
+ wheels = [
190
+ { url = "https://files.pythonhosted.org/packages/77/7c/701dc05657d7a9310b8376585de3bf21df12ae317ab672b18428919c2c1b/git_changelog-2.5.3-py3-none-any.whl", hash = "sha256:11c12715a6f41dc36aa3219976492ef905b45a2fc39ad75e98be2895fd750440", size = 32847, upload-time = "2024-11-26T00:14:15.953Z" },
191
+ ]
192
+
169
193
  [[package]]
170
194
  name = "gitdb"
171
195
  version = "4.0.12"
@@ -360,7 +384,7 @@ wheels = [
360
384
 
361
385
  [[package]]
362
386
  name = "mvn-tree-visualizer"
363
- version = "1.5.1"
387
+ version = "1.6.0b1"
364
388
  source = { editable = "." }
365
389
  dependencies = [
366
390
  { name = "jinja2" },
@@ -370,6 +394,7 @@ dependencies = [
370
394
  [package.dev-dependencies]
371
395
  dev = [
372
396
  { name = "build" },
397
+ { name = "git-changelog" },
373
398
  { name = "pytest" },
374
399
  { name = "python-semantic-release" },
375
400
  { name = "ruff" },
@@ -385,6 +410,7 @@ requires-dist = [
385
410
  [package.metadata.requires-dev]
386
411
  dev = [
387
412
  { name = "build", specifier = ">=1.0.0" },
413
+ { name = "git-changelog", specifier = ">=2.5.3" },
388
414
  { name = "pytest", specifier = ">=8.3.2" },
389
415
  { name = "python-semantic-release", specifier = ">=10.2.0" },
390
416
  { name = "ruff", specifier = ">=0.12.3" },
@@ -673,6 +699,15 @@ wheels = [
673
699
  { url = "https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", size = 15221, upload-time = "2022-08-13T16:22:44.457Z" },
674
700
  ]
675
701
 
702
+ [[package]]
703
+ name = "semver"
704
+ version = "3.0.4"
705
+ source = { registry = "https://pypi.org/simple" }
706
+ sdist = { url = "https://files.pythonhosted.org/packages/72/d1/d3159231aec234a59dd7d601e9dd9fe96f3afff15efd33c1070019b26132/semver-3.0.4.tar.gz", hash = "sha256:afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602", size = 269730, upload-time = "2025-01-24T13:19:27.617Z" }
707
+ wheels = [
708
+ { url = "https://files.pythonhosted.org/packages/a6/24/4d91e05817e92e3a61c8a21e08fd0f390f5301f1c448b137c57c4bc6e543/semver-3.0.4-py3-none-any.whl", hash = "sha256:9c824d87ba7f7ab4a1890799cec8596f15c1241cb473404ea1cb0c55e4b04746", size = 17912, upload-time = "2025-01-24T13:19:24.949Z" },
709
+ ]
710
+
676
711
  [[package]]
677
712
  name = "shellingham"
678
713
  version = "1.5.4"
@@ -1,109 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- <!--next-version-placeholder-->
9
-
10
- ## [1.3.0] - 2025-07-09
11
-
12
- ### Added
13
- - Watch mode functionality with `--watch` flag for automatic diagram regeneration
14
- - File system monitoring using watchdog library for real-time updates
15
- - New file_watcher module for decoupled file monitoring logic
16
- - Enhanced error handling system with comprehensive user guidance
17
- - Clear error messages for missing dependency files with helpful Maven commands
18
- - Specific validation for directories, file permissions, and content
19
- - Detailed diagnostics for parsing errors and empty files
20
- - User-friendly error messages with emojis and actionable suggestions
21
- - Custom exception classes for better error categorization
22
- - Comprehensive test coverage for error scenarios
23
-
24
- ### Changed
25
- - **BREAKING**: JSON output now uses simplified package names (artifact-id only) to match HTML output behavior
26
- - Root packages now show as "my-app" instead of "com.example:my-app"
27
- - Ensures consistency between HTML and JSON output formats
28
- - Refactored CLI module to separate concerns and improve maintainability
29
- - Improved error handling with timestamped console output and graceful failure modes
30
- - Enhanced file processing with better encoding handling (UTF-8) and validation
31
- - Updated dependency file merging logic with better error detection
32
-
33
- ### Fixed
34
- - Removed unused imports and improved code organization
35
- - Fixed intermediate file path handling in diagram generation
36
-
37
- ## [1.2.0] - 2025-07-09
38
-
39
- ### Added
40
- - Comprehensive type hints throughout the entire codebase
41
- - `--show-versions` flag to display dependency versions in both HTML and JSON outputs
42
- - Support for complex dependency trees with real-world examples
43
- - "Typing :: Typed" classifier in pyproject.toml to indicate type hint support
44
- - CHANGELOG.md to track project changes
45
-
46
- ### Changed
47
- - Enhanced CLI help text to reflect new features
48
- - Improved JSON output structure for better programmatic access
49
- - Updated documentation with version feature examples
50
-
51
- ### Fixed
52
- - Type annotation issues and improved code clarity
53
- - JSON serialization for complex dependency structures
54
-
55
- ## [1.1.0] - 2025-07-05
56
-
57
- ### Added
58
- - JSON output format option for programmatic consumption
59
- - Multi-file support for Maven modules (searches for multiple `maven_dependency_file`)
60
- - File merging functionality for complex projects
61
- - Comprehensive error handling for file operations
62
- - Enhanced CLI with format selection
63
-
64
- ### Changed
65
- - Improved project structure with organized outputs directory
66
- - Better separation of concerns between HTML and JSON generation
67
-
68
- ### Fixed
69
- - File handling issues with large dependency trees
70
- - Output format validation and error messages
71
-
72
- ## [1.0.0] - 2025-07-01
73
-
74
- ### Added
75
- - Initial release of mvn-tree-visualizer
76
- - HTML diagram generation using Mermaid.js
77
- - CLI interface for processing Maven dependency files
78
- - Basic error handling and validation
79
- - Support for Maven dependency tree parsing
80
- - Interactive HTML output with visual dependency graphs
81
- - Improved code documentation and readability with type hints
82
- - Updated README.md with new feature documentation and usage examples
83
-
84
- ### Fixed
85
- - Better static type checking support for development tools
86
-
87
- ## [1.1.0] - 2025-07-08
88
-
89
- ### Added
90
- - JSON output format support alongside existing HTML format
91
- - `--format` CLI argument to choose between HTML and JSON outputs
92
- - Comprehensive test suite for both output formats
93
- - GitHub Actions workflow for automated PyPI publishing
94
-
95
- ### Changed
96
- - Decoupled output generation logic from core diagram creation
97
- - Improved code modularity with separate output modules
98
-
99
- ### Fixed
100
- - Enhanced project structure and maintainability
101
-
102
- ## [1.0.0] - Initial Release
103
-
104
- ### Added
105
- - HTML diagram generation using Mermaid.js
106
- - Interactive SVG export functionality
107
- - File merging from multiple Maven dependency files
108
- - Basic CLI interface with essential options
109
- - Project documentation and contribution guidelines