Releases: volfpeter/holm
Releases · volfpeter/holm
v0.9.0 - Plain HTML layout support
What's Changed
- Add support for plain HTML layouts with
htmy'sSnippetandSlotscomponents, and a default text processor by @volfpeter in #53
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Fix: allow multiple actions with same path but different method by @volfpeter in #50
- Docs: move documentation from mkdocs to zensical by @volfpeter in #50
- Chore: upgrade GH workflows by @volfpeter in #50
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Allow
errors.pyas the error handler module's name (error.pystill works) by @volfpeter in #47
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- Support application layouts where the holm app is in a subpackage by @volfpeter in #45
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Add support for src layout with editable install and run script by @volfpeter in #44
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Fix: support src layout without app package in it by @volfpeter in #42
Full Changelog: v0.7.1...v0.7.2
v0.7.1 - Windows support
What's Changed
- Windows path support by @mrasore98 in #38
New Contributors
- @mrasore98 made their first contribution in #38
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - Replace underscores with hyphens in paths
Breaking changes
- Replace underscores with hyphens in routes by default, except in path parameters by @volfpeter in #35
Upgrade from v0.6
- Replace
_with-in links (URLs) that point to routes whose full path is generated byholm. - If you use path parameters whose name contains an
_(for example the underscore in the middle of_user_id_), that underscore should be preserved.
Full Changelog: v0.6.0...v0.7.0
v0.6.0 - Actions
What's Changed
- Add
actionconcept by @volfpeter in #31 - Documentation, examples, and tests for actions by @volfpeter in #31
- A number of general documentation improvements by @volfpeter in #31
- New summary documentation page for people in a hurry (<5 mins) by @volfpeter in #31
Full Changelog: v0.5.0...v0.6.0
v0.5.0 - without_layout()
What's Changed
- Add
without_layout()utility for breaking the layout wrapping chain by @volfpeter in #28
Full Changelog: v0.4.1...v0.5.0