Releases: sqlpage/SQLPage
Releases · sqlpage/SQLPage
v0.7.1
- Better serverless support.
- Add ability to set a footer in pages.
- Improved chart component.
- New horizontal bar charts.
v0.7.0
This version adds support for cookies. You can read user cookies using the new sqlpage.cookie function. For instance:
SELECT 'text' as component, 'You are ' || sqlpage.cookie('username') as contents;And you can store a new cookie on the user's device with
SELECT 'cookie' as component, 'username' as name, 'John Doe' as value;v0.6.12
Add support for makdown in tables
v0.6.11
add support for <select> inputs with multiple choices
v0.6.10
Improved chart component
v0.6.9
more markdown, graphical fixes
v0.6.8
fix rendering of pages without a shell
v0.6.7
add support for markdown
v0.6.6
Better releases
v0.6.5
update gh action