Skip to content

Releases: mikestefanello/pagoda

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

v0.7.0

02 Nov 23:48
Compare
Choose a tag to compare

What's Changed

  • Swapped envdecode for viper to handle configuration management
  • Reorganized directories and packages
  • Updated dependencies
  • fix: typo when logging fatal error by @hbd in #15
  • Dockerizing db and cache by @ahashim in #14

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Aug 15:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

29 May 13:17
Compare
Choose a tag to compare
  • Fixed bug on HTMX POST redirects not updating the current URL
  • Moved more error handling logic in to the Echo error handler
  • Fixed random test failures
  • Updated dependencies

v0.4.0

10 Feb 13:59
Compare
Choose a tag to compare

Minor cleanup and lint adjustments.

v0.3.0

09 Feb 02:23
Compare
Choose a tag to compare

Changes:

  • Use separate Redis db during test execution
  • Added task worker service
  • Fixed missing port in database connection string