Mikestefanello Pagoda Versions Save

Rapid, easy full-stack web development starter kit in Go

v0.11.0

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikestefanello/pagoda/compare/v0.10.0...v0.11.0

v0.10.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikestefanello/pagoda/compare/v0.9.0...v0.10.0

v0.9.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikestefanello/pagoda/compare/v0.8.0...v0.9.0

v0.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikestefanello/pagoda/compare/v0.7.0...v0.8.0

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikestefanello/pagoda/compare/v0.6.0...v0.7.0

v0.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mikestefanello/pagoda/compare/v0.5.0...v0.6.0

v0.5.0

1 year ago
  • 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

2 years ago

Minor cleanup and lint adjustments.

v0.3.0

2 years ago

Changes:

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

v0.2.0

2 years ago

Added task and queue functionality provided by asynq and Redis.