You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,32 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.6.1]
9
+
10
+
### Fix
11
+
12
+
Errors messages appearing in bottom right corner when making debugger steps too fast and 'PG Variables' view interrupted during step.
13
+
8
14
## [1.6.0]
9
15
16
+
### Added
17
+
10
18
Show text representation of expressions in variables (separate pseudo-member `$expr$`).
11
19
12
20
Show text representation of expressions contained in `TargetEntry`, `EquivalenceMember` and `RestrictInfo` in description field (old pointer value).
13
21
14
22
## [1.5.1]
15
23
24
+
### Added
25
+
16
26
Update configuration file contents created by command. Set version to 3 and `aliases` member with empty array.
17
27
18
28
## [1.5.0]
19
29
20
30
> Pre-release
21
31
32
+
### Added
33
+
22
34
Add `typedefs` setting to configuration file. This allows to set custom typedefs.list file for using by formatter. This is helpful when you working on patch which changes this file and you do not want to constantly modify global cached (by extension) typedefs file.
23
35
This also updates version of configuration file to 3.
0 commit comments