Releases: mikestefanello/pagoda
Releases · mikestefanello/pagoda
v0.19.0
What's Changed
- Upgraded Ent
- Upgraded Bulma to 1.x
- Added file management
- Use custom logger in main
- Improve web server and task runner start and shutdown
- Use more secure cookie settings
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Update Makefile by @Jimmy99 in #80
- Use alpine v3
click.outside
event name by @Cryptkeeper in #83 - Fixed pager page and pages value when no items present
- Update dependencies
New Contributors
- @Cryptkeeper made their first contribution in #83
Full Changelog: v0.17.0...v0.18.0
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