Skip to content

Releases: josephspurrier/gowebapp

Go Web App v6.0

24 Apr 15:27
Compare
Choose a tag to compare
  • Updated token invalid page to use refresh code
  • Fixed a MongoDB connect bug
  • Updated variables names according to Lint

Go Web App v5.0

01 Feb 05:23
Compare
Choose a tag to compare
  • Changed default database to Bolt
  • Removed SQLite
  • Added MongoDB

Go Web App v4.0

21 Nov 17:08
Compare
Choose a tag to compare
  • Updated to use Bootstrap v3.3.5 instead of Foundation
  • Updated HTTPS redirect to no longer rely on view
  • Removed accidental extra variables

Go Web App v3.0

15 Sep 05:30
Compare
Choose a tag to compare
  • Added support for different handlers for HTTP and HTTPS
  • Templates now support template-specific code before the closing head and body tags
  • Added ability to show flash messages using JavaScript
  • Added ability to retrieve flash messages when using Ajax
  • Added ability to send emails
  • Added ability to use Google reCAPTCHA
  • Added ability to read the View configuration
  • Updated database sizes
  • Updated integer types
  • Updated so app can start without MySQL connection
  • Change default database to SQLite
  • Added 500 handler
  • Added slashes so the icons work on all pages

Go Web App v2.0

04 Jul 06:27
Compare
Choose a tag to compare
  • restructured project
  • fixed a few logic bugs
  • added HTTPS support
  • renamed a few funcs for clarity
  • separated the routes and queries into separate files

Go Web App v1.0

04 Jul 06:25
Compare
Choose a tag to compare
  • Initial release