-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
229 lines (139 loc) · 3.74 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# Changelog
## [2.2.2] - 2024-05-02
### 🐛 Bug Fixes
- Filter out weird tests
### ⚙️ Miscellaneous Tasks
- Code format cmake.ts
## [2.2.1] - 2024-05-02
### 🐛 Bug Fixes
- Fix running non-Qt tests
- Harden code against exception when reading .tap file
### 🧪 Testing
- Try fixing tests on macOS/Windows
- Try harder to fix macOS/Windows tests
### ⚙️ Miscellaneous Tasks
- Ran code format on tests
- Run codeformat on qttest.ts
- Bump version
## [2.2.0] - 2024-04-25
### 🚀 Features
- Allow to workaround microsoft/vscode-cmake-tools-api/issues/7
### ⚙️ Miscellaneous Tasks
- Bump version
## [2.1.1] - 2024-04-25
### 🐛 Bug Fixes
- Allow for backslashes in the cmake codemodel
### ⚙️ Miscellaneous Tasks
- Improve CONTRIBUTING.md
- Bump version
## [2.1.0] - 2024-04-25
### 🚀 Features
- Add targetNameForExecutable()
### 🐛 Bug Fixes
- Ignore non-executable targets
### ⚙️ Miscellaneous Tasks
- Coding style improvement
- Update CONTRIBUTING.md file
- Fix build on macOS
- Improve CONTRIBUTING.md
- Bump version
## [2.0.0] - 2024-04-24
### 🚀 Features
- [**breaking**] Use a member to hold the output function
### ⚙️ Miscellaneous Tasks
- Bump version
## [1.4.0] - 2024-04-24
### 🚀 Features
- Allow the caller to pass a output callback
### 🐛 Bug Fixes
- When running a qttest, output to stdout
### ⚙️ Miscellaneous Tasks
- Bump version
## [1.3.0] - 2024-04-23
### 🚀 Features
- Add cppFilesForExecutable(executable, codemodel)
### 🧪 Testing
- Add an example cmake code model
- Normalize paths
- Simplify some code
- Fix replacing slashes
### ⚙️ Miscellaneous Tasks
- Add more logging
- Bump version
## [1.2.0] - 2024-04-22
### 🚀 Features
- Added executablesContainingSlot(name) public method
### 📚 Documentation
- Minor CONTRIBUTIND.md improvement
- Minor CONTRIBUTIND.md improvement
### 🧪 Testing
- Fix test on windows
### ⚙️ Miscellaneous Tasks
- Bump version
## [1.1.2] - 2024-04-07
### ⚙️ Miscellaneous Tasks
- Add more logging
- Bump version
## [1.1.1] - 2024-04-07
### 🐛 Bug Fixes
- Verbose logging not appearing in vscode
### ⚙️ Miscellaneous Tasks
- Improve CONTRIBUTING.md
- Bump version
## [1.1.0] - 2024-04-07
### 🚀 Features
- Added QtTest.verbose property
### 🧪 Testing
- Add a QBENCHMARK
- Fix tests on windows
- Fix more cases of wrong slashes
- Test linksToQtTestLib too
### ⚙️ Miscellaneous Tasks
- Minor readme comment
- Update .npmignore
- Fix typo in README
- Fix badge urls in README
- Mention the vscode extension in the README
- Remove duplicate vscode workspace file
- Add macOS and Windows to CI
- Make npm install be verose
- Trying fixing the path for tsc on macos
- Update packages
- Bump version
## [1.0.0] - 2024-04-04
### 🧪 Testing
- Add a proper test and add it to cI
### ⚙️ Miscellaneous Tasks
- Add a git-cliff configuration file
- Add pre-commit support
- README improvements
- Add installation instructions to README
- Add a Dockerfile with nodejs 18
- *(ci)* Make pre-commit run on master branch
- Update version in package-lock.json
- *(docker)* Install npm, Qt5 and typescript
- *(ci)* Run tsc in ci
- *(ci)* Fix typo in yml file
- *(ci)* Bump to checkout v4
- *(ci)* Bump to setup-node v4
- *(ci)* Rename main ci job to 'build'
- *(vscode)* Add a workspace file
- Formatted some code automatically
- Fix typo in comment
- *(ci)* Install Qt and ninja
- Bump to version 1.0.0
- Regenerate out/
- Add a CONTRIBUTING.md file
- Update changelog
- Add ci badges to readme
## [0.4.9] - 2023-04-06
### 🧪 Testing
- Make test3 abort at the beginning
## [0.4.7] - 2023-04-02
### 🧪 Testing
- Rename the test slots
### README
- Explain how to run the example
### Minor
- Ran formatting
- Pass the entire slot