Skip to content

Releases: sqlpage/SQLPage

v0.7.1

03 Jul 00:12
0423993

Choose a tag to compare

  • Better serverless support.
  • Add ability to set a footer in pages.
  • Improved chart component.
  • New horizontal bar charts.

v0.7.0

21 Jun 00:51
f8b13dd

Choose a tag to compare

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

11 Jun 22:54
a14a2bb

Choose a tag to compare

Add support for makdown in tables

v0.6.11

11 Jun 00:23
7ea9457

Choose a tag to compare

add support for <select> inputs with multiple choices

v0.6.10

10 Jun 23:07
d3c46f7

Choose a tag to compare

Improved chart component

v0.6.9

07 Jun 23:58
084f695

Choose a tag to compare

more markdown, graphical fixes

v0.6.8

07 Jun 01:21
f91f0d5

Choose a tag to compare

fix rendering of pages without a shell

v0.6.7

07 Jun 00:46
48e2a91

Choose a tag to compare

add support for markdown

v0.6.6

04 Jun 21:51
bac6b06

Choose a tag to compare

Better releases

v0.6.5

04 Jun 21:19
8bd25ea

Choose a tag to compare

v0.6.5 Pre-release
Pre-release
update gh action