v0.15.0
- New functions:
sqlpage.path()
,sqlpage.variables()
sqlpage.variables()
makes it easier to process forms with a variable number of fields (for instance, when the form fields themselves are generated based on data from the database). See the online shop orders example.
- bug fixes
- improved documentation
- new
align_right
attribute in the table component