Skip to content

Releases: mikestefanello/pagoda

v0.17.0

25 Jul 01:06
Compare
Choose a tag to compare

v0.16.0

24 Jun 23:05
Compare
Choose a tag to compare

What's Changed

  • Upgrade to HTMX 2.0

v0.15.0

22 Jun 14:39
Compare
Choose a tag to compare

What's Changed

  • Default to SQLite rather than Postgres & Redis in #72

See #69

v0.14.0

19 Jun 13:37
Compare
Choose a tag to compare

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

15 Jun 21:00
Compare
Choose a tag to compare

What's Changed

  • Improve form and template usage in #66
  • Replace Echo logger with slog in #67
  • Move controller to the template renderer in #68
  • Fixed CSRF bug on auth pages
  • Removed echo-contrib dependency

v0.12.0

10 Jun 01:45
Compare
Choose a tag to compare

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

27 Apr 20:30
Compare
Choose a tag to compare

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

Full Changelog: v0.10.0...v0.11.0

v0.10.0

16 Nov 01:17
Compare
Choose a tag to compare

What's Changed

  • fixes Issue 45 - cant generate using ent and then run by @gedw99 in #48 (updates dependencies)
  • Fix flake context test (originally by @mips171)

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

23 Oct 17:15
44da53d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Feb 12:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0