Releases: mikestefanello/pagoda
Releases · mikestefanello/pagoda
v0.17.0
v0.16.0
What's Changed
- Upgrade to HTMX 2.0
v0.15.0
v0.14.0
What's Changed
- Added
pkg/redirect
package for easier redirects - Log the request URI rather than the path
Notes
This very minor release is being made in anticipation of the big switch from defaulting to SQLite rather than Postgres and Redis.
- The current code which defaults to Postgres and Redis will remain in this branch in case anyone wants to refer to or use it. If this switch does go through, I don't plan to further maintain that branch.
- The code to switch is a work in progress and can be found in this branch.
- The issue to track this work can be found here.
v0.13.0
v0.12.0
What's Changed
- Switch from routes to self-registering handlers to group related routes.
- Easier form and form submission handling.
- Added radio form element example to the contact form.
v0.11.0
What's Changed
- Update Cache related go modules go-redis to v9 and gocache to v4 by @saurori in #58
- Fix a broken link by @jordanstephens in #60
- Update go-redis to v9 and gocache to v4
- Update other outdated dependencies
- Use consts for route names and templates
- Added additional make commands
- Restore local live reloading of templates
- Replace template dir file path hack with embed directive
New Contributors
- @saurori made their first contribution in #58
- @jordanstephens made their first contribution in #60
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.0
What's Changed
- Update README.md for typo by @Jimmy99 in #32
- Update README.md by @Jimmy99 in #33
- chore: remove refs to deprecated io/ioutil by @testwill in #35
- bump Bulma and HTMX by @mips171 in #44
- Pin PG version to 15 to avoid broken schema migrations.
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Makefile fix by @mips171 in #24
- Update Test Workflow by @migeorge in #25
- Bind DB and Redis to 127.0.0.1 by @joshlemer in #26
- Update Makefile by @Jimmy99 in #28
- Updated dependencies
New Contributors
- @mips171 made their first contribution in #24
- @migeorge made their first contribution in #25
- @joshlemer made their first contribution in #26
- @Jimmy99 made their first contribution in #28
Full Changelog: v0.7.0...v0.8.0