Skip to content

Releases: DavidVujic/python-polylith

feat(poly deps): introduce a zoomed-in view for individual bricks

15 Feb 14:25
b8a8afa
Compare
Choose a tag to compare

Adding a --brick option to the poly deps command.

Details in Pull Request #174

feat(poly deps): first version of a new brick deps visualization command

14 Feb 17:54
127315f
Compare
Choose a tag to compare

Adding a new command: poly deps. This is the first version of it, and the development is currently ongoing to add more capabilities, such as visualizing individual bricks and their usage/usings.

Details in Pull Request #173

fix(pdm): add workspace paths to PDM venv for TDD theme

05 Feb 13:35
e8d2136
Compare
Choose a tag to compare

fix: PDM hook when using the tdd theme.

Details in Pull Request #171

feat: allow workspace config in top pyproject.toml

04 Feb 10:16
a63bed3
Compare
Choose a tag to compare

Allow the Workspace configuration to be put in the top pyproject.toml as an alternative to the default workspace.toml.

Idea and implementation by @GH-maggio in Pull Request #166 🚀 ⭐

docs(rye): add quick start and basic info

31 Jan 09:34
9ede9ed
Compare
Choose a tag to compare

fix(hatch): the project toml template

30 Jan 18:28
d835402
Compare
Choose a tag to compare

fix(hatch): the project toml template with included build hook table.

Details in Pull Request #164

feat: official support for PDM

23 Jan 22:30
e68c94b
Compare
Choose a tag to compare

Add official support for PDM by using the CLI and the new PDM Build Hooks 🎉

Details in Pull Request #159 and #160

fix(hatch): add missing third-party dependency

21 Jan 12:33
5aad255
Compare
Choose a tag to compare

Add missing third-party dependency (tomlkit) to the hatch build hook project.

Details in #155

fix: typo in Hatch build hook entry point

21 Jan 12:05
a0596ac
Compare
Choose a tag to compare

feat: new project, hatch build hook

21 Jan 11:18
29f49c0
Compare
Choose a tag to compare

Also, bug fixes in the CLI.

Details in #153