Skip to content

Releases: volfpeter/holm

v0.9.0 - Plain HTML layout support

03 Feb 14:57
14302f3

Choose a tag to compare

What's Changed

  • Add support for plain HTML layouts with htmy's Snippet and Slots components, and a default text processor by @volfpeter in #53

Full Changelog: v0.8.1...v0.9.0

v0.8.1

10 Jan 13:38
7c125dc

Choose a tag to compare

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

03 Jan 21:53
f9fc45b

Choose a tag to compare

What's Changed

  • Allow errors.py as the error handler module's name (error.py still works) by @volfpeter in #47

Full Changelog: v0.7.4...v0.8.0

v0.7.4

03 Jan 15:36
1ea515c

Choose a tag to compare

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

27 Dec 22:27
da5a3f7

Choose a tag to compare

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

22 Dec 23:01
9883cce

Choose a tag to compare

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

07 Dec 21:28
9f4bd73

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - Replace underscores with hyphens in paths

10 Nov 09:57
33cf63d

Choose a tag to compare

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 by holm.
  • 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

04 Nov 16:16
a470e2b

Choose a tag to compare

What's Changed

  • Add action concept 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()

25 Oct 14:43
90d2e66

Choose a tag to compare

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