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