mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: adding changelog
This commit is contained in:
parent
40506d3c58
commit
385c27aed9
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
- Added TEMPLATE view that allow to render your template with custom Handlebars template.
|
||||
- Improved syntax highlighting - now lines with errors will get highlighted with appropriate colour to indicate the issue
|
||||
|
||||
Fixes:
|
||||
- Fixed parsing arguments to the `file` function. Now parameters with symbols like `[]*` should work properly (i.e. JSONPath arguments)
|
||||
|
||||
# 0.27.0 (2025-02-17)
|
||||
- Better syntax highlighting! Now it highlights SQL query parts
|
||||
- Support for comments. You can now add comments like `--` and `/* */` to you queries
|
||||
|
|
|
|||
Loading…
Reference in a new issue