Skip to content

Commit a443414

Browse files
committed
changelog + 0.39
1 parent d9d2832 commit a443414

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# CHANGELOG.md
22

3-
## v0.38.1
3+
## v0.39.0
44
- Ability to execute sql for URL paths with another extension. If you create sitemap.xml.sql, it will be executed for example.com/sitemap.xml
55
- Display source line info in errors even when the database does not return a precise error position. In this case, the entire problematic SQL statement is referenced.
66
- The shell with a vertical sidebar can now have "active" elements, just like the horizontal header bar.
7+
- New `edit_url`, `delete_url`, and `custom_actions` properties in the [table](https://sql-page.com/component.sql?component=table) component to easily add nice icon buttons to a table.
78

89
## v0.38.0
910
- Added support for the Open Database Connectivity (ODBC) standard.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlpage"
3-
version = "0.38.1"
3+
version = "0.39.0"
44
edition = "2021"
55
description = "Build data user interfaces entirely in SQL. A web server that takes .sql files and formats the query result using pre-made configurable professional-looking components."
66
keywords = ["web", "sql", "framework"]

0 commit comments

Comments
 (0)