Skip to content

Commit 9884eba

Browse files
committed
docs: v1.12.0 release
1 parent b272def commit 9884eba

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.12.0]
9+
10+
### Add
11+
12+
Support for generic expressions for length expression in array special members.
13+
14+
Add more builtin array special members.
15+
16+
Check length in array special members not greater than 1024 to prevent errors/bugs.
17+
18+
### Fix
19+
20+
Show expression in `PlaceHolderVar` instead of `EXPR` placeholder.
21+
822
## [1.11.2]
923

1024
### Fix

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,16 @@ Known issues:
286286

287287
## Release Notes
288288

289+
## 1.12.0
290+
291+
Support for generic expressions for length expression in array special members.
292+
293+
Add more builtin array special members.
294+
295+
Check length in array special members not greater than 1024 to prevent errors/bugs.
296+
297+
Show expression in `PlaceHolderVar` instead of `EXPR` placeholder.
298+
289299
## 1.11.2
290300

291301
Fix invalid attribute rendering if it does not have `alias` member set.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql-hacker-helper",
33
"displayName": "PostgreSQL Hacker Helper",
44
"description": "Extension to assist Postgres hackers - source code developers",
5-
"version": "1.11.2",
5+
"version": "1.12.0",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)