Releases: josephspurrier/gowebapp
Releases · josephspurrier/gowebapp
Go Web App v6.0
- Updated token invalid page to use refresh code
- Fixed a MongoDB connect bug
- Updated variables names according to Lint
Go Web App v5.0
- Changed default database to Bolt
- Removed SQLite
- Added MongoDB
Go Web App v4.0
- 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
- 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
- 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
- Initial release