brighterscript 0.69.2 → 0.69.4

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 DELETED
@@ -1,1985 +0,0 @@
1
- # Changelog
2
- All notable changes to this project will be documented in this file.
3
-
4
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
-
7
-
8
-
9
- ## [0.69.2](https://github.com/rokucommunity/brighterscript/compare/v0.69.1...v0.69.2) - 2025-03-13
10
- ### Changed
11
- - Significantly improve the performance of standardizePath ([#1425](https://github.com/rokucommunity/brighterscript/pull/1425))
12
- - Backport v1 typecast syntax to v0 ([#1421](https://github.com/rokucommunity/brighterscript/pull/1421))
13
-
14
-
15
-
16
- ## [0.69.1](https://github.com/rokucommunity/brighterscript/compare/v0.69.0...v0.69.1) - 2025-03-10
17
- ### Changed
18
- - Prevent running the lsp project in a worker thread ([#1423](https://github.com/rokucommunity/brighterscript/pull/1423))
19
-
20
-
21
-
22
- ## [0.69.0](https://github.com/rokucommunity/brighterscript/compare/v0.68.5...v0.69.0) - 2025-02-10
23
- ### Changed
24
- - Language Server Rewrite ([#993](https://github.com/rokucommunity/brighterscript/pull/993))
25
-
26
-
27
-
28
- ## [0.68.5](https://github.com/rokucommunity/brighterscript/compare/v0.68.4...v0.68.5) - 2025-02-06
29
- ### Added
30
- - Add experimental `validate` flag to ProgramBuilder.run() ([#1409](https://github.com/rokucommunity/brighterscript/pull/1409))
31
-
32
-
33
-
34
- ## [0.68.4](https://github.com/rokucommunity/brighterscript/compare/v0.68.3...v0.68.4) - 2025-01-22
35
- ### Changed
36
- - upgrade to [roku-deploy@3.12.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3124---2025-01-22). Notable changes since 3.12.3:
37
- - fixed an issue with 577 error codes ([roku-deploy#182](https://github.com/rokucommunity/roku-deploy/pull/182))
38
-
39
-
40
-
41
- ## [0.68.3](https://github.com/rokucommunity/brighterscript/compare/v0.68.2...v0.68.3) - 2025-01-13
42
- ### Changed
43
- - Export more items ([#1394](https://github.com/rokucommunity/brighterscript/pull/1394))
44
- ### Fixed
45
- - Fix class transpile issue with child class constructor not inherriting parent params ([#1390](https://github.com/rokucommunity/brighterscript/pull/1390))
46
-
47
-
48
-
49
- ## [0.68.2](https://github.com/rokucommunity/brighterscript/compare/v0.68.1...v0.68.2) - 2024-12-06
50
- ### Changed
51
- - Add more convenience exports from vscode-languageserver ([#1359](https://github.com/rokucommunity/brighterscript/pull/1359))
52
- - upgrade to [roku-deploy@3.12.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3123---2024-12-06). Notable changes since 3.12.2:
53
- - Fix issues with detecting "check for updates required" ([roku-deploy#181](https://github.com/rokucommunity/roku-deploy/pull/181))
54
- - Identify when a 577 error is thrown, send a new developer friendly message ([roku-deploy#180](https://github.com/rokucommunity/roku-deploy/pull/180))
55
- - Bump dependencies to remove audit issues ([roku-deploy#178](https://github.com/rokucommunity/roku-deploy/pull/178))
56
-
57
-
58
-
59
- ## [0.68.1](https://github.com/rokucommunity/brighterscript/compare/v0.68.0...v0.68.1) - 2024-11-26
60
- ### Added
61
- - Add Namespace Source Literals ([#1354](https://github.com/rokucommunity/brighterscript/pull/1354))
62
- - Language server crash fix ([#1353](https://github.com/rokucommunity/brighterscript/pull/1353))
63
- ### Fixed
64
- - Fix bug with ternary transpile for indexed set ([#1357](https://github.com/rokucommunity/brighterscript/pull/1357))
65
- - Enhance lexer to support long numeric literals with type designators ([#1351](https://github.com/rokucommunity/brighterscript/pull/1351))
66
-
67
-
68
-
69
- ## [0.68.0](https://github.com/rokucommunity/brighterscript/compare/v0.67.8...v0.68.0) - 2024-11-21
70
- ### Changed
71
- - Fix issues with the ast walkArray function ([#1347](https://github.com/rokucommunity/brighterscript/pull/1347))
72
- - Optimize ternary transpilation for assignments ([#1341](https://github.com/rokucommunity/brighterscript/pull/1341))
73
-
74
-
75
-
76
- ## [0.67.8](https://github.com/rokucommunity/brighterscript/compare/v0.67.7...v0.67.8) - 2024-10-18
77
- ### Changed
78
- - upgrade to [roku-deploy@3.12.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3122---2024-10-18). Notable changes since 3.12.1:
79
- - fixes #175 - updated regex to find a signed package on `/plugin_package` page ([roku-deploy#176](https://github.com/rokucommunity/roku-deploy/pull/176))
80
- ### Fixed
81
- - namespace-relative transpile bug for standalone file ([#1324](https://github.com/rokucommunity/brighterscript/pull/1324))
82
- - Prevent crash when `ProgramBuilder.run` called with no options ([#1316](https://github.com/rokucommunity/brighterscript/pull/1316))
83
-
84
-
85
-
86
- ## [0.67.7](https://github.com/rokucommunity/brighterscript/compare/v0.67.6...v0.67.7) - 2024-09-25
87
- ### Changed
88
- - Ast node clone ([#1281](https://github.com/rokucommunity/brighterscript/pull/1281))
89
-
90
-
91
-
92
- ## [0.67.6](https://github.com/rokucommunity/brighterscript/compare/v0.67.5...v0.67.6) - 2024-09-05
93
- ### Added
94
- - support for `roIntrinsicDouble` ([#1291](https://github.com/rokucommunity/brighterscript/pull/1291))
95
- - support for resolving `sourceRoot` at time of config load ([#1290](https://github.com/rokucommunity/brighterscript/pull/1290))
96
- ### Changed
97
- - document plugin naming convention ([#1284](https://github.com/rokucommunity/brighterscript/pull/1284))
98
-
99
-
100
-
101
- ## [0.67.5](https://github.com/rokucommunity/brighterscript/compare/v0.67.4...v0.67.5) - 2024-07-31
102
- ### Fixed
103
- - templatestring support for `annotation.getArguments()` ([#1264](https://github.com/rokucommunity/brighterscript/pull/1264))
104
-
105
-
106
-
107
- ## [0.67.4](https://github.com/rokucommunity/brighterscript/compare/v0.67.3...v0.67.4) - 2024-07-24
108
- ### Changed
109
- - upgrade to [roku-deploy@3.12.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3121---2024-07-19). Notable changes since 3.12.0:
110
- - Fix bug with absolute paths and getDestPath ([roku-deploy#171](https://github.com/rokucommunity/roku-deploy/pull/171))
111
-
112
-
113
-
114
- ## [0.67.3](https://github.com/rokucommunity/brighterscript/compare/v0.67.2...v0.67.3) - 2024-06-14
115
- ### Changed
116
- - Flag using devDependency in production code ([#1222](https://github.com/rokucommunity/brighterscript/pull/1222))
117
- ### Fixed
118
- - Fix crash with missing scope ([#1234](https://github.com/rokucommunity/brighterscript/pull/1234))
119
- - fix: conform bsconfig.schema.json to strict types ([#1205](https://github.com/rokucommunity/brighterscript/pull/1205))
120
-
121
-
122
-
123
- ## [0.67.2](https://github.com/rokucommunity/brighterscript/compare/v0.67.1...v0.67.2) - 2024-06-03
124
- ### Changed
125
- - Fix crash with optional chaining in signature help ([#1207](https://github.com/rokucommunity/brighterscript/pull/1207))
126
-
127
-
128
-
129
- ## [0.67.1](https://github.com/rokucommunity/brighterscript/compare/v0.67.0...v0.67.1) - 2024-05-16
130
- ### Fixed
131
- - remove ascii color chars in language server logs ([#1189](https://github.com/rokucommunity/brighterscript/pull/1189))
132
- - crash when diagnostic is missing range ([#1174](https://github.com/rokucommunity/brighterscript/pull/1174))
133
-
134
-
135
-
136
- ## [0.67.0](https://github.com/rokucommunity/brighterscript/compare/v0.65.27...v0.67.0) - 2024-05-10
137
- ### Changed
138
- - Fix formatting with logger output ([#1171](https://github.com/rokucommunity/brighterscript/pull/1171))
139
- - Move function calls to separate diagnostic ([#1169](https://github.com/rokucommunity/brighterscript/pull/1169))
140
- - resolve the stagingDir option relative to the bsconfig.json file ([#1148](https://github.com/rokucommunity/brighterscript/pull/1148))
141
- - Upgrade to @rokucommunity/logger ([#1137](https://github.com/rokucommunity/brighterscript/pull/1137))
142
-
143
-
144
-
145
- ## 0.66.0
146
- This release was skipped because we decided to change from the v0.66 alphas to move those breaking changes into v1.
147
-
148
-
149
-
150
- ## [0.65.27](https://github.com/rokucommunity/brighterscript/compare/v0.65.26...v0.65.27) - 2024-03-27
151
- ### Added
152
- - Plugin hook provide workspace symbol ([#1118](https://github.com/rokucommunity/brighterscript/pull/1118))
153
- - Plugin hook for documentSymbol ([#1116](https://github.com/rokucommunity/brighterscript/pull/1116))
154
- ### Changed
155
- - Upgade LSP packages ([#1117](https://github.com/rokucommunity/brighterscript/pull/1117))
156
- ### Fixed
157
- - Improve workspace/document symbol handling ([#1120](https://github.com/rokucommunity/brighterscript/pull/1120))
158
- - Increase max param count diagnostic to 63 ([#1112](https://github.com/rokucommunity/brighterscript/pull/1112))
159
-
160
-
161
-
162
- ## [0.65.26](https://github.com/rokucommunity/brighterscript/compare/v0.65.25...v0.65.26) - 2024-03-13
163
- ### Fixed
164
- - Prevent unused variable warnings on transpiled ternary and null coalescence expressions ([#1101](https://github.com/rokucommunity/brighterscript/pull/1101))
165
-
166
-
167
-
168
- ## [0.65.25](https://github.com/rokucommunity/brighterscript/compare/v0.65.24...v0.65.25) - 2024-03-07
169
- ### Added
170
- - Allow negative patterns in diagnostic filters ([#1078](https://github.com/rokucommunity/brighterscript/pull/1078))
171
- - Support when tokens have null ranges ([#1072](https://github.com/rokucommunity/brighterscript/pull/1072))
172
- - Support whitespace in conditional compile keywords ([#1090](https://github.com/rokucommunity/brighterscript/pull/1090))
173
- ### Changed
174
- - Add `create-test-package` command for easier tgz testing ([#1088](https://github.com/rokucommunity/brighterscript/pull/1088))
175
- - Bump ip from 2.0.0 to 2.0.1 in /benchmarks ([#1079](https://github.com/rokucommunity/brighterscript/pull/1079))
176
- - Reduce null safety issues in Statement and Expression subclasses ([#1033](https://github.com/rokucommunity/brighterscript/pull/1033))
177
-
178
-
179
-
180
- ## [0.65.24](https://github.com/rokucommunity/brighterscript/compare/v0.65.23...v0.65.24) - 2024-03-01
181
- ### Changed
182
- - upgrade to [roku-deploy@3.12.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3120---2024-03-01). Notable changes since 3.11.3:
183
- - Support overriding various package upload form data ([roku-deploy#136](https://github.com/rokucommunity/roku-deploy/pull/136))
184
-
185
-
186
-
187
- ## [0.65.23](https://github.com/rokucommunity/brighterscript/compare/v0.65.22...v0.65.23) - 2024-02-29
188
- ### Changed
189
- - upgrade to [roku-deploy@3.11.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3113---2024-02-29). Notable changes since 3.11.2:
190
- - Retry the convertToSquahsfs request given the HPE_INVALID_CONSTANT error ([roku-deploy#145](https://github.com/rokucommunity/roku-deploy/pull/145))
191
- ### Fixed
192
- - empty interfaces break the parser ([#1082](https://github.com/rokucommunity/brighterscript/pull/1082))
193
-
194
-
195
- ## [0.65.22](https://github.com/rokucommunity/brighterscript/compare/v0.65.21...0.65.22) - 2024-02-09
196
- ### Added
197
- - support for `provideReferences` in plugins ([#1066](https://github.com/rokucommunity/brighterscript/pull/1066))
198
- - allow v1 syntax: built-in types for class member types and type declarations on lhs ([#1059](https://github.com/rokucommunity/brighterscript/pull/1059))
199
- ### Changed
200
- - fix sourcemap comment and add `file` prop to map ([#1064](https://github.com/rokucommunity/brighterscript/pull/1064))
201
- - move `coveralls-next` to a devDependency since it's not needed at runtime ([#1051](https://github.com/rokucommunity/brighterscript/pull/1051))
202
-
203
-
204
-
205
- ## [0.65.21](https://github.com/rokucommunity/brighterscript/compare/v0.65.20...v0.65.21) - 2024-01-31
206
- ### Fixed
207
- - parsing issues with multi-index IndexedSet and IndexedGet ([#1050](https://github.com/rokucommunity/brighterscript/pull/1050))
208
-
209
-
210
-
211
- ## [0.65.20](https://github.com/rokucommunity/brighterscript/compare/v0.65.19...v0.65.20) - 2024-01-30
212
- ### Added
213
- - plugin hooks for getDefinition ([#1045](https://github.com/rokucommunity/brighterscript/pull/1045))
214
-
215
-
216
-
217
- ## [0.65.19](https://github.com/rokucommunity/brighterscript/compare/v0.65.18...v0.65.19) - 2024-01-30
218
- ### Changed
219
- - Backport v1 syntax changes ([#1034](https://github.com/rokucommunity/brighterscript/pull/1034))
220
-
221
-
222
-
223
- ## [0.65.18](https://github.com/rokucommunity/brighterscript/compare/v0.65.17...v0.65.18) - 2024-01-25
224
- ### Changed
225
- - Refactor bsconfig documentation ([#1024](https://github.com/rokucommunity/brighterscript/pull/1024))
226
- - Prevent overwriting `Program._manifest` if already set on startup ([#1027](https://github.com/rokucommunity/brighterscript/pull/1027))
227
- - Improving null safety: Add FinalizedBsConfig and tweak plugin events ([#1000](https://github.com/rokucommunity/brighterscript/pull/1000))
228
-
229
-
230
-
231
- ## [0.65.17](https://github.com/rokucommunity/brighterscript/compare/v0.65.16...0.65.17) - 2024-01-16
232
- ### Changed
233
- - add documentation on pruneEmptyCodeFiles to the README ([#1012](https://github.com/rokucommunity/brighterscript/pull/1012))
234
- - assign .program to the builder BEFORE calling afterProgram ([#1011](https://github.com/rokucommunity/brighterscript/pull/1011))
235
- ### Fixed
236
- - properly handle `libpkg:/` prefix for script imports ([#1017](https://github.com/rokucommunity/brighterscript/pull/1017))
237
-
238
-
239
-
240
- ## [0.65.16](https://github.com/rokucommunity/brighterscript/compare/v0.65.15...v0.65.16) - 2024-01-08
241
- ### Added
242
- - Add `pruneEmptyCodeFiles` option to prevent publishing of empty files and exclude unnecessary script imports ([#997](https://github.com/rokucommunity/brighterscript/pull/997))
243
- ### Changed
244
- - chore: improve null safety ([#996](https://github.com/rokucommunity/brighterscript/pull/996))
245
-
246
-
247
-
248
- ## [0.65.15](https://github.com/rokucommunity/brighterscript/compare/v0.65.14...v0.65.15) - 2023-12-26
249
- ### Fixed
250
- - Prevent errors when using enums in a file that's not included in any scopes ([#995](https://github.com/rokucommunity/brighterscript/pull/995))
251
-
252
-
253
-
254
- ## [0.65.14](https://github.com/rokucommunity/brighterscript/compare/v0.65.13...v0.65.14) - 2023-12-20
255
- ### Fixed
256
- - multi-namespace class inheritance transpile bug ([#990](https://github.com/rokucommunity/brighterscript/pull/990))
257
- ### Changed
258
- - flag missing function references for `onChange` function ([#941](https://github.com/rokucommunity/brighterscript/pull/941))
259
- - upgrade to [roku-deploy@3.11.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3112---2023-12-20). Notable changes since 3.11.1:
260
- - Update wrong host password error message ([roku-deploy#134](https://github.com/rokucommunity/roku-deploy/pull/134))
261
-
262
-
263
-
264
- ## [0.65.13](https://github.com/rokucommunity/brighterscript/compare/v0.65.12...v0.65.13) - 2023-12-08
265
- ### Fixed
266
- - broken enum transpiling ([#985](https://github.com/rokucommunity/brighterscript/pull/985))
267
-
268
-
269
-
270
- ## [0.65.12](https://github.com/rokucommunity/brighterscript/compare/v0.65.11...v0.65.12) - 2023-12-07
271
- ### Added
272
- - `optional` modifier for interface and class members ([#955](https://github.com/rokucommunity/brighterscript/pull/955))
273
- - manifest loading from files ([#942](https://github.com/rokucommunity/brighterscript/pull/942))
274
- ### Changed
275
- - use regex for faster manifest/typedef detection ([#976](https://github.com/rokucommunity/brighterscript/pull/976))
276
- - out-of-date transpile blocks in docs ([#956](https://github.com/rokucommunity/brighterscript/pull/956))
277
- ### Fixed
278
- - Correct RANGE in template string when dealing with quotes in annotations ([#975](https://github.com/rokucommunity/brighterscript/pull/975))
279
-
280
-
281
-
282
- ## [0.65.11](https://github.com/rokucommunity/brighterscript/compare/v0.65.10...v0.65.11) - 2023-11-30
283
- ### Changed
284
- - upgrade to [roku-deploy@3.11.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3111---2023-11-30). Notable changes since 3.10.5:
285
- - Wait for file stream to close before resolving promise ([roku-deploy#133](https://github.com/rokucommunity/roku-deploy/pull/133))
286
- ### Fixed
287
- - enums as class initial values ([#950](https://github.com/rokucommunity/brighterscript/pull/950))
288
-
289
-
290
-
291
- ## [0.65.10](https://github.com/rokucommunity/brighterscript/compare/v0.65.9...v0.65.10) - 2023-11-14
292
- ### Changed
293
- - upgrade to [roku-deploy@3.10.5](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3105---2023-11-14). Notable changes since 3.10.4:
294
- - Add better device-info docs ([roku-deploy#128](https://github.com/rokucommunity/roku-deploy/pull/128))
295
- - Added some more message grabbing logic ([roku-deploy#127](https://github.com/rokucommunity/roku-deploy/pull/127))
296
-
297
-
298
-
299
- ## [0.65.9](https://github.com/rokucommunity/brighterscript/compare/v0.65.8...v0.65.9) - 2023-11-06
300
- ### Changed
301
- - upgrade to [roku-deploy@3.10.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3104---2023-11-03). Notable changes since 3.10.3:
302
- - Enhance getDeviceInfo() method ([roku-deploy#120](https://github.com/rokucommunity/roku-deploy/pull/120))
303
- ### Fixed
304
- - issue with unary expression parsing ([#938](https://github.com/rokucommunity/brighterscript/pull/938))
305
-
306
-
307
-
308
- ## [0.65.8](https://github.com/rokucommunity/brighterscript/compare/v0.65.7...v0.65.8) - 2023-10-06
309
- ### Added
310
- - interface parameter support ([#924](https://github.com/rokucommunity/brighterscript/pull/924))
311
- ### Changed
312
- - Bump postcss from 8.2.15 to 8.4.31 ([#928](https://github.com/rokucommunity/brighterscript/pull/928))
313
- ### Fixed
314
- - chore: fix typescript typing for `Deferred` ([#923](https://github.com/rokucommunity/brighterscript/pull/923))
315
-
316
-
317
-
318
- ## [0.65.7](https://github.com/rokucommunity/brighterscript/compare/v0.65.6...v0.65.7) - 2023-09-28
319
- ### Fixed
320
- - fix bug in --noproject flag logic ([#922](https://github.com/rokucommunity/brighterscript/pull/922))
321
-
322
-
323
-
324
- ## [0.65.6](https://github.com/rokucommunity/brighterscript/compare/v0.65.5...v0.65.6) - 2023-09-28
325
- ### Added
326
- - `noProject` flag to bsc so `bsconfig.json` loading can be skipped entirely even if present ([#868](https://github.com/rokucommunity/brighterscript/pull/868))
327
- ### Changed
328
- - docs: add some more details to the plugins ([#913](https://github.com/rokucommunity/brighterscript/pull/913))
329
- - docs: add missing emitDefinitions ([#893](https://github.com/rokucommunity/brighterscript/pull/893))
330
- ### Fixed
331
- - incorrect quasi location in template string ([#921](https://github.com/rokucommunity/brighterscript/pull/921))
332
- - `UnaryExpression` transpile for namespace and const ([#914](https://github.com/rokucommunity/brighterscript/pull/914))
333
-
334
-
335
-
336
- ## [0.65.5](https://github.com/rokucommunity/brighterscript/compare/v0.65.4...v0.65.5) - 2023-09-06
337
- ### Added
338
- - support overriding bs_const values in bsconfig ([#887](https://github.com/rokucommunity/brighterscript/pull/887))
339
- - allow optionally specifying bslib destination directory ([#871](https://github.com/rokucommunity/brighterscript/pull/871))
340
- - Print diagnostic related information ([#867](https://github.com/rokucommunity/brighterscript/pull/867))
341
- ### Fixed
342
- - ensure consistent insertion of bslib.brs ([#870](https://github.com/rokucommunity/brighterscript/pull/870))
343
- - Fix crashes in util for null ranges ([#869](https://github.com/rokucommunity/brighterscript/pull/869))
344
- - Fix tab issue when printing diagnostics ([#865](https://github.com/rokucommunity/brighterscript/pull/865))
345
-
346
-
347
-
348
- ## [0.65.4](https://github.com/rokucommunity/brighterscript/compare/v0.65.3...v0.65.4) - 2023-07-24
349
- ### Changed
350
- - Install `v8-profiler-next` on demand instead of being a dependency ([#854](https://github.com/rokucommunity/brighterscript/pull/854))
351
-
352
-
353
-
354
- ## [0.65.3](https://github.com/rokucommunity/brighterscript/compare/v0.65.2...v0.65.3) - 2023-07-22
355
- ### Changed
356
- - Show busy spinner for lsp builds. Remove `build-status` event in favor of new `busy-status` ([#852](https://github.com/rokucommunity/brighterscript/pull/852))
357
- - upgrade to [roku-deploy@3.10.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3103---2023-07-22). Notable changes since 3.10.2:
358
- - Bump word-wrap from 1.2.3 to 1.2.4 ([roku-deploy#117](https://github.com/rokucommunity/roku-deploy/pull/117))
359
- - Bump word-wrap from 1.2.3 to 1.2.4 ([#851](https://github.com/rokucommunity/brighterscript/pull/851))
360
-
361
-
362
-
363
- ## [0.65.2](https://github.com/rokucommunity/brighterscript/compare/v0.65.1...v0.65.2) - 2023-07-17
364
- ### Added
365
- - beforeProgramDispose event ([#844](https://github.com/rokucommunity/brighterscript/pull/844)), ([#845](https://github.com/rokucommunity/brighterscript/pull/845))
366
- - profiling support to the cli via the `--profile` flag ([#833](https://github.com/rokucommunity/brighterscript/pull/833))
367
- ### Changed
368
- - Make component ready on afterScopeCreate ([#843](https://github.com/rokucommunity/brighterscript/pull/843))
369
- - Add project index to language server log entries ([#836](https://github.com/rokucommunity/brighterscript/pull/836))
370
- - Prevent crashing when diagnostic is missing range. ([#832](https://github.com/rokucommunity/brighterscript/pull/832))
371
- - Prevent crash when diagnostic is missing range ([#831](https://github.com/rokucommunity/brighterscript/pull/831))
372
- - Add baseline interface docs ([#829](https://github.com/rokucommunity/brighterscript/pull/829))
373
-
374
-
375
-
376
- ## [0.65.1](https://github.com/rokucommunity/brighterscript/compare/v0.65.0...v0.65.1) - 2023-06-09
377
- ### Fixed
378
- - injection of duplicate super calls into classes ([#823](https://github.com/rokucommunity/brighterscript/pull/823))
379
-
380
-
381
-
382
- ## [0.65.0](https://github.com/rokucommunity/brighterscript/compare/v0.64.4...v0.65.0) - 2023-05-17
383
- ### Changed
384
- - npm audit fixes. upgrade to coveralls-next ([43756d8](https://github.com/rokucommunity/brighterscript/commit/43756d8))
385
- - Improve findChild and findAncestor AST methods ([#807](https://github.com/rokucommunity/brighterscript/pull/807))
386
-
387
-
388
-
389
- ## [0.64.4](https://github.com/rokucommunity/brighterscript/compare/v0.64.3...v0.64.4) - 2023-05-10
390
- ### Changed
391
- - upgrade to [roku-deploy@3.10.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3102---2023-05-10). Notable changes since 3.10.1:
392
- - Fix audit issues ([roku-deploy#116](https://github.com/rokucommunity/roku-deploy/pull/116))
393
- - fix nodejs 19 bug ([roku-deploy#115](https://github.com/rokucommunity/roku-deploy/pull/115))
394
-
395
-
396
-
397
- ## [0.64.3](https://github.com/rokucommunity/brighterscript/compare/v0.64.2...v0.64.3) - 2023-04-28
398
- ### Changed
399
- - Improves performance in symbol table fetching ([#797](https://github.com/rokucommunity/brighterscript/pull/797))
400
-
401
-
402
-
403
- ## [0.64.2](https://github.com/rokucommunity/brighterscript/compare/v0.64.1...v0.64.2) - 2023-04-18
404
- ### Fixed
405
- - namespace-relative enum value false positive diagnostic ([#793](https://github.com/rokucommunity/brighterscript/pull/793))
406
-
407
-
408
-
409
- ## [0.64.1](https://github.com/rokucommunity/brighterscript/compare/v0.64.0...v0.64.1) - 2023-04-14
410
- ### Changed
411
- - Bump xml2js from 0.4.23 to 0.5.0 ([#790](https://github.com/rokucommunity/brighterscript/pull/790))
412
- - upgrade to [roku-deploy@3.10.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3101---2023-04-14). Notable changes since 3.10.0:
413
- - Bump xml2js from 0.4.23 to 0.5.0 ([roku-deploy#112](https://github.com/rokucommunity/roku-deploy/pull/112))
414
-
415
-
416
-
417
- ## [0.64.0](https://github.com/rokucommunity/brighterscript/compare/v0.63.0...v0.64.0) - 2023-04-04
418
- ### Changed
419
- - Fix namespace-relative items ([#789](https://github.com/rokucommunity/brighterscript/pull/789))
420
-
421
-
422
-
423
- ## [0.63.0](https://github.com/rokucommunity/brighterscript/compare/v0.62.0...v0.63.0) - 2023-03-31
424
- ### Changed
425
- - Wrap transpiled template strings in parens ([#788](https://github.com/rokucommunity/brighterscript/pull/788))
426
- - Simplify the ast range logic ([#784](https://github.com/rokucommunity/brighterscript/pull/784))
427
-
428
-
429
-
430
- ## [0.62.0](https://github.com/rokucommunity/brighterscript/compare/v0.61.3...v0.62.0) - 2023-03-16
431
- ### Added
432
- - `severityOverride` option ([#725](https://github.com/rokucommunity/brighterscript/pull/725))
433
- - Optional chaining assignment validation ([#782](https://github.com/rokucommunity/brighterscript/pull/782))
434
- ### Changed
435
- - Fix transpile bug with optional chaning ([#781](https://github.com/rokucommunity/brighterscript/pull/781))
436
- - Fix crash when func has no block ([#774](https://github.com/rokucommunity/brighterscript/pull/774))
437
- - Move not-referenced check into ProgramValidator ([#773](https://github.com/rokucommunity/brighterscript/pull/773))
438
- - upgrade to [roku-deploy@3.10.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3100---2023-03-16). Notable changes since 3.9.3:
439
- - Use micromatch instead of picomatch ([roku-deploy#109](https://github.com/rokucommunity/roku-deploy/pull/109))
440
-
441
-
442
-
443
- ## [0.61.3](https://github.com/rokucommunity/brighterscript/compare/v0.61.2...0.61.3) - 2023-01-12
444
- ### Changed
445
- - Add diagnostic for passing more than 5 arguments to a callFunc ([#765](https://github.com/rokucommunity/brighterscript/pull/765))
446
- - upgrade to [roku-deploy@3.9.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#393---2023-01-12)
447
-
448
-
449
-
450
- ## [0.61.2](https://github.com/rokucommunity/brighterscript/compare/v0.61.1...0.61.2) - 2022-12-15
451
- ### Changed
452
- - Bump qs from 6.5.2 to 6.5.3 ([#758](https://github.com/rokucommunity/brighterscript/pull/758))
453
-
454
-
455
-
456
- ## [0.61.1](https://github.com/rokucommunity/brighterscript/compare/v0.61.0...0.61.1) - 2022-12-07
457
- ### Fixed
458
- - Ensure enums and interfaces persist in typedefs ([#757](https://github.com/rokucommunity/brighterscript/pull/757))
459
-
460
-
461
-
462
- ## [0.61.0](https://github.com/rokucommunity/brighterscript/compare/v0.60.6...0.61.0) - 2022-12-05
463
- ### Added
464
- - new `removeParameterTypes` option that removes type information from parameters when transpiling ([#744](https://github.com/rokucommunity/brighterscript/pull/744))
465
- ### Fixed
466
- - throttle transpiling to prevent crashes ([#755](https://github.com/rokucommunity/brighterscript/pull/755))
467
- - exception while validating continue statement ([#752](https://github.com/rokucommunity/brighterscript/pull/752))
468
- - add missing visitor params for DottedSetStatement ([#748](https://github.com/rokucommunity/brighterscript/pull/748))
469
- - flag incorrectly nested statements ([#747](https://github.com/rokucommunity/brighterscript/pull/747))
470
-
471
-
472
-
473
- ## [0.60.6](https://github.com/rokucommunity/brighterscript/compare/v0.60.5...0.60.6) - 2022-11-08
474
- ### Fixed
475
- - double `super` call transpile in subclasses ([#740](https://github.com/rokucommunity/brighterscript/pull/740))
476
- - issues with Roku doc scraper and adds missing components ([#736](https://github.com/rokucommunity/brighterscript/pull/736))
477
-
478
-
479
-
480
- ## [0.60.5](https://github.com/rokucommunity/brighterscript/compare/v0.60.4...0.60.5) - 2022-11-03
481
- ### Changed
482
- - Refactor SymbolTable and AST parent logic so that SymbolTables get their parent symbol table from its own (AstNode) ([#732](https://github.com/rokucommunity/brighterscript/pull/732))
483
- ### Fixed
484
- - Significant performance boost in `validate()` by caching `getCallableByName` ([#739](https://github.com/rokucommunity/brighterscript/pull/739))
485
- - Add diagnostic when using namespaces as variables ([#738](https://github.com/rokucommunity/brighterscript/pull/738))
486
- - Fix crash in `getDefinition` ([#734](https://github.com/rokucommunity/brighterscript/pull/734))
487
-
488
-
489
-
490
- ## [0.60.4](https://github.com/rokucommunity/brighterscript/compare/v0.60.3...0.60.4) - 2022-10-28
491
- ### Changed
492
- - Add `name` to symbol table ([#728](https://github.com/rokucommunity/brighterscript/pull/728))
493
- ### Fixed
494
- - Allow `continue` as local var ([#730](https://github.com/rokucommunity/brighterscript/pull/730))
495
- - language server semanticToken request now waits until validate finishes ([#727](https://github.com/rokucommunity/brighterscript/pull/727))
496
-
497
-
498
-
499
- ## [0.60.3](https://github.com/rokucommunity/brighterscript/compare/v0.60.2...0.60.3) - 2022-10-20
500
- ### Changed
501
- - better parse recovery for unknown function parameter types ([#722](https://github.com/rokucommunity/brighterscript/pull/722))
502
-
503
-
504
-
505
- ## [0.60.2](https://github.com/rokucommunity/brighterscript/compare/v0.60.1...0.60.2) - 2022-10-18
506
- ### Fixed
507
- - if statement block var bug ([#698](https://github.com/rokucommunity/brighterscript/pull/698))
508
-
509
-
510
-
511
- ## [0.60.1](https://github.com/rokucommunity/brighterscript/compare/v0.60.0...0.60.1) - 2022-10-18
512
- ### Fixed
513
- - Beter location for bs1042 ([#719](https://github.com/rokucommunity/brighterscript/pull/719))
514
-
515
-
516
-
517
- ## [0.60.0](https://github.com/rokucommunity/brighterscript/compare/v0.59.0...0.60.0) - 2022-10-10
518
- ### Added
519
- - goto definition for enum statements and enum members ([#715](https://github.com/rokucommunity/brighterscript/pull/715))
520
- - nested namespace support ([#708](https://github.com/rokucommunity/brighterscript/pull/708))
521
- ### Changed
522
- - upgrade to [roku-deploy@3.9.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#392---2022-10-03). Notable changes since 3.9.1:
523
- - Replace minimatch with picomatch ([roku-deploy#101](https://github.com/rokucommunity/roku-deploy/pull/101))
524
- ### Fixed
525
- - fixes signature help resolution for callexpressions ([#707](https://github.com/rokucommunity/brighterscript/pull/707))
526
- - Fix transpilation of simple else block with leading comment ([#712](https://github.com/rokucommunity/brighterscript/pull/712))
527
-
528
-
529
-
530
- ## [0.59.0](https://github.com/rokucommunity/brighterscript/compare/v0.58.0...0.59.0) - 2022-10-03
531
- ### Added
532
- - `isThrowStatement` reflection function ([#709](https://github.com/rokucommunity/brighterscript/pull/709))
533
- - Support `pkg:/` paths for `setFile` ([#701](https://github.com/rokucommunity/brighterscript/pull/701))
534
- - Syntax and transpile support for continue statement ([#697](https://github.com/rokucommunity/brighterscript/pull/697))
535
- ### Changed
536
- - Migrate to `stagingDir` away from `stagingFolder` ([#706](https://github.com/rokucommunity/brighterscript/pull/706))
537
- ### Fixed
538
- - Fix enum error for negative values ([#703](https://github.com/rokucommunity/brighterscript/pull/703))
539
-
540
-
541
-
542
- ## [0.58.0](https://github.com/rokucommunity/brighterscript/compare/v0.57.2...0.58.0) - 2022-09-23
543
- ### Added
544
- - AST child searching functionality. ([#695](https://github.com/rokucommunity/brighterscript/pull/695))
545
- - `stagingFolderPath` option to the docs ([f521066](https://github.com/rokucommunity/brighterscript/commit/f521066))
546
- - Create common ancestor for Expression and Statement ([#693](https://github.com/rokucommunity/brighterscript/pull/693))
547
- ### Fixed
548
- - Scope validation performance boost ([#656](https://github.com/rokucommunity/brighterscript/pull/656))
549
- - Finds and includes more deeply embedded expressions ([#696](https://github.com/rokucommunity/brighterscript/pull/696))
550
- ### Changed
551
- - Rename refs to `isClassFieldStatement` and `isClassMethodStatement` ([#694](https://github.com/rokucommunity/brighterscript/pull/694))
552
- - Centralize file path normalization for Program ([#692](https://github.com/rokucommunity/brighterscript/pull/692))
553
- - use outputPath instead of object reference during transpiling to prevent duplicate file collisions ([#691](https://github.com/rokucommunity/brighterscript/pull/691))
554
- - Move file validation into BscPlugin ([#688](https://github.com/rokucommunity/brighterscript/pull/688))
555
- - upgrade to [roku-deploy@3.9.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#391---2022-09-19). Notable changes since 3.8.1:
556
- - Sync retainStagingFolder, stagingFolderPath with options. ([roku-deploy#100](https://github.com/rokucommunity/roku-deploy/pull/100))
557
- - Add stagingDir and retainStagingDir. ([roku-deploy#99](https://github.com/rokucommunity/roku-deploy/pull/99))
558
-
559
-
560
-
561
- ## [0.57.2](https://github.com/rokucommunity/brighterscript/compare/v0.57.1...0.57.2) - 2022-09-08
562
- ### Fixed
563
- - Fix `brightscript.configFile` workspace config bug ([#686](https://github.com/rokucommunity/brighterscript/pull/686))
564
-
565
-
566
-
567
- ## [0.57.1](https://github.com/rokucommunity/brighterscript/compare/v0.57.0...0.57.1) - 2022-09-07
568
- ### Fixed
569
- - fix(parser): consider namespace function transpiled names ([#685](https://github.com/rokucommunity/brighterscript/pull/685))
570
-
571
-
572
-
573
- ## [0.57.0](https://github.com/rokucommunity/brighterscript/compare/v0.56.0...0.57.0) - 2022-09-02
574
- ### Added
575
- - validation for files that are nested too deep ([#680](https://github.com/rokucommunity/brighterscript/pull/680))
576
- ### Changed
577
- - upgrade to [roku-deploy@3.8.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#381---2022-09-02). Notable changes since 3.7.1:
578
- ### Fixed
579
- - Allow `mod` as an aa prop([#684](https://github.com/rokucommunity/brighterscript/pull/684))
580
- - coerce AA member identifier kinds to `TokenKind.Identifier` ([#684](https://github.com/rokucommunity/brighterscript/pull/684))
581
- - Doc Scraper issues ([#585](https://github.com/rokucommunity/brighterscript/pull/585))
582
- - Fix case sensitivity issue with `bs_const` values ([#677](https://github.com/rokucommunity/brighterscript/pull/677))
583
-
584
-
585
-
586
- ## [0.56.0](https://github.com/rokucommunity/brighterscript/compare/v0.55.2...0.56.0) - 2022-08-23
587
- ### Added
588
- - validation for dimmed variables ([#672](https://github.com/rokucommunity/brighterscript/pull/672))
589
- - "--lsp" flag to bsc to start an LSP server ([#668](https://github.com/rokucommunity/brighterscript/pull/668))
590
- ### Fixed
591
- - compile crash for scope-less files ([#674](https://github.com/rokucommunity/brighterscript/pull/674))
592
- - parse error for malformed dim statement ([#673](https://github.com/rokucommunity/brighterscript/pull/673))
593
- - allow const as variable name ([#670](https://github.com/rokucommunity/brighterscript/pull/670))
594
- - crashes for language clients that don't support "workspace/configuration" requests ([#667](https://github.com/rokucommunity/brighterscript/pull/667))
595
-
596
-
597
-
598
- ## [0.55.2](https://github.com/rokucommunity/brighterscript/compare/v0.55.1...0.55.2) - 2022-08-15
599
- ### Fixed
600
- - Dedupe code completions in components ([#664](https://github.com/rokucommunity/brighterscript/pull/664))
601
-
602
-
603
-
604
- ## [0.55.1](https://github.com/rokucommunity/brighterscript/compare/v0.55.0...0.55.1) - 2022-08-07
605
- ### Fixed
606
- - scope-specific diagnostic grouping issue ([#660](https://github.com/rokucommunity/brighterscript/pull/660))
607
- - typescript error for ast parent setting ([#659](https://github.com/rokucommunity/brighterscript/pull/659))
608
-
609
-
610
-
611
- ## [0.55.0](https://github.com/rokucommunity/brighterscript/compare/v0.54.1...0.55.0) - 2022-08-03
612
- ### Added
613
- - a `toJSON` function to SymbolTable ([#655](https://github.com/rokucommunity/brighterscript/pull/655))
614
- - link all brs AST nodes to parent onFileValidate ([#650](https://github.com/rokucommunity/brighterscript/pull/650))
615
- - semantic token color for consts ([#654](https://github.com/rokucommunity/brighterscript/pull/654))
616
- - go-to-definition support for const statements ([#653](https://github.com/rokucommunity/brighterscript/pull/653))
617
- ### Changed
618
- ### Fixed
619
- - bug that wasn't transpiling const expressions when used inside assignment expressions ([#658](https://github.com/rokucommunity/brighterscript/pull/658))
620
- - Performance boost: better function sorting during validation ([#651](https://github.com/rokucommunity/brighterscript/pull/651))
621
- - broken plugin imports with custom cwd ([#652](https://github.com/rokucommunity/brighterscript/pull/652))
622
-
623
-
624
-
625
- ## [0.54.1](https://github.com/rokucommunity/brighterscript/compare/v0.54.0...0.54.1) - 2022-07-22
626
- ### Changed
627
- - Fix bug in languageserver hover provider ([#649](https://github.com/rokucommunity/brighterscript/pull/649))
628
-
629
-
630
-
631
- ## [0.54.0](https://github.com/rokucommunity/brighterscript/compare/v0.53.1...0.54.0) - 2022-07-22
632
- ### Added
633
- - hover for CONST references. ([#648](https://github.com/rokucommunity/brighterscript/pull/648))
634
- - plugins can contribute completions ([#647](https://github.com/rokucommunity/brighterscript/pull/647))
635
- - plugins can contribute hovers ([#393](https://github.com/rokucommunity/brighterscript/pull/393))
636
- ### Changed
637
- - Export some vscode interfaces ([#644](https://github.com/rokucommunity/brighterscript/pull/644))
638
- - Better plugin docs ([#643](https://github.com/rokucommunity/brighterscript/pull/643))
639
-
640
-
641
-
642
- ## [0.53.1](https://github.com/rokucommunity/brighterscript/compare/v0.53.0...0.53.1) - 2022-07-15
643
- ### Fixed
644
- - bug with codeactions at the edges of tokens. ([#642](https://github.com/rokucommunity/brighterscript/pull/642))
645
- - nested namespace import codeActions bug. ([#641](https://github.com/rokucommunity/brighterscript/pull/641))
646
-
647
-
648
-
649
- ## [0.53.0](https://github.com/rokucommunity/brighterscript/compare/v0.52.3...0.53.0) - 2022-07-14
650
- ### Added
651
- - New Language Feature: Constants ([#632](https://github.com/rokucommunity/brighterscript/pull/632))
652
- ### Changed
653
- - Flag top level statements ([#638](https://github.com/rokucommunity/brighterscript/pull/638))
654
- - Flag usage of undefined variables ([#631](https://github.com/rokucommunity/brighterscript/pull/631))
655
- - Use `util.createLocation`, not `Location.create()` ([#637](https://github.com/rokucommunity/brighterscript/pull/637))
656
- - Better project detection by language server ([#633](https://github.com/rokucommunity/brighterscript/pull/633))
657
-
658
-
659
-
660
- ## [0.52.3](https://github.com/rokucommunity/brighterscript/compare/v0.52.2...v0.52.3) - 2022-06-14
661
- ### Fixed
662
- - fix bug with class transpile in watch mode ([#630](https://github.com/rokucommunity/brighterscript/pull/630))
663
- - Send program-triggered `validate()` diagnostics to language client ([#629](https://github.com/rokucommunity/brighterscript/pull/629))
664
- - Emit before/after programTranspile during file transpile preview ([#628](https://github.com/rokucommunity/brighterscript/pull/628))
665
-
666
-
667
-
668
- ## [0.52.2](https://github.com/rokucommunity/brighterscript/compare/v0.52.1...v0.52.2) - 2022-06-13
669
- ### Fixed
670
- - transpile crash when file was changed by a plugin in beforeTranspile events ([#627](https://github.com/rokucommunity/brighterscript/pull/627))
671
- - bug in transpile preview custom command that wasn't returning the result ([#626](https://github.com/rokucommunity/brighterscript/pull/626))
672
- - add missing range on interface statement, causing transpile crashes ([#623](https://github.com/rokucommunity/brighterscript/pull/623))
673
- - transpile enum values in binary expressions ([#622](https://github.com/rokucommunity/brighterscript/pull/622))
674
-
675
-
676
-
677
- ## [0.52.1](https://github.com/rokucommunity/brighterscript/compare/v0.52.0...v0.52.1) - 2022-06-10
678
- ### Fixed
679
- - detect class circular extends ([#619](https://github.com/rokucommunity/brighterscript/pull/619))
680
- - improve namespace/enum/class semantic token detection (better syntax highlighting) ([##621](https://github.com/rokucommunity/brighterscript/pull/#621))
681
-
682
-
683
-
684
- ## [0.52.0](https://github.com/rokucommunity/brighterscript/compare/v0.51.4...v0.52.0) - 2022-06-08
685
- ### Added
686
- - LanguageServer: Load projects based on bsconfig.json presence ([#613](https://github.com/rokucommunity/brighterscript/pull/613))
687
- ### Changed
688
- - upgrade to [roku-deploy@3.7.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#371---2022-06-08)
689
-
690
-
691
-
692
- ## [0.51.4](https://github.com/rokucommunity/brighterscript/compare/v0.51.3...v0.51.4) - 2022-05-31
693
- ### Fixed
694
- - Add allowBrighterScriptInBrightScript to bsconfig.schema.json ([#610](https://github.com/rokucommunity/brighterscript/pull/610))
695
-
696
-
697
-
698
- ## [0.51.3](https://github.com/rokucommunity/brighterscript/compare/v0.51.2...v0.51.3) - 2022-05-31
699
- ### Fixed
700
- - hover for namespace functions ([#606](https://github.com/rokucommunity/brighterscript/pull/606))
701
- ### Changed
702
- - add `owner` and `key` to the visitor callbacks ([#600](https://github.com/rokucommunity/brighterscript/pull/600))
703
-
704
-
705
-
706
- ## [0.51.2](https://github.com/rokucommunity/brighterscript/compare/v0.51.1...v0.51.2) - 2022-05-26
707
- ### Fixed
708
- - allow enums and interfaces as class field types ([#602](https://github.com/rokucommunity/brighterscript/pull/602))
709
-
710
-
711
-
712
- ## [0.51.1](https://github.com/rokucommunity/brighterscript/compare/v0.51.0...v0.51.1) - 2022-05-26
713
- ### Fixed
714
- - allow enums and interfaces as function return types ([#601](https://github.com/rokucommunity/brighterscript/pull/601))
715
- - support AstEditor in visitor editing pattern ([#599](https://github.com/rokucommunity/brighterscript/pull/599))
716
-
717
-
718
-
719
- ## [0.51.0](https://github.com/rokucommunity/brighterscript/compare/v0.50.2...v0.51.0) - 2022-05-24
720
- ### Added
721
- - Add function-based` AstEditor.edit` method ([#598](https://github.com/rokucommunity/brighterscript/pull/598))
722
- - Allow multiple keys for `DependencyGraph.getAllDependencies()` ([#596](https://github.com/rokucommunity/brighterscript/pull/596))
723
-
724
-
725
-
726
- ## [0.50.2](https://github.com/rokucommunity/brighterscript/compare/v0.50.1...v0.50.2) - 2022-05-23
727
- ### Added
728
- - `allowBrighterScriptInBrightScript` config option to allow brighterscript features to be included in BrightScript files, and force those files to be transpiled ([#573](https://github.com/rokucommunity/brighterscript/pull/573))
729
- ### Changed
730
- - upgrade to [roku-deploy@3.7.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#370---2022-05-23)
731
-
732
-
733
-
734
- ## [0.50.1](https://github.com/rokucommunity/brighterscript/compare/v0.50.0...v0.50.1) - 2022-05-18
735
- ### Fixed
736
- - Expose all the AstEditor methods to plugin events ([#593](https://github.com/rokucommunity/brighterscript/pull/593))
737
- - Fix language server cwd issue with multi-root workspaces ([#592](https://github.com/rokucommunity/brighterscript/pull/592))
738
-
739
-
740
-
741
- ## [0.50.0](https://github.com/rokucommunity/brighterscript/compare/v0.49.0...v0.50.0) - 2022-05-17
742
- ### Added
743
- - `srcPath` property on `XmlFile` and `BrsFile` to line up with the v1 branch ([#581](https://github.com/rokucommunity/brighterscript/pull/581))
744
- - more `AstEditor` functions ([#589](https://github.com/rokucommunity/brighterscript/pull/589))
745
- ### Changed
746
- - rename `ClassFieldStatement` and `ClassMethodStatement` to `FieldStatement` and `MethodStatement` respectively to allow their use in non-class-related things ([#582](https://github.com/rokucommunity/brighterscript/pull/582))
747
- ### Fixed
748
- - Fix semantic tokens for enums in if statements ([#584](https://github.com/rokucommunity/brighterscript/pull/584))
749
- - Don't push synthetic constructor into each class ([#586](https://github.com/rokucommunity/brighterscript/pull/586))
750
- - transpile bugs related to class `super` handling ([#590](https://github.com/rokucommunity/brighterscript/pull/590))
751
-
752
-
753
-
754
- ## [0.49.0](https://github.com/rokucommunity/brighterscript/compare/v0.48.1...v0.49.0) - 2022-05-02
755
- ### Added
756
- - allow interfaces and enums as function param types ([#580](https://github.com/rokucommunity/brighterscript/pull/580))
757
- - Transpile files added by plugins after start of transpile cycle ([#578](https://github.com/rokucommunity/brighterscript/pull/578))
758
- - add AstEditor to `beforeProgramTranspile` and `afterProgramTranspile` plugin events ([#576](https://github.com/rokucommunity/brighterscript/pull/576))
759
-
760
-
761
-
762
- ## [0.48.1](https://github.com/rokucommunity/brighterscript/compare/v0.48.0...v0.48.1) - 2022-04-14
763
- ### Fixed
764
- - prevent duplicate `CreateObject` validations showing one for each affected scope ([#568](https://github.com/rokucommunity/brighterscript/pull/568))
765
- - prevent `CreateObject` diagnostics for component library components ([#568](https://github.com/rokucommunity/brighterscript/pull/568))
766
-
767
-
768
-
769
- ## [0.48.0](https://github.com/rokucommunity/brighterscript/compare/v0.47.3...v0.48.0) - 2022-04-13
770
- ### Added
771
- - language support for native BrightScript optional chaining ([#546](https://github.com/rokucommunity/brighterscript/pull/546))
772
- - validation for all known `createObject` values and parameters. ([#435](https://github.com/rokucommunity/brighterscript/pull/435))
773
- ### Fixed
774
- - add missing statements and expressions to `createVisitor` ([#567](https://github.com/rokucommunity/brighterscript/pull/567))
775
-
776
-
777
-
778
- ## [0.47.3](https://github.com/rokucommunity/brighterscript/compare/v0.47.2...v0.47.3) - 2022-04-08
779
- ### Fixed
780
- - accuracy issues when parsing the manifest ([#565](https://github.com/rokucommunity/brighterscript/pull/565))
781
-
782
-
783
-
784
- ## [0.47.2](https://github.com/rokucommunity/brighterscript/compare/v0.47.1...v0.47.2) - 2022-04-07
785
- ### Fixed
786
- - enum transpile bug for binary expressions ([#559](https://github.com/rokucommunity/brighterscript/pull/559))
787
- - add missing `require` entry to `bsconfig.schema.json` ([#560](https://github.com/rokucommunity/brighterscript/pull/560))
788
-
789
-
790
-
791
- ## [0.47.1](https://github.com/rokucommunity/brighterscript/compare/v0.47.0...v0.47.1) - 2022-04-05
792
- ### Changed
793
- - disable strict cli args to empower plugins ([#557](https://github.com/rokucommunity/brighterscript/pull/557))
794
- - don't add trailing commas in transpiled output for array and aa literals ([#556](https://github.com/rokucommunity/brighterscript/pull/556))
795
- - retain quote char when transpiling xml attributes ([#552](https://github.com/rokucommunity/brighterscript/pull/552))
796
-
797
-
798
-
799
- ## [0.47.0](https://github.com/rokucommunity/brighterscript/compare/v0.46.0...v0.47.0) - 2022-03-30
800
- ### Added
801
- - `require` flag to allow loading external node modules as part of the build process (useful for things like `ts-node/register`). ([#550](https://github.com/rokucommunity/brighterscript/pull/550), [#551](https://github.com/rokucommunity/brighterscript/pull/551))
802
-
803
-
804
-
805
- ## [0.46.0](https://github.com/rokucommunity/brighterscript/compare/v0.45.6...v0.46.0) - 2022-03-24
806
- ### Changed
807
- - refactored try-catch statement to make the expressions and bodies easier to access via plugins. [#514](https://github.com/rokucommunity/brighterscript/pull/514)
808
-
809
-
810
-
811
- ## [0.45.6](https://github.com/rokucommunity/brighterscript/compare/v0.45.5...v0.45.6) - 2022-03-17
812
- ### Changed
813
- - upgrade to [roku-deploy@3.5.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#354---2022-03-17) which fixed significant performance issues during globbing. ([roku-deploy#86](https://github.com/rokucommunity/roku-deploy/pull/86))
814
- ### Fixed
815
- - crash when checking for enums to transpile [#539](https://github.com/rokucommunity/brighterscript/pull/539)
816
- - Transpile if statements as written [#537](https://github.com/rokucommunity/brighterscript/pull/537)
817
- - Keep the original type case when transpiling. [#536](https://github.com/rokucommunity/brighterscript/pull/536)
818
- - Show cli usage in plugins documentation
819
-
820
-
821
-
822
- ## [0.45.5](https://github.com/rokucommunity/brighterscript/compare/v0.45.4...v0.45.5) - 2022-03-10
823
- ### Fixed
824
- - bug with typedefs and auto-generated class constructor functions [#535](https://github.com/rokucommunity/brighterscript/pull/535)
825
-
826
-
827
-
828
- ## [0.45.4](https://github.com/rokucommunity/brighterscript/compare/v0.45.3...v0.45.4) - 2022-03-08
829
- ### Fixed
830
- - bug that wasn't computing ownScriptImports after calling `invalidateReferences()` [#529](https://github.com/rokucommunity/brighterscript/pull/529)
831
- - bug with logger.time() not having accurate timings when run asynchronously [#532](https://github.com/rokucommunity/brighterscript/pull/532)
832
-
833
-
834
-
835
- ## [0.45.3](https://github.com/rokucommunity/brighterscript/compare/v0.45.2...v0.45.3) - 2022-02-25
836
- ### Fixed
837
- - source map bug with plugins that used the AST node creation functions depending on `interpolatedRange`. [#528](https://github.com/rokucommunity/brighterscript/pull/528)
838
-
839
-
840
-
841
- ## [0.45.2](https://github.com/rokucommunity/brighterscript/compare/v0.45.1...v0.45.2) - 2022-02-24
842
- ### Changed
843
- - add default token values in creators. [#520](https://github.com/rokucommunity/brighterscript/pull/520)
844
- ### Fixed
845
- - significant memory leak [#527](https://github.com/rokucommunity/brighterscript/pull/527)
846
- - bug with transpiling empty for loop [#519](https://github.com/rokucommunity/brighterscript/pull/519)
847
-
848
-
849
-
850
- ## [0.45.1](https://github.com/rokucommunity/brighterscript/compare/v0.45.0...v0.45.1) - 2022-02-16
851
- ### Changed
852
- - upgrade to [roku-deploy@3.5.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#353---2022-02-16) which fixed a missing typescript definition issue.
853
-
854
-
855
-
856
- ## [0.45.0](https://github.com/rokucommunity/brighterscript/compare/v0.44.0...v0.45.0) - 2022-02-11
857
- ### Added
858
- - `enum` language feature ([#484](https://github.com/rokucommunity/brighterscript/pull/484))
859
- - transpile override for plugins when providing AST edits. ([#511](https://github.com/rokucommunity/brighterscript/pull/511))
860
- - `setFile` method to align with v1. ([#510](https://github.com/rokucommunity/brighterscript/pull/510))
861
- ### Changed
862
- - deprecated `addOrReplaceFile` method to align with v1. ([#510](https://github.com/rokucommunity/brighterscript/pull/510))
863
- - internal `Cache` method now extends `Map` instead of keeping an internal map. ([#509](https://github.com/rokucommunity/brighterscript/pull/509))
864
-
865
-
866
-
867
- ## [0.44.0](https://github.com/rokucommunity/brighterscript/compare/v0.43.1...v0.44.0) - 2022-02-08
868
- ### Added
869
- - `onScopeValidate` plugin event useful when plugins want to contribute scope validations ([#505](https://github.com/rokucommunity/brighterscript/pull/505))
870
- ### Changed
871
- - show plugin transpile modifications in the `getTranspiledFile` callback (used for "show preview" functionality in vscode) ([#502](https://github.com/rokucommunity/brighterscript/pull/502))
872
- - make `Program.getFile` more flexible, and deprecate `Program.getFileByPkgPath`, `Program.getFileByPathAbsolute` ([#506](https://github.com/rokucommunity/brighterscript/pull/506))
873
- - add `Program.getFiles` and deprecate `Program.getFilesByPkgPath` ([#506](https://github.com/rokucommunity/brighterscript/pull/506))
874
- - move file validation plugin event emitting into `Program.validate()` which means you can't trigger those events by calling `File.validate()` anymore. ([#504](https://github.com/rokucommunity/brighterscript/pull/504))
875
- - support generics for `Cache` class ([#503](https://github.com/rokucommunity/brighterscript/pull/503))
876
- ### Fixed
877
- - bug in hover showing required params as optional and optional params as required ([#501](https://github.com/rokucommunity/brighterscript/pull/501))
878
-
879
-
880
-
881
- ## [0.43.1](https://github.com/rokucommunity/brighterscript/compare/v0.43.0...v0.43.1) - 2022-01-28
882
- ### Fixed
883
- - crash when hovering over global functions ([#497](https://github.com/rokucommunity/brighterscript/pull/497))
884
-
885
-
886
-
887
- ## [0.43.0](https://github.com/rokucommunity/brighterscript/compare/v0.42.0...v0.43.0) - 2022-01-28
888
- ### Added
889
- - show function documentation when hovering over functions. ([#495](https://github.com/rokucommunity/brighterscript/pull/495))
890
- - for plugin authors:
891
- - added `beforeFileValidate` and `onFileValidate` plugin hooks ([#490](https://github.com/rokucommunity/brighterscript/pull/490))
892
- - added `expressions` collection to `BrsFile.parser.references` which includes all the full expressions, which can be used instead of AST walking in many cases. ([#487](https://github.com/rokucommunity/brighterscript/pull/487))
893
- ### Changed
894
- - For plugin authors:
895
- - move parse and validate events to `Program` class and out of `XmlFile` and `BrsFile`. This only impacts plugins that depend on the `afterFileParse`, `onFileValidate` and `afterFileValidate` events while also constructing those files with their constructors directly. ([#494](https://github.com/rokucommunity/brighterscript/pull/494))
896
- - removed internal [barrels](https://github.com/basarat/typescript-book/blob/master/docs/tips/barrel.md). This means plugins can no longer do things like: `import { something} from 'brighterscript/some-path'`. All necessary exports can be done from the top-level brighterscript package directly. ([#492](https://github.com/rokucommunity/brighterscript/pull/492))
897
- - use `Map` for `ClassValidator` class lookup instead of an object. ([#481](https://github.com/rokucommunity/brighterscript/pull/481))
898
-
899
-
900
-
901
- ### Fixed
902
- - bug preventing code to come after an interface statement. ([#493](https://github.com/rokucommunity/brighterscript/pull/493))
903
- - don't crash on null options in `printDiagnostics`. ([3147202](https://github.com/rokucommunity/brighterscript/commit/3147202b948d08be198255c068f082857c9de1f0))
904
-
905
- ## [0.42.0](https://github.com/rokucommunity/brighterscript/compare/v0.41.6...v0.42.0) - 2022-01-10
906
- ### Added
907
- - AST editing utility for transformations during between the begin and end transpile lifecycle events. See [the documentation](https://github.com/rokucommunity/brighterscript/blob/master/docs/plugins.md#modifying-code) for more info. ([#478](https://github.com/rokucommunity/brighterscript/pull/478))
908
- ### Fixed
909
- - bug in global function parameter checking that was not properly enforcing optional/required status for parameters. ([#479](https://github.com/rokucommunity/brighterscript/pull/479))
910
-
911
-
912
-
913
- ## [0.41.6](https://github.com/rokucommunity/brighterscript/compare/v0.41.5...v0.41.6) - 2022-01-05
914
- ### Fixed
915
- - issue in the transpiled output of the null coalescing operator where plain variable references are not properly passed into the function. ([#474](https://github.com/rokucommunity/brighterscript/pull/474))
916
-
917
-
918
-
919
- ## [0.41.5](https://github.com/rokucommunity/brighterscript/compare/v0.41.4...v0.41.5) - 2021-11-23
920
- ### Fixed
921
- - critical crash whenever a local variable had the same name as a javascript object function on the prototype (stuch as `constructor`). ([#469](https://github.com/rokucommunity/brighterscript/pull/469))
922
-
923
-
924
-
925
- ## [0.41.4](https://github.com/rokucommunity/brighterscript/compare/v0.41.3...v0.41.4) - 2021-10-28
926
- ### Fixed
927
- - bug transpiling instant resume xml elements ([#465](https://github.com/rokucommunity/brighterscript/pull/465))
928
-
929
-
930
-
931
- ## [0.41.3](https://github.com/rokucommunity/brighterscript/compare/v0.41.2...v0.41.3) - 2021-10-27
932
- ### Changed
933
- - upgrade to [roku-deploy@3.5.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#350---2021-10-27) which adds the ability to use negated non-rootDir top-level patterns in the files array ([#78](https://github.com/rokucommunity/roku-deploy/pull/78))
934
- ### Fixed
935
- - Allow diagnostic non-numeric disable code comments ([#463](https://github.com/rokucommunity/brighterscript/pull/463)).
936
-
937
-
938
- ## [0.41.2](https://github.com/rokucommunity/brighterscript/compare/v0.41.1...v0.41.2) - 2021-10-17
939
- ### Fixed
940
- - crash when subclass field has same name as ancestor method ([#460](https://github.com/rokucommunity/brighterscript/pull/460)).
941
-
942
-
943
-
944
- ## [0.41.1](https://github.com/rokucommunity/brighterscript/compare/v0.41.0...v0.41.1) - 2021-10-07
945
- ### Fixed
946
- - parse issue with regex literals ([#458](https://github.com/rokucommunity/brighterscript/pull/458)).
947
-
948
-
949
-
950
- ## [0.41.0](https://github.com/rokucommunity/brighterscript/compare/v0.40.1...v0.41.0) - 2021-09-27
951
- ### Added
952
- - Regex literal support in brighterscript ([#452](https://github.com/rokucommunity/brighterscript/pull/452)).
953
-
954
-
955
-
956
- ## [0.40.1](https://github.com/rokucommunity/brighterscript/compare/v0.40.0...v0.40.1) - 2021-09-17
957
- ### Changed
958
- - install roku-deploy@3.4.2 which prevents deploy crashes when target Roku doesn't have an installed channel ([roku-deploy#65](https://github.com/rokucommunity/brighterscript/compare/v0.39.4...v0.40.0))
959
-
960
-
961
-
962
- ## [0.40.0](https://github.com/rokucommunity/brighterscript/compare/v0.39.4...v0.40.0) - 2021-08-02
963
- ### Added
964
- - language support for Interface statements ([#426](https://github.com/rokucommunity/brighterscript/pull/426))
965
- ### Changed
966
- - cli prints the path of any loaded bsconfig.json on startup ([#434](https://github.com/rokucommunity/brighterscript/pull/434))
967
-
968
-
969
-
970
- ## [0.39.4](https://github.com/rokucommunity/brighterscript/compare/v0.39.3...v0.39.4) - 2021-06-27
971
- ### Fixed
972
- - incorrect block range for inline if/then branch ([#424](https://github.com/rokucommunity/brighterscript/pull/424))
973
- - extract associative array comma when parsing ([#427](https://github.com/rokucommunity/brighterscript/pull/424))
974
- - allow up to 6 arguments in `CreateObject` function signature ([#430](https://github.com/rokucommunity/brighterscript/pull/430))
975
- - add v30/bslCore library functions to global callables ([#433](https://github.com/rokucommunity/brighterscript/pull/433))
976
-
977
-
978
- ## [0.39.3](https://github.com/rokucommunity/brighterscript/compare/v0.39.2...v0.39.3) - 2021-06-01
979
- ### Changed
980
- - upgraded to [roku-deploy@3.4.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#341---2021-06-01) which fixes bugs introduced in roku-deploy@3.4.0
981
-
982
-
983
-
984
- ## [0.39.2](https://github.com/rokucommunity/brighterscript/compare/v0.39.1...v0.39.2) - 2021-05-28
985
- ### Changed
986
- - upgraded to [roku-deploy@3.4.0](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#340---2021-05-28) which brings significant zip speed improvements
987
-
988
-
989
-
990
- ## [0.39.1](https://github.com/rokucommunity/brighterscript/compare/v0.39.0...v0.39.1) - 2021-05-24
991
- ### Changed
992
- - re-export `CodeActionKind` so plugins don't need to import from vscode-brightscript-language directly.
993
- ### Fixed
994
- - code action for "replace" tasks bug
995
- - include missing information in the CodeAction construction
996
-
997
-
998
-
999
- ## [0.39.0](https://github.com/rokucommunity/brighterscript/compare/v0.38.2...v0.39.0) - 2021-05-18
1000
- ### Added
1001
- - semantic token support for plugins
1002
- - basic semantic tokens for `new` statements and namespace usage
1003
-
1004
-
1005
-
1006
- ## [0.38.2](https://github.com/rokucommunity/brighterscript/compare/v0.38.1...v0.38.2) - 2021-05-17
1007
- ### Fixed
1008
- - language server crash when namespaced function or class didn't have a name ([#419](https://github.com/rokucommunity/brighterscript/pull/419))
1009
-
1010
-
1011
-
1012
- ## [0.38.1](https://github.com/rokucommunity/brighterscript/compare/v0.38.0...v0.38.1) - 2021-05-14
1013
- ### Changed
1014
- - SOURCE_FILE_PATH and SOURCE_LOCATION source literals are now string concatenations in order to avoid triggering Roku's static analysis rule against `file:/` protocol strings ([#415](https://github.com/rokucommunity/brighterscript/pull/415))
1015
- ### Fixed
1016
- - ParseJson function signature to include second parameter ([#418](https://github.com/rokucommunity/brighterscript/pull/418))
1017
- - bsconfig.schema.json support for string diagnostic codes ([#416](https://github.com/rokucommunity/brighterscript/pull/416))
1018
- - upgrade chokidar to add `--watch` cli support for M1 mac computers ([#386](https://github.com/rokucommunity/brighterscript/pull/386))
1019
- - several dependency vulnerability fixes ([#413](https://github.com/rokucommunity/brighterscript/pull/413), [#410](https://github.com/rokucommunity/brighterscript/pull/410), [#411](https://github.com/rokucommunity/brighterscript/pull/411))
1020
-
1021
-
1022
-
1023
- ## [0.38.0](https://github.com/rokucommunity/brighterscript/compare/v0.37.4...v0.38.0) - 2021-05-04
1024
- ### Added
1025
- - warning for mismatched class method accessibility ([#402](https://github.com/rokucommunity/brighterscript/pull/402))
1026
- - allow class field overrides in child classes as long as they are the same type ([#394](https://github.com/rokucommunity/brighterscript/pull/394))
1027
-
1028
-
1029
-
1030
- ## [0.37.4](https://github.com/rokucommunity/brighterscript/compare/v0.37.3...v0.37.4) - 2021-04-20
1031
- ### Fixed
1032
- - bug validating namespace function calls ([#390](https://github.com/rokucommunity/brighterscript/pull/390))
1033
-
1034
-
1035
-
1036
- ## [0.37.3](https://github.com/rokucommunity/brighterscript/compare/v0.37.2...v0.37.3) - 2021-04-12
1037
- ### Fixed
1038
- - bug where having multiple components with the same name would cause issues in the program, normally requiring a language server or watcher restart. ([#353](https://github.com/rokucommunity/brighterscript/pull/353))
1039
- - bug in xml file ignoring `needsTranspiled` flag when set by plugins ([#384](https://github.com/rokucommunity/brighterscript/pull/384))
1040
-
1041
-
1042
-
1043
- ## [0.37.2](https://github.com/rokucommunity/brighterscript/compare/v0.37.1...v0.37.2) - 2021-04-08
1044
- ### Fixed
1045
- - erraneous syntax issue when concatenating a template string and a regular string. ([#383](https://github.com/rokucommunity/brighterscript/pull/383))
1046
- - prevent circular import causing stack overflow crash. ([#381](https://github.com/rokucommunity/brighterscript/pull/381))
1047
-
1048
-
1049
-
1050
- ## [0.37.1](https://github.com/rokucommunity/brighterscript/compare/v0.37.0...v0.37.1) - 2021-03-30
1051
- ### Fixed
1052
- - bug when transpiling print statements that wouldn't retain the existing separators (semicolon, comma, no separator) which all have unique uses ([#373](https://github.com/rokucommunity/brighterscript/pull/373))
1053
-
1054
-
1055
-
1056
- ## [0.37.0](https://github.com/rokucommunity/brighterscript/compare/v0.36.0...v0.37.0) - 2021-03-18
1057
- ### Added
1058
- - support for `bs:disable` comments in xml files ([#363](https://github.com/rokucommunity/brighterscript/pull/363))
1059
-
1060
-
1061
-
1062
- ## [0.36.0](https://github.com/rokucommunity/brighterscript/compare/v0.35.0...v0.36.0) - 2021-03-15
1063
- ### Added
1064
- - class import code actions ([#365](https://github.com/rokucommunity/brighterscript/pull/365))
1065
- ### Changed
1066
- - append stack trace to every language server error ([#354)](https://github.com/rokucommunity/brighterscript/pull/354))
1067
- ### Fixed
1068
- - restrict function and class imports to .bs files only ([#365)](https://github.com/rokucommunity/brighterscript/pull/365))
1069
- - language server crashes due to unsafe property access in callfunc expressions ([#360)](https://github.com/rokucommunity/brighterscript/pull/360))
1070
- - crashes in signature help ([#358)](https://github.com/rokucommunity/brighterscript/pull/358))
1071
- - template string transpile bug when two expressions were next to each other ([#361)](https://github.com/rokucommunity/brighterscript/pull/361))
1072
-
1073
-
1074
-
1075
- ## [0.35.0](https://github.com/rokucommunity/brighterscript/compare/v0.34.3...v0.35.0) - 2021-03-09
1076
- ### Added
1077
- - code actions for suggesting import statements in brighterscript files ([#347](https://github.com/rokucommunity/brighterscript/pull/347))
1078
- ### Fixed
1079
- - safer access to nullable callables and values during certain language server operations ([#328](https://github.com/rokucommunity/brighterscript/pull/328))
1080
-
1081
-
1082
-
1083
- ## [0.34.3](https://github.com/rokucommunity/brighterscript/compare/v0.34.2...v0.34.3) -2021-03-05
1084
- ### Fixed
1085
- - bug when transpiling bsc with custom function and parameter return types
1086
-
1087
-
1088
-
1089
- ## [0.34.2](https://github.com/rokucommunity/brighterscript/compare/v0.34.1...v0.34.2) - 2021-03-04
1090
- ### Added
1091
- - support for loading bslib without alias (i.e. `@rokucommunity/bslib`).
1092
- ### Fixed
1093
- - bslib npm alias bug crashing npm install on nodeJS < 12
1094
- - infinite loop during transpile when copying bslib
1095
- - bug where bslib.brs functions were not properly prefixed during transpile
1096
-
1097
-
1098
-
1099
- ## [0.34.1](https://github.com/rokucommunity/brighterscript/compare/v0.34.0...v0.34.1) - 2021-03-02
1100
- ### Fixed
1101
- - syntax parsing bugs within single-line if statements
1102
-
1103
-
1104
-
1105
- ## [0.34.0](https://github.com/rokucommunity/brighterscript/compare/v0.33.0...v0.34.0) - 2021-02-28
1106
- ### Added
1107
- - language server file path completions inside strings that start with `pkg:` or `libpkg:`
1108
-
1109
-
1110
-
1111
- ## [0.33.0](https://github.com/rokucommunity/brighterscript/compare/v0.32.3...v0.33.0) - 2021-02-27
1112
- ### Added
1113
- - support for ropm version of bslib.([#334](https://github.com/rokucommunity/brighterscript/pull/334))
1114
- ### Fixed
1115
- - parse crash when encountering immediately-invoked function expressions (IIFEs) ([#343](https://github.com/rokucommunity/brighterscript/pull/343))
1116
- - error during language server completions when activated on the first token in the file ([#342](https://github.com/rokucommunity/brighterscript/pull/342))
1117
- - refactored BrsFile.parseMode to be a property instead of a getter since there was no reason it needed to be a getter ([#341](https://github.com/rokucommunity/brighterscript/pull/341))
1118
-
1119
-
1120
-
1121
- ## [0.32.3](https://github.com/rokucommunity/brighterscript/compare/v0.32.2...v0.32.3) - 2021-02-25
1122
- ### Fixed
1123
- - fix significant performance bug in diagnostic filtering
1124
- - tweaks to the logging system to make `logLevel=verbose` less chatty
1125
- - null reference error in `Scope.getFileByRelativePath()`
1126
- - fix class fields that were missing in getSymbol requests
1127
-
1128
-
1129
-
1130
- ## [0.31.2](https://github.com/rokucommunity/brighterscript/compare/v0.31.1...v0.31.2) - 2021-02-20
1131
- ### Fixed
1132
- - transpile bug when a template string starts with an expression ([#327](https://github.com/rokucommunity/brighterscript/pull/327))
1133
- ### Changed
1134
- - when generating type definition files, include the namespace for every extends statement ([#324](https://github.com/rokucommunity/brighterscript/pull/324))
1135
-
1136
-
1137
-
1138
- ## [0.31.1](https://github.com/rokucommunity/brighterscript/compare/v0.31.0...v0.31.1) - 2021-02-18
1139
- ### Fixed
1140
- - prevent exception in codeAction functionality when file cannot be found in a `Program`
1141
-
1142
-
1143
-
1144
- ## [0.31.0](https://github.com/rokucommunity/brighterscript/compare/v0.30.9...v0.31.0) - 2021-02-17
1145
- ### Added
1146
- - plugin and language server support for [codeActions](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction)
1147
- - codeAction to add missing `extends` attribute in components
1148
- ### Fixed
1149
- - wrong line numbers in certain sourcemaps generated during transpile
1150
- - include annotations in emitted type definitions
1151
-
1152
-
1153
-
1154
- ## [0.30.9](https://github.com/rokucommunity/brighterscript/compare/v0.30.8...v0.30.9) - 2021-02-15
1155
- ### Fixed
1156
- - prevent excess validations when non-workspace files are changed ([#315](https://github.com/rokucommunity/brighterscript/pull/315))
1157
- - catch errors when getting signatures ([#285](https://github.com/rokucommunity/brighterscript/pull/285))
1158
- - missing `Roku_Ads` function in global functions list. ([#312](https://github.com/rokucommunity/brighterscript/pull/312))
1159
-
1160
-
1161
-
1162
- ## [0.30.8](https://github.com/rokucommunity/brighterscript/compare/v0.30.7...v0.30.8) - 2021-02-12
1163
- ### Changed
1164
- - add additional logging in `Program.removeFile`
1165
- ### Fixed
1166
- - Fix watcher bug on windows devices
1167
- - Don't mangle xml scripts during transpile
1168
-
1169
-
1170
-
1171
- ## [0.30.7](https://github.com/rokucommunity/brighterscript/compare/v0.30.6...v0.30.7) - 2021-02-11
1172
- ### Fixed
1173
- - bug in `getSignatureHelp` that wouldn't work for function calls with no leading whitespace. ([#307](https://github.com/rokucommunity/brighterscript/issues/307))
1174
-
1175
-
1176
-
1177
- ## [0.30.6](https://github.com/rokucommunity/brighterscript/compare/v0.30.5...v0.30.6) - 2021-02-07
1178
- ### Fixed
1179
- - bad transpile for nested class method super calls
1180
- - SceneGraph node attributes being wrongly removed when modifying attributes
1181
-
1182
-
1183
-
1184
- ## [0.30.5](https://github.com/rokucommunity/brighterscript/compare/v0.30.4...v0.30.5) - 2021-02-03
1185
- ### Added
1186
- - syntax support for dim statements
1187
- - completion and code navigation for labels
1188
- ### Fixed
1189
- - exception related to signature help when writing comments
1190
-
1191
-
1192
-
1193
- ## [0.30.4](https://github.com/rokucommunity/brighterscript/compare/v0.30.3...v0.30.4) - 2021-02-02
1194
- ### Fixed
1195
- - fixed crash during validation caused by a missing function body when parsing malformed code
1196
-
1197
-
1198
-
1199
- ## [0.30.3](https://github.com/rokucommunity/brighterscript/compare/v0.30.2...v0.30.3) - 2021-02-01
1200
- ### Fixed
1201
- - performance issue when transpiling larger projects, even when no brighterscript code was used
1202
-
1203
-
1204
-
1205
- ## [0.30.2](https://github.com/rokucommunity/brighterscript/compare/v0.30.1...v0.30.2) - 2021-01-31
1206
- ### Fixed
1207
- - xml parse error crashing validation ((#294)[https://github.com/rokucommunity/brighterscript/pull/294])
1208
- - better handling for `createStringLiteral` ((#292)[https://github.com/rokucommunity/brighterscript/pull/292])
1209
-
1210
-
1211
-
1212
- ## [0.30.1](https://github.com/rokucommunity/brighterscript/compare/v0.30.0...v0.30.1) - 2021-01-29
1213
- ### Fixed
1214
- - bug that would crash while transpiling if a script tag didn't have a `type` attribute
1215
- - XML transpile now honors the `sourceMap` option
1216
-
1217
-
1218
-
1219
- ## [0.30.0](https://github.com/rokucommunity/brighterscript/compare/v0.27.0...v0.28.0) - 2021-01-26
1220
- ### Added
1221
- - null coalescing operator (see [the docs](https://github.com/rokucommunity/brighterscript/blob/master/docs/null-coalescing-operator.md) for more information)
1222
- ### Fixed
1223
- - infinite loop when encountering annotations without an identifier above a class method ([#291](https://github.com/rokucommunity/brighterscript/pull/291))
1224
-
1225
-
1226
-
1227
- ## [0.29.0](https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0) - 2021-01-25
1228
- ### Added
1229
- - ternary operator (see [the docs](https://github.com/rokucommunity/brighterscript/blob/master/docs/ternary-operator.md) for more information)
1230
-
1231
-
1232
-
1233
- ## [0.28.2](https://github.com/rokucommunity/brighterscript/compare/v0.25.0...v0.26.0) - 2021-01-22
1234
- ### Changed
1235
- - config loading functions from `util.ts` are now run synchronously
1236
- ### Fixed
1237
- - missing variable from `for each` statement in completions for language server
1238
- - bug when running the CLI that wouldn't properly read the `sourceMap` property from bsconfig.json
1239
-
1240
-
1241
-
1242
- ## [0.28.1](https://github.com/rokucommunity/brighterscript/compare/v0.24.2...v0.25.0) - 2021-01-19
1243
- ### Changed
1244
- - (For plugin authors) refactored many async methods into sync methods to simplify file creation/management. ([#278](https://github.com/rokucommunity/brighterscript/pull/278))
1245
- ### Fixed
1246
- - bug with transpiling classes that would not always get the correct superclass index. ([#279](https://github.com/rokucommunity/brighterscript/pull/279))
1247
- - annotations are now block-restricted ([#274](https://github.com/rokucommunity/brighterscript/pull/274))
1248
-
1249
-
1250
-
1251
- ## [0.28.0](https://github.com/rokucommunity/brighterscript/compare/v0.27.0...v0.28.0) - 2021-01-16
1252
- ### Added
1253
- - annotation support for classes and class methods ([#270](https://github.com/rokucommunity/brighterscript/pull/270))
1254
- ### fixed
1255
- - bugs with go-to-definition and signature help for namespace functions, classes, and callfunc calls
1256
-
1257
-
1258
-
1259
- ## [0.27.0](https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0) - 2021-01-15
1260
- ### Changed
1261
- - plugin system changed to require a factory function instead of a singleton object ([#272](https://github.com/rokucommunity/brighterscript/pull/272))
1262
-
1263
-
1264
-
1265
- ## [0.26.0](https://github.com/rokucommunity/brighterscript/compare/v0.25.0...v0.26.0) - 2021-01-14
1266
- ### Added
1267
- - proper XML AST support
1268
- - component interface validation
1269
- - basic support for string-based diagnostic codes (from plugins)
1270
-
1271
-
1272
-
1273
- ## [0.25.0](https://github.com/rokucommunity/brighterscript/compare/v0.24.2...v0.25.0) - 2021-01-12
1274
- ### Added
1275
- - support for passing custom types as function parameters and return types ([#262](https://github.com/rokucommunity/brighterscript/issues/262))
1276
-
1277
-
1278
-
1279
- ## [0.24.2](https://github.com/rokucommunity/brighterscript/compare/v0.24.1...v0.24.2) - 2021-01-11
1280
- ### Fixed
1281
- - bug with transpiled child classes causing on-device stack overflows ([#267](https://github.com/rokucommunity/brighterscript/issues/267))
1282
-
1283
-
1284
-
1285
- ## [0.24.1](https://github.com/rokucommunity/brighterscript/compare/v0.24.0...v0.24.1) - 2021-01-09
1286
- ### Changed
1287
- - upgraded to [roku-deploy@3.2.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#324---2021-01-08)
1288
-
1289
-
1290
-
1291
- ## [0.24.0](https://github.com/rokucommunity/brighterscript/compare/v0.23.2...v0.24.0) - 2021-01-08
1292
- ### Added
1293
- - `sourceMap` option to enable/disable generating sourcemaps
1294
- ### Changed
1295
- - sourcemaps are disabled by default (previously they were enabled by default)
1296
-
1297
-
1298
-
1299
- ## [0.23.2](https://github.com/rokucommunity/brighterscript/compare/v0.23.1...v0.23.2) - 2020-01-06
1300
- ### Fixed
1301
- - `isLiteralInvalid` was causing infinite recursion.
1302
- - lock `vscode-languageserver-protocol` package version to prevent issues with vscode not following semantic versioning.
1303
-
1304
-
1305
-
1306
- ## [0.23.1](https://github.com/rokucommunity/brighterscript/compare/v0.23.0...v0.23.1) - 2020-12-22
1307
- ### Changed
1308
- - renamed `Scope.getFiles()` to `Scope.getAllFiles()` and added a new function called `Scope.getOwnFiles()`
1309
- ### Fixed
1310
- - bug preventing `d.bs` loaded in parent files from showing up in child files. ([#252](https://github.com/rokucommunity/brighterscript/pull/252))
1311
-
1312
-
1313
-
1314
- ## [0.23.0](https://github.com/rokucommunity/brighterscript/compare/v0.22.1...v0.23.0) - 2020-12-18
1315
- ### Changed
1316
- - AST parser refactoring ([#244](https://github.com/rokucommunity/brighterscript/pull/244))
1317
- - Make `ElseIf` into an `ElseIfStatement`
1318
- - Removed `ElseIf` token in favor of separate `else` and `if` tokens
1319
- - Refactored statement separators processing and cleaned error messages
1320
- - Improved try-catch parsing
1321
- - Improved label error handling
1322
- ### Fixed
1323
- - bug causing invalid diagnostics to be thrown on files with multiple dots in their names ([#257](https://github.com/rokucommunity/brighterscript/pull/257))
1324
- - syntax error for [integer type declaration character](https://developer.roku.com/docs/references/brightscript/language/expressions-variables-types.md#type-declaration-characters) ([#254](https://github.com/rokucommunity/brighterscript/pull/254))
1325
- - syntax error for floats with more than 5 decimal places that also have a trailing exponent ([#255](https://github.com/rokucommunity/brighterscript/pull/255))
1326
-
1327
-
1328
-
1329
- ## [0.22.1](https://github.com/rokucommunity/brighterscript/compare/v0.22.0...v0.22.1) - 2020-12-14
1330
- ### Fixed
1331
- - small bug introduced by vscode-languageserver causing crashes anytime negative range values are provided.
1332
-
1333
-
1334
-
1335
- ## [0.22.0](https://github.com/rokucommunity/brighterscript/compare/v0.21.0...v0.22.0) - 2020-11-23
1336
- ### Added
1337
- - `try/catch` and `throw` syntax support [#218](https://github.com/rokucommunity/brighterscript/issues/218)
1338
-
1339
-
1340
-
1341
- ## [0.21.0](https://github.com/rokucommunity/brighterscript/compare/v0.20.1...v0.21.0) - 2020-11-19
1342
- ### Added
1343
- - Catch when local variables and scope functions have the same name as a class. ([#246](https://github.com/rokucommunity/brighterscript/pull/246))
1344
- - Catch when functions use keyword names ([#247](https://github.com/rokucommunity/brighterscript/pull/247))
1345
- ### Changed
1346
- - many internal changes:
1347
- - remove all the `BrsType` objects leftover from the upstream `brs` project. Things like `ValueKind`, `BrsType`, the `Token.literal` property.
1348
- - rename the brighterscript `BrsType` class to `BscType` for more distinction from the now deleted from-upstream `BrsType`.
1349
- - Modify the `createToken` function in `astUtils/creators.ts` to accept a range, or use a default negative range.
1350
- - Use the `BscType` objects for basic parser type tracking (this replaces `ValueKind` and `BrsType` from upstream `brs` project).
1351
- - minor AST property changes for `ForStatement` and `FunctionStatement`,
1352
- - any `ValueKind` references in code have been replaced with an instance of a `BscType` (which will be the backbone of future type tracking)
1353
- - Updated `ForStatement` to no longer include synthetic `step 1` tokens when those were not included in the source file.
1354
- - remove eliminated `BrsType` items from `reflection.ts`.
1355
-
1356
-
1357
- ## [0.20.1](https://github.com/rokucommunity/brighterscript/compare/v0.20.0...v0.20.1) - 2020-11-16
1358
- ### Changed
1359
- - load plugins relatively to the project ([#242](https://github.com/rokucommunity/brighterscript/pull/242))
1360
- - modified reflection utilities so they are compatible with TS strict null checks ([#243](https://github.com/rokucommunity/brighterscript/pull/243))
1361
-
1362
-
1363
-
1364
- ## [0.20.0](https://github.com/rokucommunity/brighterscript/compare/v0.19.0...v0.20.0) - 2020-11-13
1365
- ### Added
1366
- - more language server features: onWorkspaceSymbol, onSignatureHelp, onDocumentSymbol, onReferences, improve onDefinition ([#191](https://github.com/rokucommunity/brighterscript/pull/191))
1367
-
1368
-
1369
-
1370
- ## [0.19.0](https://github.com/rokucommunity/brighterscript/compare/v0.18.2...v0.19.0) - 2020-11-04
1371
- ### Changed
1372
- - `emitDefinitions` now defaults to `false` (it previously defaulted to `true`)
1373
- ### Fixed
1374
- - don't transpile `d.bs` files (which would produce `d.brs` files with duplicate information in them)
1375
-
1376
-
1377
-
1378
- ## [0.18.2](https://github.com/rokucommunity/brighterscript/compare/v0.18.1...v0.18.2) - 2020-11-2
1379
- ### Fixed
1380
- - support on-demand parse for typedef-shadowed files ([#237](https://github.com/rokucommunity/brighterscript/pull/237))
1381
-
1382
-
1383
-
1384
- ## [0.18.1](https://github.com/rokucommunity/brighterscript/compare/v0.18.0...v0.18.1) - 2020-10-30
1385
- ### Fixed
1386
- - exclude bs1100 for typedef files (`Missing "super()" call in class constructor method.`)
1387
- - fix some invalid class field types in typedef files
1388
- - include `override` keyword in class methods in typedef files
1389
-
1390
-
1391
-
1392
- ## [0.18.0](https://github.com/rokucommunity/brighterscript/compare/v0.17.0...v0.18.0) - 2020-10-30
1393
- ### Added
1394
- - support for consuming and producing type definitions. ([188](https://github.com/rokucommunity/brighterscript/pull/188))
1395
-
1396
-
1397
-
1398
- ## [0.17.0](https://github.com/rokucommunity/brighterscript/compare/v0.16.12...v0.17.0) - 2020-10-27
1399
- ### Added
1400
- - Annotation syntax and AST support ([#234](https://github.com/rokucommunity/brighterscript/pull/234))
1401
-
1402
-
1403
-
1404
- ## [0.16.12](https://github.com/rokucommunity/brighterscript/compare/v0.16.11...v0.16.12) - 2020-10-21
1405
- ### Fixed
1406
- - parser bug when there was a trailing colon after `for` or `while` loop statements ([#230](https://github.com/rokucommunity/brighterscript/pull/230))
1407
-
1408
-
1409
-
1410
- ## [0.16.11](https://github.com/rokucommunity/brighterscript/compare/v0.16.10...v0.16.11 - 2020-10-20
1411
- ### Fixed
1412
- - bug when using single quotes in an xml script tag
1413
- ### Changed
1414
- - removed bs1106 (.bs file script tags must use the `type="brighterscript"`) diagnostic because it's unnecessary.
1415
-
1416
-
1417
-
1418
- ## [0.16.10](https://github.com/rokucommunity/brighterscript/compare/v0.16.9...v0.16.10) - 2020-10-20
1419
- ### Fixed
1420
- - prevent crash when a callable has the same name as a javascript reserved name ([#226](https://github.com/rokucommunity/brighterscript/pull/226))
1421
- - prevent crash when `import` statement is malformed ([#224](https://github.com/rokucommunity/brighterscript/pull/224))
1422
-
1423
-
1424
-
1425
- ## [0.16.9](https://github.com/rokucommunity/brighterscript/compare/v0.16.8...v0.16.9) - 2020-10-18
1426
- ### Fixed
1427
- - reduce language server throttle for validation and parsing now that those have improved performance.
1428
- - massively improve validation performance by refactoring `getFileByPkgPath`
1429
- - micro-optimization of hot parser functions
1430
- - change codebase to use `import type` many places, which reduces the number of files imported at runtime
1431
-
1432
-
1433
-
1434
- ## [0.16.8](https://github.com/rokucommunity/brighterscript/compare/v0.16.7...v0.16.8) - 2020-10-15
1435
- ### Fixed
1436
- - bug when printing diagnostics that would crash if the contents were missing (like for in-memory-only files injected by plugins) ([#217](https://github.com/rokucommunity/brighterscript/pull/217))
1437
- - Drop expensive AST walking for collecting property names and instead collect them as part of parsing
1438
-
1439
-
1440
-
1441
- ## [0.16.7](https://github.com/rokucommunity/brighterscript/compare/v0.16.6...v0.16.7) - 2020-10-13
1442
- ### Fixed
1443
- - bug when finding `bsconfig.json` that would use the wrong cwd in multi-workspace language server situations.
1444
- - bug when transpiling in-memory-only files. ([#212](https://github.com/rokucommunity/brighterscript/pull/212))
1445
-
1446
-
1447
-
1448
- ## [0.16.6](https://github.com/rokucommunity/brighterscript/compare/v0.16.5...v0.16.6) - 2020-10-13
1449
- ### Fixed
1450
- - quirk in the GitHub actions workflow that didn't publish the correct code.
1451
-
1452
-
1453
-
1454
- ## [0.16.5](https://github.com/rokucommunity/brighterscript/compare/v0.16.4...v0.16.5) - 2020-10-13
1455
- ### Fixed
1456
- - performance issue during the parse phase. We now defer certain collections until needed. ([#210](https://github.com/rokucommunity/brighterscript/pull/210))
1457
-
1458
-
1459
-
1460
- ## [0.16.4](https://github.com/rokucommunity/brighterscript/compare/v0.16.3...v0.16.4) - 2020-10-12
1461
- ### Changed
1462
- - LanguageServer now sends a _diff_ of diagnostics for files, instead of the entire project's diagnostics every time. ([#204](https://github.com/rokucommunity/brighterscript/pull/204))
1463
- ### Fixed
1464
- - transpile bug for namespaced class constructors that wouldn't properly prepend the namespace in some situations. ([#208](https://github.com/rokucommunity/brighterscript/pull/208))
1465
- - bug in class validation that was causing bogus diagnostics during class construction in namespaces.([#203](https://github.com/rokucommunity/brighterscript/issues/203))
1466
-
1467
-
1468
-
1469
- ## [0.16.3](https://github.com/rokucommunity/brighterscript/compare/v0.16.2...v0.16.3) - 2020-10-11
1470
- ### Changed
1471
- - Add generic type parameter for `Program` add functions.
1472
- - Export `BscType` type to simplify `BrsFile | XmlFile` usage everywhere.
1473
- ### Fixed
1474
- - Prevent bogus diagnostic on all callfunc operations ([#205](https://github.com/rokucommunity/brighterscript/issues/205))
1475
-
1476
-
1477
-
1478
- ## [0.16.2](https://github.com/rokucommunity/brighterscript/compare/v0.16.1...v0.16.2) - 2020-10-09
1479
- ### Fixed
1480
- - critical bug in diagnostic printing that would crash the program if a diagnostic was missing a valid range.
1481
-
1482
-
1483
-
1484
- ## [0.16.1](https://github.com/rokucommunity/brighterscript/compare/v0.16.0...v0.16.1) - 2020-10-03
1485
- ### Changed
1486
- - rename `isEscapedCharCodeLiteral` to `isEscapedCharCodeLiteralExpression` to match other expression class names
1487
- - rename `FunctionParameter` to `FunctionParameterExpression` to match other expression class names
1488
- - convert `AAMemberExpression` interface into an expression class.
1489
- - convert `isBrsFile` and `isXmlFile` to check for constructor file name rather than file extension.
1490
- ### Fixed
1491
- - bugs with plugin interoperability with BrighterScript when using `instanceof`. All internal BrighterScript logic now uses the `is` functions from `astutils/reflection`, and plugin authors should do the same.
1492
-
1493
-
1494
-
1495
- ## [0.16.0](https://github.com/rokucommunity/brighterscript/compare/v0.15.2...v0.16.0) - 2020-10-02
1496
- ### Added
1497
- - `Expression.walk` and `Statement.walk` functions which provide shallow or deep walking of the AST
1498
- - Many `ast` reflection methods to be used instead of `instanceof`.
1499
- - plugin system (still in alpha) support for re-scanning the AST after modifing the AST by calling `invalidateReferences()`
1500
- - every token has a `leadingWhitespace` property now that contains leading whitespace. Retrieving whitespace tokens from the `Lexer` will be removed in a future update in favor of this appraoch
1501
- ### Changed
1502
- - all AST nodes now extend either `Statement` or `Expression` instead of simply implementing their interfaces.
1503
- ### Removed
1504
- - several AST walking functions from `astUtils/` in favor of direct node walking
1505
-
1506
-
1507
-
1508
- ## [0.15.2](https://github.com/rokucommunity/brighterscript/compare/v0.15.1...v0.15.2) - 2020-10-01
1509
- ### Fixed
1510
- - Bug in component validation that would throw errors if component name was undefined (generally due to an XML parse error). ([#194](https://github.com/rokucommunity/brighterscript/pull/194))
1511
-
1512
-
1513
-
1514
- ## [0.15.1](https://github.com/rokucommunity/brighterscript/compare/v0.15.0...v0.15.1) - 2020-09-30
1515
- ### Fixed
1516
- - improved performance in the lexer and parser
1517
- - potential for accidentally changing `cwd` during bsconfig resolving
1518
-
1519
-
1520
-
1521
- ## [0.15.0](https://github.com/rokucommunity/brighterscript/compare/v0.14.0...v0.15.0) - 2020-09-18
1522
- ### Added
1523
- - plugin API to allow visibility into the various compiler phases. This is currently in alpha. ([#170](https://github.com/rokucommunity/brighterscript/pull/170))
1524
-
1525
-
1526
-
1527
- ## [0.14.0](https://github.com/rokucommunity/brighterscript/compare/v0.13.2...v0.14.0) - 2020-09-04
1528
- ### Changed
1529
- - Add error diagnostic BS1115 which flags duplicate component names [#186](https://github.com/rokucommunity/brighterscript/pull/186)
1530
-
1531
-
1532
-
1533
- ## [0.13.2](https://github.com/rokucommunity/brighterscript/compare/v0.13.1...v0.13.2) - 2020-08-31
1534
- ### Changed
1535
- - Upgraded BS1104 to error (previously a warning) and refined the messaging.
1536
-
1537
-
1538
-
1539
- ## [0.13.1](https://github.com/rokucommunity/brighterscript/compare/v0.13.0...v0.13.1) - 2020-08-14
1540
- ### Changed
1541
- - upgraded to [roku-deploy@3.2.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#323---2020-08-14)
1542
- - throw exception when copying to staging folder and `rootDir` does not exist in the file system
1543
- - throw exception when zipping package and `${stagingFolder}/manifest` does not exist in the file system
1544
-
1545
-
1546
-
1547
- ## [0.13.0](https://github.com/rokucommunity/brighterscript/compare/v0.12.4...v0.13.0) - 2020-08-10
1548
- ### Added
1549
- - ability to mark the `extends` and `project` options in `bsconfig.json`, API and CLI as optional.
1550
-
1551
-
1552
-
1553
- ## [0.12.4](https://github.com/rokucommunity/brighterscript/compare/v0.12.3...v0.12.4) - 2020-08-06
1554
- ### Fixed
1555
- - bug in cli that wouldn't properly read bsconfig values. [#167](https://github.com/rokucommunity/brighterscript/issues/167)
1556
- - bug in cli that doesn't use `retain-staging-folder` argument properly. [#168](https://github.com/rokucommunity/brighterscript/issues/168)
1557
-
1558
-
1559
-
1560
- ## [0.12.3](https://github.com/rokucommunity/brighterscript/compare/v0.12.2...v0.12.3) - 2020-08-03
1561
- ### Fixed
1562
- - bug in the language server that would provide stale completions due to the file throttling introduced in v0.11.2. Now the language server will wait for the throttled parsing to complete before serving completion results.
1563
-
1564
-
1565
-
1566
- ## [0.12.2](https://github.com/rokucommunity/brighterscript/compare/v0.12.1...v0.12.2) - 2020-07-16
1567
- ### Added
1568
- - Expose `ProgramBuilder.transpile()` method to make it easier for tools to transpile programmatically. [#154](https://github.com/rokucommunity/brighterscript/issues/154)
1569
- ### Fixed
1570
- - bug on Windows when transpiling BrighterScript import statements into xml script tags that would use the wrong path separator sometimes.
1571
-
1572
-
1573
-
1574
- ## [0.12.1](https://github.com/rokucommunity/brighterscript/compare/v0.12.0...v0.12.1) - 2020-07-15
1575
- ### Changed
1576
- - upgraded to [roku-deploy@3.2.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#322---2020-07-14)
1577
- ### Fixed
1578
- - bug in roku-deploy when when loading `stagingFolderPath` from `rokudeploy.json` or `bsconfig.json` that would crash the language server
1579
-
1580
-
1581
-
1582
- ## [0.12.0](https://github.com/rokucommunity/brighterscript/compare/v0.11.2...v0.12.0) - 2020-07-09
1583
- ### Added
1584
- - `diagnosticLevel` option to limit/control the noise in the console diagnostics
1585
- ### Changed
1586
- - Move away from `command-line-args` in favor of `yargs` for CLI support
1587
- ### Fixed
1588
- - Throttle LanguageServer validation to prevent running too many validations in a row.
1589
- - Bug in CLI preventing ability to provide false values to certain flags
1590
- - Do not print `info` and `hint` diagnostics from the CLI by default.
1591
-
1592
-
1593
-
1594
- ## [0.11.2](https://github.com/rokucommunity/brighterscript/compare/v0.11.1...v0.11.2) - 2020-07-09
1595
- ### Changed
1596
- - add 350ms debounce in LanguageServer `onDidChangeWatchedFiles` to increase performance by reducing the number of times a file is parsed and validated.
1597
- ### Fixed
1598
- - bug in the log output that wasn't casting string log levels into their numeric enum versions, causing messages to be lost at certain log levels.
1599
- - load manifest file exactly one time per program rather than every time a file gets parsed.
1600
- - bug in `info` logging that wasn't showing the proper parse times for files on first run.
1601
-
1602
-
1603
-
1604
- ## [0.11.1](https://github.com/rokucommunity/brighterscript/compare/v0.11.0...v0.11.1) - 2020-07-07
1605
- ### Added
1606
- - diagnostic for unknown file reference in import statements ([#139](https://github.com/rokucommunity/brighterscript/pull/139))
1607
- ### Changed
1608
- - upgraded to [roku-deploy@3.2.1](https://www.npmjs.com/package/roku-deploy/v/3.2.1)
1609
- - upgraded to jsonc-parser@2.3.0
1610
- - add begin and end template string literal tokens so we can better format and understand the code downstream. ([#138](https://github.com/rokucommunity/brighterscript/pull/138))
1611
- ### Fixed
1612
- - roku-deploy bug that would fail to load `bsconfig.json` files with comments in them.
1613
- - bug in parser that would fail to find function calls in certain situations, killing the rest of the parse.
1614
-
1615
-
1616
-
1617
- ## [0.11.0](https://github.com/rokucommunity/brighterscript/compare/v0.10.10...v0.11.0) - 2020-07-06
1618
- ### Added
1619
- - [Source literals feature](https://github.com/rokucommunity/brighterscript/blob/master/docs/source-literals.md) which adds new literals such as `SOURCE_FILE_PATH`, `SOURCE_LINE_NUM`, `FUNCTION_NAME`, and more. ([#13](https://github.com/rokucommunity/brighterscript/issues/13))
1620
- - `sourceRoot` config option to fix sourcemap paths for projects that use a temporary staging folder before calling the BrighterScript compiler. ([#134](https://github.com/rokucommunity/brighterscript/commit/e5b73ca37016d5015a389257fb259573c4721e7a))
1621
- - [Template string feature](https://github.com/rokucommunity/brighterscript/blob/master/docs/template-strings.md) which brings template string support to BrighterScript. ([#98](https://github.com/rokucommunity/brighterscript/issues/98))
1622
- ### Fixed
1623
- - Do not show BS1010 diagnostic `hint`s for the same script imported for parent and child. ([#113](https://github.com/rokucommunity/brighterscript/issues/113))
1624
-
1625
-
1626
-
1627
- ## [0.10.11](https://github.com/rokucommunity/brighterscript/compare/v0.10.10...v0.10.11) - 2020-07-05
1628
- - Fix bug that would fail to copy files to staging without explicitly specifying `stagingFolderpath`. [#129](https://github.com/rokucommunity/brighterscript/issues/129)
1629
-
1630
-
1631
-
1632
- ## [0.10.10](https://github.com/rokucommunity/brighterscript/compare/v0.10.9...v0.10.10) - 2020-06-12
1633
- ### Fixed
1634
- - include the missing `bslib.brs` file in the npm package which was causing errors during transpile.
1635
-
1636
-
1637
-
1638
- ## [0.10.9](https://github.com/rokucommunity/brighterscript/compare/v0.10.8...v0.10.9) 2020-06-12
1639
- ### Added
1640
- - bslib.brs gets copied to `pkg:/source` and added as an import to every component on transpile.
1641
- - several timing logs under the `"info"` log level.
1642
- ### Changed
1643
- - pipe the language server output to the extension's log window
1644
- ### Fixed
1645
- - bug with global `val` function signature that did not support the second parameter ([#110](https://github.com/rokucommunity/vscode-brightscript-language/issues/110))
1646
- - bug with global 'StrI' function signature that did not support the second parameter.
1647
-
1648
-
1649
-
1650
- ## [0.10.8](https://github.com/rokucommunity/brighterscript/compare/v0.10.7...v0.10.8) - 2020-06-09
1651
- ### Fixed
1652
- - Allow leading spcaes for `bs:disable-line` and `bs:disable-next-line` comments ([#108](https://github.com/rokucommunity/brighterscript/pull/108))
1653
-
1654
-
1655
-
1656
- ## [0.10.7](https://github.com/rokucommunity/brighterscript/compare/v0.10.6...v0.10.7) - 2020-06-08
1657
- ### Fixed
1658
- - bug in cli that was always returning a nonzero error code
1659
-
1660
-
1661
-
1662
- ## [0.10.6](https://github.com/rokucommunity/brighterscript/compare/v0.10.5...v0.10.6) - 2020-06-05
1663
- ### Fixed
1664
- - incorrect definition for global `Left()` function. ([#100](https://github.com/rokucommunity/brighterscript/issues/100))
1665
- - missing definition for global `Tab()` and `Pos()` functions ([#101](https://github.com/rokucommunity/brighterscript/issues/101))
1666
-
1667
-
1668
-
1669
- ## [0.10.5](https://github.com/rokucommunity/brighterscript/compare/v0.10.4...v0.10.5) - 2020-06-04
1670
- ### Changed
1671
- - added better logging for certain critical language server crashes
1672
-
1673
-
1674
-
1675
- ## [0.10.4](https://github.com/rokucommunity/brighterscript/compare/v0.10.3...v0.10.4) - 2020-05-28
1676
- ### Fixed
1677
- - bug where assigning a namespaced function to a variable wasn't properly transpiling the dots to underscores (fixes [#91](https://github.com/rokucommunity/brighterscript/issues/91))
1678
- - flag parameter with same name as namespace
1679
- - flag variable with same name as namespace
1680
- - `CreateObject("roRegex")` with third parameter caused compile error ([#95](https://github.com/rokucommunity/brighterscript/issues/95))
1681
-
1682
-
1683
-
1684
- ## [0.10.3](https://github.com/rokucommunity/brighterscript/compare/v0.10.2...v0.10.3) - 2020-05-27
1685
- ### Changed
1686
- - tokenizing a string with no closing quote will now include all of the text until the end of the line.
1687
- - language server `TranspileFile` command now waits until the program is finished building before trying to transpile.
1688
-
1689
-
1690
-
1691
- ## [0.10.2](https://github.com/rokucommunity/brighterscript/compare/v0.10.1...v0.10.2) - 2020-05-23
1692
- ### Added
1693
- - language server command `TranspileFile` which will return the transpiled contents of the requested file.
1694
- ### Fixed
1695
- - quotemarks in string literals were not being properly escaped during transpile ([#89](https://github.com/rokucommunity/brighterscript/issues/89))
1696
- - Bug that was only validating calls at top level. Now calls found anywhere in a function are validated
1697
-
1698
-
1699
-
1700
- ## [0.10.1](https://github.com/rokucommunity/brighterscript/compare/v0.10.0...v0.10.1) - 2020-05-22
1701
- ### Fixed
1702
- - transpile bug for compound assignment statements (such as `+=`, `-=`) ([#87](https://github.com/rokucommunity/brighterscript/issues/87))
1703
- - transpile bug that was inserting function parameter types before default values ([#88](https://github.com/rokucommunity/brighterscript/issues/88))
1704
- - export BsConfig interface from index.ts to make it easier for NodeJS importing.
1705
-
1706
-
1707
-
1708
- ## [0.10.0](https://github.com/rokucommunity/brighterscript/compare/v0.9.8...v0.10.0) - 2020-05-19
1709
- ### Added
1710
- - new callfunc operator.
1711
-
1712
-
1713
-
1714
- ## [0.9.8](https://github.com/rokucommunity/brighterscript/compare/v0.9.7...v0.9.8) - 2020-05-16
1715
- ### Changed
1716
- - the inner event system handling file changes. This should fix several race conditions causing false negatives during CLI runs.
1717
- ### Fixed
1718
- - some bugs related to import statements not being properly traced.
1719
-
1720
-
1721
-
1722
- ## [0.9.7](https://github.com/rokucommunity/brighterscript/compare/v0.9.6...v0.9.7) - 2020-05-14
1723
- ### Changed
1724
- - TypeScript target to "ES2017" which provides a significant performance boost in lexer (~30%) and parser (~175%)
1725
- ### Fixed
1726
- - the binary name got accidentally renamed to `bsc2` in release 0.9.6. This release fixes that issue.
1727
- - removed some debug logs that were showing up when not using logLevel=debug
1728
- - false negative diagnostic when using the `new` keyword as a local variable [#79](https://github.com/rokucommunity/brighterscript/issues/79)
1729
-
1730
-
1731
-
1732
- ## [0.9.6](https://github.com/rokucommunity/brighterscript/compare/v0.9.5...v0.9.6) - 2020-05-11
1733
- ### Added
1734
- - `logLevel` option from the bsconfig.json and command prompt that allows specifying how much detain the logging should contain.
1735
- - additional messages during cli run
1736
- ### Changed
1737
- - don't terminate bsc on warning diagnostics
1738
- - removed extraneous log statements from the util module
1739
- ### Fixed
1740
- - fixed bugs when printing diagnostics to the console that wouldn't show the proper squiggly line location.
1741
-
1742
-
1743
-
1744
- ## [0.9.5](https://github.com/rokucommunity/brighterscript/compare/v0.9.4...v0.9.5) - 2020-05-06
1745
- ### Added
1746
- - new config option called `showDiagnosticsInConsole` which disables printing diagnostics to the console
1747
- ### Fixed
1748
- - bug in lexer that was capturing the carriage return character (`\n`) at the end of comment statements
1749
- - bug in transpiler that wouldn't include a newline after the final comment statement
1750
- - bug in LanguageServer that was printing diagnostics to the console when it shouldn't be.
1751
-
1752
-
1753
-
1754
- ## [0.9.4](https://github.com/rokucommunity/brighterscript/compare/v0.9.3...v0.9.4) - 2020-05-05
1755
- ### Added
1756
- - diagnostic for detecting unnecessary script imports when `autoImportComponentScript` is enabled
1757
- ### Changed
1758
- - filter duplicate dignostics from multiple projects. ([#75](https://github.com/rokucommunity/brighterscript/issues/75))
1759
- ### Fixed
1760
- - bug that was flagging namespaced functions with the same name as a stdlib function.
1761
- - bug that was not properly transpiling brighterscript script tags in xml components.
1762
- - several performance issues introduced in v0.8.2.
1763
- - Replace `type="text/brighterscript"` with `type="text/brightscript"` in xml script imports during transpile. ([#73](https://github.com/rokucommunity/brighterscript/issues/73))
1764
-
1765
-
1766
-
1767
- ## [0.9.3](https://github.com/rokucommunity/brighterscript/compare/v0.9.2...v0.9.3) - 2020-05-04
1768
- ### Changed
1769
- - do not show BRS1013 for standalone files ([#72](https://github.com/rokucommunity/brighterscript/issues/72))
1770
- - BS1011 (same name as global function) is no longer shown for local variables that are not of type `function` ([#70](https://github.com/rokucommunity/brighterscript/issues/70))
1771
- ### Fixed
1772
- - issue that prevented certain keywords from being used as function parameter names ([#69](https://github.com/rokucommunity/brighterscript/issues/69))
1773
-
1774
-
1775
-
1776
- ## [0.9.2](https://github.com/rokucommunity/brighterscript/compare/v0.9.1...v0.9.2) - 2020-05-02
1777
- ### Changed
1778
- - intellisense anywhere other than next to a dot now includes keywords (#67)
1779
-
1780
- ### Fixed
1781
- - bug in the lexer that was not treating `constructor` as an identifier (#66)
1782
- - bug when printing diagnostics that would sometimes fail to find the line in question (#68)
1783
- - bug in scopes that were setting isValidated=false at the end of the `validate()` call instead of true
1784
-
1785
-
1786
-
1787
- ## [0.9.1](https://github.com/rokucommunity/brighterscript/compare/v0.9.0...v0.9.1) - 2020-05-01
1788
- ### Fixed
1789
- - bug with upper-case two-word conditional compile tokens (`#ELSE IF` and `#END IF`) (#63)
1790
-
1791
-
1792
-
1793
- ## [0.9.0](https://github.com/rokucommunity/brighterscript/compare/v0.8.2...v0.9.0) - 2020-05-01
1794
- ### Added
1795
- - new compile flag `autoImportComponentScript` which will automatically import a script for a component with the same name if it exists.
1796
-
1797
-
1798
-
1799
- ## [0.8.2](https://github.com/rokucommunity/brighterscript/compare/v0.8.1...v0.8.2) - 2020-04-29
1800
- ### Fixed
1801
- - bugs in namespace transpilation
1802
- - bugs in class transpilation
1803
- - transpiled examples for namespace and class docs
1804
- - bugs in class property initialization
1805
-
1806
-
1807
-
1808
- ## [0.8.1](https://github.com/rokucommunity/brighterscript/compare/v0.8.0...v0.8.1) - 2020-04-27
1809
- ### Fixed
1810
- - Bug where class property initializers would cause parse error
1811
- - better parse recovery for incomplete class members
1812
-
1813
-
1814
-
1815
- ## [0.8.0](https://github.com/rokucommunity/brighterscript/compare/v0.7.2...v0.8.0) - 2020-04-26
1816
- ### Added
1817
- - new `import` syntax for BrighterScript projects.
1818
- - experimental transpile support for xml files (converts `.bs` extensions to `.brs`, auto-appends the `import` statments to each xml component)
1819
- ### Changed
1820
- - upgraded to vscode-languageserver@6.1.1
1821
-
1822
-
1823
- ## [0.7.2](https://github.com/rokucommunity/brighterscript/compare/v0.7.1...v0.7.2) - 2020-04-24
1824
- ### Fixed
1825
- - runtime bug in the language server when validating incomplete class statements
1826
-
1827
-
1828
-
1829
- ## [0.7.1](https://github.com/rokucommunity/brighterscript/compare/v0.7.0...v0.7.1) - 2020-04-23
1830
- ### Fixed
1831
- - dependency issue: `glob` is required but was not listed as a dependency
1832
-
1833
-
1834
-
1835
- ## [0.7.0](https://github.com/rokucommunity/brighterscript/compare/v0.6.0...v0.7.0) - 2020-04-23
1836
- ### Added
1837
- - basic support for namespaces
1838
- - experimental parser support for import statements (no transpile yet)
1839
- ### Changed
1840
- - parser produces TokenKind.Library now instead of an identifier token for library.
1841
-
1842
-
1843
-
1844
- ## [0.6.0](https://github.com/rokucommunity/brighterscript/compare/v0.5.4...v0.6.0) 2020-04-15
1845
- ### Added
1846
- - ability to filter out diagnostics by using the `diagnosticFilters` option in bsconfig
1847
- ### Changed
1848
- - deprecated the `ignoreErrorCodes` in favor of `diagnosticFilters`
1849
- ### Fixed
1850
- - Bug in the language server that wasn't reloading the project when changing the `bsconfig.json`
1851
-
1852
-
1853
-
1854
- ## [0.5.4](https://github.com/rokucommunity/brighterscript/compare/v0.5.3...v0.5.4) 2020-04-13
1855
- ### Fixed
1856
- - Syntax bug that wasn't allowing period before indexed get expression (example: `prop.["key"]`) (#58)
1857
- - Syntax bug preventing comments from being used in various locations within a class
1858
-
1859
-
1860
-
1861
- ## [0.5.3](https://github.com/rokucommunity/brighterscript/compare/v0.5.2...v0.5.3) - 2020-04-12
1862
- ### Added
1863
- - syntax support for the xml attribute operator (`node@someAttr`) (#34)
1864
- - syntax support for bitshift operators (`<<` and `>>`) (#50)
1865
- - several extra validation checks for class statements
1866
- ### Fixed
1867
- - syntax bug that was showing parse errors for known global method names (such as `string()`) (#49)
1868
-
1869
-
1870
-
1871
- ## [0.5.2](https://github.com/rokucommunity/brighterscript/compare/v0.5.1...v0.5.2) - 2020-04-11
1872
- ### Changed
1873
- - downgrade diagnostic issue 1007 from an error to a warning, and updated the message to "Component is mising "extends" attribute and will automatically extend "Group" by default" (#53)
1874
- ### Fixed
1875
- - Prevent xml files found outside of the `pkg:/components` folder from being parsed and validated. (#51)
1876
- - allow empty `elseif` and `else` blocks. (#48)
1877
-
1878
-
1879
-
1880
- ## [0.5.1](https://github.com/rokucommunity/brighterscript/compare/v0.5.0...v0.5.1) - 2020-04-10
1881
- ### Changed
1882
- - upgraded to [roku-deploy@3.0.2](https://www.npmjs.com/package/roku-debug/v/0.3.4) which fixed a file copy bug in subdirectories of symlinked folders (fixes #41)
1883
-
1884
-
1885
-
1886
- ## [0.5.0](https://github.com/rokucommunity/brighterscript/compare/v0.4.4...v0.5.0) - 2020-04-10
1887
- ### Added
1888
- - several new diagnostics for conditional compiles. Some of them allow the parser to recover and continue.
1889
- - experimental class transpile support. There is still no intellisense for classes yet though.
1890
- ### Changed
1891
- - All errors are now stored as vscode-languageserver `Diagnostic` objects instead of a custom error structure.
1892
- - Token, AST node, and diagnostic locations are now stored as `Range` objects, which use zero-based lines instead of the previous one-based line numbers.
1893
- - All parser diagnostics have been broken out into their own error codes, removing the use of error code 1000 for a generic catch-all. That code still exists and will hold runtime errors from the parser.
1894
- ### Fixed
1895
- - bug in parser that was flagging the new class keywords (`new`, `class`, `public`, `protected`, `private`, `override`) as parse errors. These are now allowed as both local variables and property names.
1896
-
1897
-
1898
-
1899
- ## [0.4.4](https://github.com/rokucommunity/brighterscript/compare/v0.4.3...v0.4.4) - 2020-04-04
1900
- ### Fixed
1901
- - bug in the ProgramBuilder that would terminate the program on first run if an error diagnostic was found, even when in watch mode.
1902
-
1903
-
1904
-
1905
- ## [0.4.3](https://github.com/rokucommunity/brighterscript/compare/v0.4.2...v0.4.3) - 2020-04-03
1906
- ### Changed
1907
- - the `bsc` cli now emits a nonzero return code whenever parse errors are encountered, which allows tools to detect compile-time errors. (#43)
1908
-
1909
-
1910
-
1911
- ## [0.4.2](https://github.com/rokucommunity/brighterscript/compare/v0.4.1...v0.4.2) - 2020-04-01
1912
- ### Changed
1913
- - upgraded to [roku-deploy@3.0.0](https://www.npmjs.com/package/roku-deploy/v/3.0.0)
1914
-
1915
-
1916
-
1917
- ## [0.4.1](https://github.com/rokucommunity/brighterscript/compare/v0.4.0...v0.4.1) - 2020-01-11
1918
- ### Changed
1919
- - upgraded to [roku-deploy@3.0.0-beta.7](https://www.npmjs.com/package/roku-deploy/v/3.0.0-beta.7) which fixed a critical bug during pkg creation.
1920
-
1921
-
1922
-
1923
- ## [0.4.0](https://github.com/rokucommunity/brighterscript/compare/v0.3.1...v0.4.0) - 2020-01-07
1924
- ### Added
1925
- - ability to specify the pkgPath of a file when adding to the project.
1926
- ### Changed
1927
- - upgraded to [roku-deploy@3.0.0-beta.6](https://www.npmjs.com/package/roku-deploy/v/3.0.0-beta.6)
1928
- ### Fixed
1929
- - bug that was showing duplicate function warnings when multiple files target the same `pkgPath`. Now roku-deploy will only keep the last referenced file for each `pkgPath`
1930
- - reduced memory consumtion and FS calls during file watcher events
1931
- - issue in getFileByPkgPath related to path separator mismatches
1932
- - bugs related to standalone workspaces causing issues for other workspaces.
1933
-
1934
-
1935
-
1936
- ## [0.3.1](https://github.com/rokucommunity/brighterscript/compare/v0.3.0...v0.3.1) - 2019-11-08
1937
- ### Fixed
1938
- - language server bug that was showing error messages in certain startup race conditions.
1939
- - error during hover caused by race condition during file re-parse.
1940
-
1941
-
1942
-
1943
- ## [0.3.0](https://github.com/rokucommunity/brighterscript/compare/v0.2.2...v0.3.0) - 2019-10-03
1944
- ### Added
1945
- - support for parsing opened files not included in any project.
1946
- ### Fixed
1947
- - parser bug that was preventing comments as their own lines inside associative array literals. ([#29](https://github.com/rokucommunity/brighterscript/issues/28))
1948
-
1949
-
1950
-
1951
- ## [0.2.2](https://github.com/rokucommunity/brighterscript/compare/v0.2.1...v0.2.2) - 2019-09-27
1952
- ### Fixed
1953
- - bug in language server where the server would crash when sending a diagnostic too early. Now the server waits for the program to load before sending diagnostics.
1954
-
1955
-
1956
-
1957
- ## [0.2.1](https://github.com/rokucommunity/brighterscript/compare/v0.2.0...v0.2.1) - 2019-09-24
1958
- ### Changed
1959
- - the text for diagnostic 1010 to say "override" instead of "shadows"
1960
- ### Fixed
1961
- - crash when parsing the workspace path to read the config on startup.
1962
- - auto complete options not always returning results when it should.
1963
- - windows bug relating to the drive letter being different, and so then not matching the file list.
1964
- - many bugs related to mismatched file path comparisons.
1965
-
1966
-
1967
-
1968
- ## [0.2.0](https://github.com/rokucommunity/brighterscript/compare/v0.1.0...v0.2.0) - 2019-09-20
1969
- ### Added
1970
- - bsconfig.json validation
1971
- - slightly smarter intellisense that knows when you're trying to complete an object property.
1972
- - diagnostic for deprecated brsconfig.json
1973
- - basic transpile support including sourcemaps. Most lines also support transpiling including comments, but there may still be bugs
1974
- - parser now includes all comments as tokens in the AST.
1975
-
1976
- ### Fixed
1977
- - bugs in the languageserver intellisense
1978
- - parser bug that would fail when a line ended with a period
1979
- - prevent intellisense when typing inside a comment
1980
- - Bug during file creation that wouldn't recognize the file
1981
-
1982
-
1983
- ## [0.1.0](https://github.com/rokucommunity/brighterscript/compare/v0.1.0...v0.1.0) - 2019-08-10
1984
- ### Changed
1985
- - Cloned from [brightscript-language](https://github.com/rokucommunity/brightscript-language)