Skip to content

Commit ae523d8

Browse files
committed
bump version to 0.1.9
1 parent 5a422b0 commit ae523d8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## 0.1.9 - 2026.04.21
5+
### Added
6+
- `bar` and `sparkline` functions [#22](https://github.com/questdb/sql-parser/pull/22)
7+
- Storage policy keywords and `local`/`remote` constants [#20](https://github.com/questdb/sql-parser/pull/20)
8+
9+
### Changed
10+
- Position-aware autocomplete: functions are categorized into scalar / aggregate / window / table-valued buckets, remove implicit select filter. [5a422b0](https://github.com/questdb/sql-parser/commit/5a422b0)
11+
12+
413
## 0.1.8 - 2026.04.13
514
### Added
615
- Add `timestamp_sequence_ns` function [#21](https://github.com/questdb/sql-parser/pull/21)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@questdb/sql-parser",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "SQL parser for QuestDB syntax using Chevrotain",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)