Changelog: - Added a summary of API endpoints with their descriptions in the base URL - Automatic column name casing for the login and register endpoints
0.4.1
Changelog: - Display the API structure as a tree during startup - Run server on all network interfaces - Automatically set up a permissive CORS setting
0.4.0
Changelog: - Added support for application/json as encoding for POST/PUT requests - Added configuration options to disable login and register - Custom formatting for HTTP log messages - Use a connection pool to connect to the DB
0.3.0
Changelog: - Added support for the default endpoints /login and /register using custom tables and fields - Added support for session tokens and authentication requirements
0.2.0
Changelog: - Added support for HTTP POST/PUT/DELETE and SQL INSERT/UPDATE/DELETE - Added support for static web files
0.1.0
Changelog: - Added support for HTTP GET / SQL SELECT (URL params, query filtering...)