Skip to content

Commit b9014fe

Browse files
committed
v1.4.4
1 parent 7732142 commit b9014fe

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.4.4]
9+
10+
Add `typedefs.list` file preprocessing for feeding to `pg_bsd_indent`. Processed file saved in `/tmp/pg-hacker-helper.typedefs.list` file and may be reused between different sessions. Without processing raw file (downloaded from buildfarm) `pg_bsd_indent` produces invalid formatted code.
11+
812
## [1.4.3]
913

1014
Add pre and post steps around running `pg_bsd_indent` to handle some formatting cases, like single space between type name and `*`. Relates to bug [#3](https://github.com/ashenBlade/postgres-dev-helper/issues/3).

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ Known issues:
222222

223223
## Release Notes
224224

225+
### 1.4.4
226+
227+
Add `typedefs.list` file preprocessing for feeding to `pg_bsd_indent`. Processed file saved in `/tmp/pg-hacker-helper.typedefs.list` file and may be reused between different sessions.
228+
225229
### 1.4.3
226230

227231
Add missing formatting rules when running `pg_bsd_indent`. [#3](https://github.com/ashenBlade/postgres-dev-helper/issues/3).

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.4.3",
5+
"version": "1.4.4",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)