brighterscript 0.41.2 → 0.41.6
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 +164 -267
- package/README.md +2 -2
- package/dist/CommentFlagProcessor.js +5 -3
- package/dist/CommentFlagProcessor.js.map +1 -1
- package/dist/Scope.d.ts +3 -3
- package/dist/Scope.js +19 -18
- package/dist/Scope.js.map +1 -1
- package/dist/astUtils/xml.d.ts +1 -0
- package/dist/astUtils/xml.js +6 -1
- package/dist/astUtils/xml.js.map +1 -1
- package/dist/files/BrsFile.js +5 -10
- package/dist/files/BrsFile.js.map +1 -1
- package/dist/files/BrsFile.spec.js +17 -2
- package/dist/files/BrsFile.spec.js.map +1 -1
- package/dist/files/XmlFile.spec.js +35 -1
- package/dist/files/XmlFile.spec.js.map +1 -1
- package/dist/parser/SGParser.js +1 -1
- package/dist/parser/SGParser.js.map +1 -1
- package/dist/parser/SGTypes.d.ts +1 -0
- package/dist/parser/SGTypes.js +6 -5
- package/dist/parser/SGTypes.js.map +1 -1
- package/dist/parser/tests/expression/NullCoalescenceExpression.spec.js +14 -2
- package/dist/parser/tests/expression/NullCoalescenceExpression.spec.js.map +1 -1
- package/dist/util.js +9 -5
- package/dist/util.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.41.6](https://github.com/rokucommunity/brighterscript/compare/v0.41.5...v0.41.6) - 2022-01-05
|
|
10
|
+
### Fixed
|
|
11
|
+
- 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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [0.41.5](https://github.com/rokucommunity/brighterscript/compare/v0.41.4...v0.41.5) - 2021-11-23
|
|
16
|
+
### Fixed
|
|
17
|
+
- 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))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [0.41.4](https://github.com/rokucommunity/brighterscript/compare/v0.41.3...v0.41.4) - 2021-10-28
|
|
22
|
+
### Fixed
|
|
23
|
+
- bug transpiling instant resume xml elements ([#465](https://github.com/rokucommunity/brighterscript/pull/465))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [0.41.3](https://github.com/rokucommunity/brighterscript/compare/v0.41.2...v0.41.3) - 2021-10-27
|
|
28
|
+
### Changed
|
|
29
|
+
- 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))
|
|
30
|
+
### Fixed
|
|
31
|
+
- Allow diagnostic non-numeric disable code comments ([#463](https://github.com/rokucommunity/brighterscript/pull/463)).
|
|
32
|
+
|
|
33
|
+
|
|
9
34
|
## [0.41.2](https://github.com/rokucommunity/brighterscript/compare/v0.41.1...v0.41.2) - 2021-10-17
|
|
10
35
|
### Fixed
|
|
11
36
|
- crash when subclass field has same name as ancestor method ([#460](https://github.com/rokucommunity/brighterscript/pull/460)).
|
|
@@ -30,8 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
30
55
|
|
|
31
56
|
|
|
32
57
|
|
|
33
|
-
## [0.40.0] - 2021-08-02
|
|
34
|
-
[0.40.0]: https://github.com/rokucommunity/brighterscript/compare/v0.39.4...v0.40.0
|
|
58
|
+
## [0.40.0](https://github.com/rokucommunity/brighterscript/compare/v0.39.4...v0.40.0) - 2021-08-02
|
|
35
59
|
### Added
|
|
36
60
|
- language support for Interface statements ([#426](https://github.com/rokucommunity/brighterscript/pull/426))
|
|
37
61
|
### Changed
|
|
@@ -39,8 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
39
63
|
|
|
40
64
|
|
|
41
65
|
|
|
42
|
-
## [0.39.4] - 2021-06-27
|
|
43
|
-
[0.39.4]: https://github.com/rokucommunity/brighterscript/compare/v0.39.3...v0.39.4
|
|
66
|
+
## [0.39.4](https://github.com/rokucommunity/brighterscript/compare/v0.39.3...v0.39.4) - 2021-06-27
|
|
44
67
|
### Fixed
|
|
45
68
|
- incorrect block range for inline if/then branch ([#424](https://github.com/rokucommunity/brighterscript/pull/424))
|
|
46
69
|
- extract associative array comma when parsing ([#427](https://github.com/rokucommunity/brighterscript/pull/424))
|
|
@@ -48,22 +71,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
48
71
|
- add v30/bslCore library functions to global callables ([#433](https://github.com/rokucommunity/brighterscript/pull/433))
|
|
49
72
|
|
|
50
73
|
|
|
51
|
-
## [0.39.3] - 2021-06-01
|
|
52
|
-
[0.39.3]: https://github.com/rokucommunity/brighterscript/compare/v0.39.2...v0.39.3
|
|
74
|
+
## [0.39.3](https://github.com/rokucommunity/brighterscript/compare/v0.39.2...v0.39.3) - 2021-06-01
|
|
53
75
|
### Changed
|
|
54
76
|
- 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
|
|
55
77
|
|
|
56
78
|
|
|
57
79
|
|
|
58
|
-
## [0.39.2] - 2021-05-28
|
|
59
|
-
[0.39.2]: https://github.com/rokucommunity/brighterscript/compare/v0.39.1...v0.39.2
|
|
80
|
+
## [0.39.2](https://github.com/rokucommunity/brighterscript/compare/v0.39.1...v0.39.2) - 2021-05-28
|
|
60
81
|
### Changed
|
|
61
82
|
- 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
|
|
62
83
|
|
|
63
84
|
|
|
64
85
|
|
|
65
|
-
## [0.39.1] - 2021-05-24
|
|
66
|
-
[0.39.1]: https://github.com/rokucommunity/brighterscript/compare/v0.39.0...v0.39.1
|
|
86
|
+
## [0.39.1](https://github.com/rokucommunity/brighterscript/compare/v0.39.0...v0.39.1) - 2021-05-24
|
|
67
87
|
### Changed
|
|
68
88
|
- re-export `CodeActionKind` so plugins don't need to import from vscode-brightscript-language directly.
|
|
69
89
|
### Fixed
|
|
@@ -72,23 +92,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
72
92
|
|
|
73
93
|
|
|
74
94
|
|
|
75
|
-
## [0.39.0] - 2021-05-18
|
|
76
|
-
[0.39.0]: https://github.com/rokucommunity/brighterscript/compare/v0.38.2...v0.39.0
|
|
95
|
+
## [0.39.0](https://github.com/rokucommunity/brighterscript/compare/v0.38.2...v0.39.0) - 2021-05-18
|
|
77
96
|
### Added
|
|
78
97
|
- semantic token support for plugins
|
|
79
98
|
- basic semantic tokens for `new` statements and namespace usage
|
|
80
99
|
|
|
81
100
|
|
|
82
101
|
|
|
83
|
-
## [0.38.2] - 2021-05-17
|
|
84
|
-
[0.38.2]: https://github.com/rokucommunity/brighterscript/compare/v0.38.1...v0.38.2
|
|
102
|
+
## [0.38.2](https://github.com/rokucommunity/brighterscript/compare/v0.38.1...v0.38.2) - 2021-05-17
|
|
85
103
|
### Fixed
|
|
86
104
|
- language server crash when namespaced function or class didn't have a name ([#419](https://github.com/rokucommunity/brighterscript/pull/419))
|
|
87
105
|
|
|
88
106
|
|
|
89
107
|
|
|
90
|
-
## [0.38.1] - 2021-05-14
|
|
91
|
-
[0.38.1]: https://github.com/rokucommunity/brighterscript/compare/v0.38.0...v0.38.1
|
|
108
|
+
## [0.38.1](https://github.com/rokucommunity/brighterscript/compare/v0.38.0...v0.38.1) - 2021-05-14
|
|
92
109
|
### Changed
|
|
93
110
|
- 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))
|
|
94
111
|
### Fixed
|
|
@@ -99,46 +116,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
99
116
|
|
|
100
117
|
|
|
101
118
|
|
|
102
|
-
## [0.38.0] - 2021-05-04
|
|
119
|
+
## [0.38.0](https://github.com/rokucommunity/brighterscript/compare/v0.37.4...v0.38.0) - 2021-05-04
|
|
103
120
|
### Added
|
|
104
121
|
- warning for mismatched class method accessibility ([#402](https://github.com/rokucommunity/brighterscript/pull/402))
|
|
105
122
|
- allow class field overrides in child classes as long as they are the same type ([#394](https://github.com/rokucommunity/brighterscript/pull/394))
|
|
106
123
|
|
|
107
124
|
|
|
108
125
|
|
|
109
|
-
## [0.37.4] - 2021-04-20
|
|
126
|
+
## [0.37.4](https://github.com/rokucommunity/brighterscript/compare/v0.37.3...v0.37.4) - 2021-04-20
|
|
110
127
|
### Fixed
|
|
111
128
|
- bug validating namespace function calls ([#390](https://github.com/rokucommunity/brighterscript/pull/390))
|
|
112
129
|
|
|
113
130
|
|
|
114
131
|
|
|
115
|
-
## [0.37.3] - 2021-04-12
|
|
132
|
+
## [0.37.3](https://github.com/rokucommunity/brighterscript/compare/v0.37.2...v0.37.3) - 2021-04-12
|
|
116
133
|
### Fixed
|
|
117
134
|
- 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))
|
|
118
135
|
- bug in xml file ignoring `needsTranspiled` flag when set by plugins ([#384](https://github.com/rokucommunity/brighterscript/pull/384))
|
|
119
136
|
|
|
120
137
|
|
|
121
138
|
|
|
122
|
-
## [0.37.2] - 2021-04-08
|
|
139
|
+
## [0.37.2](https://github.com/rokucommunity/brighterscript/compare/v0.37.1...v0.37.2) - 2021-04-08
|
|
123
140
|
### Fixed
|
|
124
141
|
- erraneous syntax issue when concatenating a template string and a regular string. ([#383](https://github.com/rokucommunity/brighterscript/pull/383))
|
|
125
142
|
- prevent circular import causing stack overflow crash. ([#381](https://github.com/rokucommunity/brighterscript/pull/381))
|
|
126
143
|
|
|
127
144
|
|
|
128
145
|
|
|
129
|
-
## [0.37.1] - 2021-03-30
|
|
146
|
+
## [0.37.1](https://github.com/rokucommunity/brighterscript/compare/v0.37.0...v0.37.1) - 2021-03-30
|
|
130
147
|
### Fixed
|
|
131
148
|
- 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))
|
|
132
149
|
|
|
133
150
|
|
|
134
151
|
|
|
135
|
-
## [0.37.0] - 2021-03-18
|
|
152
|
+
## [0.37.0](https://github.com/rokucommunity/brighterscript/compare/v0.36.0...v0.37.0) - 2021-03-18
|
|
136
153
|
### Added
|
|
137
154
|
- support for `bs:disable` comments in xml files ([#363](https://github.com/rokucommunity/brighterscript/pull/363))
|
|
138
155
|
|
|
139
156
|
|
|
140
157
|
|
|
141
|
-
## [0.36.0] - 2021-03-15
|
|
158
|
+
## [0.36.0](https://github.com/rokucommunity/brighterscript/compare/v0.35.0...v0.36.0) - 2021-03-15
|
|
142
159
|
### Added
|
|
143
160
|
- class import code actions ([#365](https://github.com/rokucommunity/brighterscript/pull/365))
|
|
144
161
|
### Changed
|
|
@@ -151,7 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
151
168
|
|
|
152
169
|
|
|
153
170
|
|
|
154
|
-
## [0.35.0] - 2021-03-09
|
|
171
|
+
## [0.35.0](https://github.com/rokucommunity/brighterscript/compare/v0.34.3...v0.35.0) - 2021-03-09
|
|
155
172
|
### Added
|
|
156
173
|
- code actions for suggesting import statements in brighterscript files ([#347](https://github.com/rokucommunity/brighterscript/pull/347))
|
|
157
174
|
### Fixed
|
|
@@ -159,13 +176,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
159
176
|
|
|
160
177
|
|
|
161
178
|
|
|
162
|
-
## [0.34.3] -2021-03-05
|
|
179
|
+
## [0.34.3](https://github.com/rokucommunity/brighterscript/compare/v0.34.2...v0.34.3) -2021-03-05
|
|
163
180
|
### Fixed
|
|
164
181
|
- bug when transpiling bsc with custom function and parameter return types
|
|
165
182
|
|
|
166
183
|
|
|
167
184
|
|
|
168
|
-
## [0.34.2] - 2021-03-04
|
|
185
|
+
## [0.34.2](https://github.com/rokucommunity/brighterscript/compare/v0.34.1...v0.34.2) - 2021-03-04
|
|
169
186
|
### Added
|
|
170
187
|
- support for loading bslib without alias (i.e. `@rokucommunity/bslib`).
|
|
171
188
|
### Fixed
|
|
@@ -175,19 +192,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
175
192
|
|
|
176
193
|
|
|
177
194
|
|
|
178
|
-
## [0.34.1] - 2021-03-02
|
|
195
|
+
## [0.34.1](https://github.com/rokucommunity/brighterscript/compare/v0.34.0...v0.34.1) - 2021-03-02
|
|
179
196
|
### Fixed
|
|
180
197
|
- syntax parsing bugs within single-line if statements
|
|
181
198
|
|
|
182
199
|
|
|
183
200
|
|
|
184
|
-
## [0.34.0] - 2021-02-28
|
|
201
|
+
## [0.34.0](https://github.com/rokucommunity/brighterscript/compare/v0.33.0...v0.34.0) - 2021-02-28
|
|
185
202
|
### Added
|
|
186
203
|
- language server file path completions inside strings that start with `pkg:` or `libpkg:`
|
|
187
204
|
|
|
188
205
|
|
|
189
206
|
|
|
190
|
-
## [0.33.0] - 2021-02-27
|
|
207
|
+
## [0.33.0](https://github.com/rokucommunity/brighterscript/compare/v0.32.3...v0.33.0) - 2021-02-27
|
|
191
208
|
### Added
|
|
192
209
|
- support for ropm version of bslib.([#334](https://github.com/rokucommunity/brighterscript/pull/334))
|
|
193
210
|
### Fixed
|
|
@@ -197,7 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
197
214
|
|
|
198
215
|
|
|
199
216
|
|
|
200
|
-
## [0.32.3] - 2021-02-25
|
|
217
|
+
## [0.32.3](https://github.com/rokucommunity/brighterscript/compare/v0.32.2...v0.32.3) - 2021-02-25
|
|
201
218
|
### Fixed
|
|
202
219
|
- fix significant performance bug in diagnostic filtering
|
|
203
220
|
- tweaks to the logging system to make `logLevel=verbose` less chatty
|
|
@@ -206,25 +223,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
206
223
|
|
|
207
224
|
|
|
208
225
|
|
|
209
|
-
## [0.
|
|
226
|
+
## [0.31.2](https://github.com/rokucommunity/brighterscript/compare/v0.31.1...v0.31.2) - 2021-02-20
|
|
210
227
|
### Fixed
|
|
211
228
|
- transpile bug when a template string starts with an expression ([#327](https://github.com/rokucommunity/brighterscript/pull/327))
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
## [0.31.2] - 2021-02-18
|
|
216
229
|
### Changed
|
|
217
|
-
-
|
|
230
|
+
- when generating type definition files, include the namespace for every extends statement ([#324](https://github.com/rokucommunity/brighterscript/pull/324))
|
|
218
231
|
|
|
219
232
|
|
|
220
233
|
|
|
221
|
-
## [0.31.1] - 2021-02-18
|
|
234
|
+
## [0.31.1](https://github.com/rokucommunity/brighterscript/compare/v0.31.0...v0.31.1) - 2021-02-18
|
|
222
235
|
### Fixed
|
|
223
236
|
- prevent exception in codeAction functionality when file cannot be found in a `Program`
|
|
224
237
|
|
|
225
238
|
|
|
226
239
|
|
|
227
|
-
## [0.31.0] - 2021-02-17
|
|
240
|
+
## [0.31.0](https://github.com/rokucommunity/brighterscript/compare/v0.30.9...v0.31.0) - 2021-02-17
|
|
228
241
|
### Added
|
|
229
242
|
- plugin and language server support for [codeActions](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction)
|
|
230
243
|
- codeAction to add missing `extends` attribute in components
|
|
@@ -234,7 +247,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
234
247
|
|
|
235
248
|
|
|
236
249
|
|
|
237
|
-
## [0.30.9] - 2021-02-15
|
|
250
|
+
## [0.30.9](https://github.com/rokucommunity/brighterscript/compare/v0.30.8...v0.30.9) - 2021-02-15
|
|
238
251
|
### Fixed
|
|
239
252
|
- prevent excess validations when non-workspace files are changed ([#315](https://github.com/rokucommunity/brighterscript/pull/315))
|
|
240
253
|
- catch errors when getting signatures ([#285](https://github.com/rokucommunity/brighterscript/pull/285))
|
|
@@ -242,7 +255,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
242
255
|
|
|
243
256
|
|
|
244
257
|
|
|
245
|
-
## [0.30.8] - 2021-02-12
|
|
258
|
+
## [0.30.8](https://github.com/rokucommunity/brighterscript/compare/v0.30.7...v0.30.8) - 2021-02-12
|
|
246
259
|
### Changed
|
|
247
260
|
- add additional logging in `Program.removeFile`
|
|
248
261
|
### Fixed
|
|
@@ -251,20 +264,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
251
264
|
|
|
252
265
|
|
|
253
266
|
|
|
254
|
-
## [0.30.7] - 2021-02-11
|
|
267
|
+
## [0.30.7](https://github.com/rokucommunity/brighterscript/compare/v0.30.6...v0.30.7) - 2021-02-11
|
|
255
268
|
### Fixed
|
|
256
269
|
- bug in `getSignatureHelp` that wouldn't work for function calls with no leading whitespace. ([#307](https://github.com/rokucommunity/brighterscript/issues/307))
|
|
257
270
|
|
|
258
271
|
|
|
259
272
|
|
|
260
|
-
## [0.30.6] - 2021-02-07
|
|
273
|
+
## [0.30.6](https://github.com/rokucommunity/brighterscript/compare/v0.30.5...v0.30.6) - 2021-02-07
|
|
261
274
|
### Fixed
|
|
262
275
|
- bad transpile for nested class method super calls
|
|
263
276
|
- SceneGraph node attributes being wrongly removed when modifying attributes
|
|
264
277
|
|
|
265
278
|
|
|
266
279
|
|
|
267
|
-
## [0.30.5] - 2021-02-03
|
|
280
|
+
## [0.30.5](https://github.com/rokucommunity/brighterscript/compare/v0.30.4...v0.30.5) - 2021-02-03
|
|
268
281
|
### Added
|
|
269
282
|
- syntax support for dim statements
|
|
270
283
|
- completion and code navigation for labels
|
|
@@ -273,33 +286,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
273
286
|
|
|
274
287
|
|
|
275
288
|
|
|
276
|
-
## [0.30.4] - 2021-02-02
|
|
289
|
+
## [0.30.4](https://github.com/rokucommunity/brighterscript/compare/v0.30.3...v0.30.4) - 2021-02-02
|
|
277
290
|
### Fixed
|
|
278
291
|
- fixed crash during validation caused by a missing function body when parsing malformed code
|
|
279
292
|
|
|
280
293
|
|
|
281
294
|
|
|
282
|
-
## [0.30.3] - 2021-02-01
|
|
295
|
+
## [0.30.3](https://github.com/rokucommunity/brighterscript/compare/v0.30.2...v0.30.3) - 2021-02-01
|
|
283
296
|
### Fixed
|
|
284
297
|
- performance issue when transpiling larger projects, even when no brighterscript code was used
|
|
285
298
|
|
|
286
299
|
|
|
287
300
|
|
|
288
|
-
## [0.30.2] - 2021-01-31
|
|
301
|
+
## [0.30.2](https://github.com/rokucommunity/brighterscript/compare/v0.30.1...v0.30.2) - 2021-01-31
|
|
289
302
|
### Fixed
|
|
290
303
|
- xml parse error crashing validation ((#294)[https://github.com/rokucommunity/brighterscript/pull/294])
|
|
291
304
|
- better handling for `createStringLiteral` ((#292)[https://github.com/rokucommunity/brighterscript/pull/292])
|
|
292
305
|
|
|
293
306
|
|
|
294
307
|
|
|
295
|
-
## [0.30.1] - 2021-01-29
|
|
308
|
+
## [0.30.1](https://github.com/rokucommunity/brighterscript/compare/v0.30.0...v0.30.1) - 2021-01-29
|
|
296
309
|
### Fixed
|
|
297
310
|
- bug that would crash while transpiling if a script tag didn't have a `type` attribute
|
|
298
311
|
- XML transpile now honors the `sourceMap` option
|
|
299
312
|
|
|
300
313
|
|
|
301
314
|
|
|
302
|
-
## [0.30.0] - 2021-01-26
|
|
315
|
+
## [0.30.0](https://github.com/rokucommunity/brighterscript/compare/v0.27.0...v0.28.0) - 2021-01-26
|
|
303
316
|
### Added
|
|
304
317
|
- null coalescing operator (see [the docs](https://github.com/rokucommunity/brighterscript/blob/master/docs/null-coalescing-operator.md) for more information)
|
|
305
318
|
### Fixed
|
|
@@ -307,13 +320,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
307
320
|
|
|
308
321
|
|
|
309
322
|
|
|
310
|
-
## [0.29.0] - 2021-01-25
|
|
323
|
+
## [0.29.0](https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0) - 2021-01-25
|
|
311
324
|
### Added
|
|
312
325
|
- ternary operator (see [the docs](https://github.com/rokucommunity/brighterscript/blob/master/docs/ternary-operator.md) for more information)
|
|
313
326
|
|
|
314
327
|
|
|
315
328
|
|
|
316
|
-
## [0.28.2] - 2021-01-22
|
|
329
|
+
## [0.28.2](https://github.com/rokucommunity/brighterscript/compare/v0.25.0...v0.26.0) - 2021-01-22
|
|
317
330
|
### Changed
|
|
318
331
|
- config loading functions from `util.ts` are now run synchronously
|
|
319
332
|
### Fixed
|
|
@@ -322,7 +335,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
322
335
|
|
|
323
336
|
|
|
324
337
|
|
|
325
|
-
## [0.28.1] - 2021-01-19
|
|
338
|
+
## [0.28.1](https://github.com/rokucommunity/brighterscript/compare/v0.24.2...v0.25.0) - 2021-01-19
|
|
326
339
|
### Changed
|
|
327
340
|
- (For plugin authors) refactored many async methods into sync methods to simplify file creation/management. ([#278](https://github.com/rokucommunity/brighterscript/pull/278))
|
|
328
341
|
### Fixed
|
|
@@ -331,7 +344,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
331
344
|
|
|
332
345
|
|
|
333
346
|
|
|
334
|
-
## [0.28.0] - 2021-01-16
|
|
347
|
+
## [0.28.0](https://github.com/rokucommunity/brighterscript/compare/v0.27.0...v0.28.0) - 2021-01-16
|
|
335
348
|
### Added
|
|
336
349
|
- annotation support for classes and class methods ([#270](https://github.com/rokucommunity/brighterscript/pull/270))
|
|
337
350
|
### fixed
|
|
@@ -339,13 +352,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
339
352
|
|
|
340
353
|
|
|
341
354
|
|
|
342
|
-
## [0.27.0] - 2021-01-15
|
|
355
|
+
## [0.27.0](https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0) - 2021-01-15
|
|
343
356
|
### Changed
|
|
344
357
|
- plugin system changed to require a factory function instead of a singleton object ([#272](https://github.com/rokucommunity/brighterscript/pull/272))
|
|
345
358
|
|
|
346
359
|
|
|
347
360
|
|
|
348
|
-
## [0.26.0] - 2021-01-14
|
|
361
|
+
## [0.26.0](https://github.com/rokucommunity/brighterscript/compare/v0.25.0...v0.26.0) - 2021-01-14
|
|
349
362
|
### Added
|
|
350
363
|
- proper XML AST support
|
|
351
364
|
- component interface validation
|
|
@@ -353,25 +366,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
353
366
|
|
|
354
367
|
|
|
355
368
|
|
|
356
|
-
## [0.25.0] - 2021-01-12
|
|
369
|
+
## [0.25.0](https://github.com/rokucommunity/brighterscript/compare/v0.24.2...v0.25.0) - 2021-01-12
|
|
357
370
|
### Added
|
|
358
371
|
- support for passing custom types as function parameters and return types ([#262](https://github.com/rokucommunity/brighterscript/issues/262))
|
|
359
372
|
|
|
360
373
|
|
|
361
374
|
|
|
362
|
-
## [0.24.2] - 2021-01-11
|
|
375
|
+
## [0.24.2](https://github.com/rokucommunity/brighterscript/compare/v0.24.1...v0.24.2) - 2021-01-11
|
|
363
376
|
### Fixed
|
|
364
377
|
- bug with transpiled child classes causing on-device stack overflows ([#267](https://github.com/rokucommunity/brighterscript/issues/267))
|
|
365
378
|
|
|
366
379
|
|
|
367
380
|
|
|
368
|
-
## [0.24.1] - 2021-01-09
|
|
381
|
+
## [0.24.1](https://github.com/rokucommunity/brighterscript/compare/v0.24.0...v0.24.1) - 2021-01-09
|
|
369
382
|
### Changed
|
|
370
383
|
- upgraded to [roku-deploy@3.2.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#324---2021-01-08)
|
|
371
384
|
|
|
372
385
|
|
|
373
386
|
|
|
374
|
-
## [0.24.0] - 2021-01-08
|
|
387
|
+
## [0.24.0](https://github.com/rokucommunity/brighterscript/compare/v0.23.2...v0.24.0) - 2021-01-08
|
|
375
388
|
### Added
|
|
376
389
|
- `sourceMap` option to enable/disable generating sourcemaps
|
|
377
390
|
### Changed
|
|
@@ -379,14 +392,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
379
392
|
|
|
380
393
|
|
|
381
394
|
|
|
382
|
-
## [0.23.2] - 2020-01-06
|
|
395
|
+
## [0.23.2](https://github.com/rokucommunity/brighterscript/compare/v0.23.1...v0.23.2) - 2020-01-06
|
|
383
396
|
### Fixed
|
|
384
397
|
- `isLiteralInvalid` was causing infinite recursion.
|
|
385
398
|
- lock `vscode-languageserver-protocol` package version to prevent issues with vscode not following semantic versioning.
|
|
386
399
|
|
|
387
400
|
|
|
388
401
|
|
|
389
|
-
## [0.23.1] - 2020-12-22
|
|
402
|
+
## [0.23.1](https://github.com/rokucommunity/brighterscript/compare/v0.23.0...v0.23.1) - 2020-12-22
|
|
390
403
|
### Changed
|
|
391
404
|
- renamed `Scope.getFiles()` to `Scope.getAllFiles()` and added a new function called `Scope.getOwnFiles()`
|
|
392
405
|
### Fixed
|
|
@@ -394,7 +407,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
394
407
|
|
|
395
408
|
|
|
396
409
|
|
|
397
|
-
## [0.23.0] - 2020-12-18
|
|
410
|
+
## [0.23.0](https://github.com/rokucommunity/brighterscript/compare/v0.22.1...v0.23.0) - 2020-12-18
|
|
398
411
|
### Changed
|
|
399
412
|
- AST parser refactoring ([#244](https://github.com/rokucommunity/brighterscript/pull/244))
|
|
400
413
|
- Make `ElseIf` into an `ElseIfStatement`
|
|
@@ -409,19 +422,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
409
422
|
|
|
410
423
|
|
|
411
424
|
|
|
412
|
-
## [0.22.1] - 2020-12-14
|
|
425
|
+
## [0.22.1](https://github.com/rokucommunity/brighterscript/compare/v0.22.0...v0.22.1) - 2020-12-14
|
|
413
426
|
### Fixed
|
|
414
427
|
- small bug introduced by vscode-languageserver causing crashes anytime negative range values are provided.
|
|
415
428
|
|
|
416
429
|
|
|
417
430
|
|
|
418
|
-
## [0.22.0] - 2020-11-23
|
|
431
|
+
## [0.22.0](https://github.com/rokucommunity/brighterscript/compare/v0.21.0...v0.22.0) - 2020-11-23
|
|
419
432
|
### Added
|
|
420
433
|
- `try/catch` and `throw` syntax support [#218](https://github.com/rokucommunity/brighterscript/issues/218)
|
|
421
434
|
|
|
422
435
|
|
|
423
436
|
|
|
424
|
-
## [0.21.0] - 2020-11-19
|
|
437
|
+
## [0.21.0](https://github.com/rokucommunity/brighterscript/compare/v0.20.1...v0.21.0) - 2020-11-19
|
|
425
438
|
### Added
|
|
426
439
|
- Catch when local variables and scope functions have the same name as a class. ([#246](https://github.com/rokucommunity/brighterscript/pull/246))
|
|
427
440
|
- Catch when functions use keyword names ([#247](https://github.com/rokucommunity/brighterscript/pull/247))
|
|
@@ -437,20 +450,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
437
450
|
- remove eliminated `BrsType` items from `reflection.ts`.
|
|
438
451
|
|
|
439
452
|
|
|
440
|
-
## [0.20.1] - 2020-11-16
|
|
453
|
+
## [0.20.1](https://github.com/rokucommunity/brighterscript/compare/v0.20.0...v0.20.1) - 2020-11-16
|
|
441
454
|
### Changed
|
|
442
455
|
- load plugins relatively to the project ([#242](https://github.com/rokucommunity/brighterscript/pull/242))
|
|
443
456
|
- modified reflection utilities so they are compatible with TS strict null checks ([#243](https://github.com/rokucommunity/brighterscript/pull/243))
|
|
444
457
|
|
|
445
458
|
|
|
446
459
|
|
|
447
|
-
## [0.20.0] - 2020-11-13
|
|
460
|
+
## [0.20.0](https://github.com/rokucommunity/brighterscript/compare/v0.19.0...v0.20.0) - 2020-11-13
|
|
448
461
|
### Added
|
|
449
462
|
- more language server features: onWorkspaceSymbol, onSignatureHelp, onDocumentSymbol, onReferences, improve onDefinition ([#191](https://github.com/rokucommunity/brighterscript/pull/191))
|
|
450
463
|
|
|
451
464
|
|
|
452
465
|
|
|
453
|
-
## [0.19.0] - 2020-11-04
|
|
466
|
+
## [0.19.0](https://github.com/rokucommunity/brighterscript/compare/v0.18.2...v0.19.0) - 2020-11-04
|
|
454
467
|
### Changed
|
|
455
468
|
- `emitDefinitions` now defaults to `false` (it previously defaulted to `true`)
|
|
456
469
|
### Fixed
|
|
@@ -458,13 +471,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
458
471
|
|
|
459
472
|
|
|
460
473
|
|
|
461
|
-
## [0.18.2] - 2020-11-2
|
|
474
|
+
## [0.18.2](https://github.com/rokucommunity/brighterscript/compare/v0.18.1...v0.18.2) - 2020-11-2
|
|
462
475
|
### Fixed
|
|
463
476
|
- support on-demand parse for typedef-shadowed files ([#237](https://github.com/rokucommunity/brighterscript/pull/237))
|
|
464
477
|
|
|
465
478
|
|
|
466
479
|
|
|
467
|
-
## [0.18.1] - 2020-10-30
|
|
480
|
+
## [0.18.1](https://github.com/rokucommunity/brighterscript/compare/v0.18.0...v0.18.1) - 2020-10-30
|
|
468
481
|
### Fixed
|
|
469
482
|
- exclude bs1100 for typedef files (`Missing "super()" call in class constructor method.`)
|
|
470
483
|
- fix some invalid class field types in typedef files
|
|
@@ -472,25 +485,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
472
485
|
|
|
473
486
|
|
|
474
487
|
|
|
475
|
-
## [0.18.0] - 2020-10-30
|
|
488
|
+
## [0.18.0](https://github.com/rokucommunity/brighterscript/compare/v0.17.0...v0.18.0) - 2020-10-30
|
|
476
489
|
### Added
|
|
477
490
|
- support for consuming and producing type definitions. ([188](https://github.com/rokucommunity/brighterscript/pull/188))
|
|
478
491
|
|
|
479
492
|
|
|
480
493
|
|
|
481
|
-
## [0.17.0] - 2020-10-27
|
|
494
|
+
## [0.17.0](https://github.com/rokucommunity/brighterscript/compare/v0.16.12...v0.17.0) - 2020-10-27
|
|
482
495
|
### Added
|
|
483
496
|
- Annotation syntax and AST support ([#234](https://github.com/rokucommunity/brighterscript/pull/234))
|
|
484
497
|
|
|
485
498
|
|
|
486
499
|
|
|
487
|
-
## [0.16.12] - 2020-10-21
|
|
500
|
+
## [0.16.12](https://github.com/rokucommunity/brighterscript/compare/v0.16.11...v0.16.12) - 2020-10-21
|
|
488
501
|
### Fixed
|
|
489
502
|
- parser bug when there was a trailing colon after `for` or `while` loop statements ([#230](https://github.com/rokucommunity/brighterscript/pull/230))
|
|
490
503
|
|
|
491
504
|
|
|
492
505
|
|
|
493
|
-
## [0.16.11] - 2020-10-20
|
|
506
|
+
## [0.16.11](https://github.com/rokucommunity/brighterscript/compare/v0.16.10...v0.16.11 - 2020-10-20
|
|
494
507
|
### Fixed
|
|
495
508
|
- bug when using single quotes in an xml script tag
|
|
496
509
|
### Changed
|
|
@@ -498,14 +511,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
498
511
|
|
|
499
512
|
|
|
500
513
|
|
|
501
|
-
## [0.16.10] - 2020-10-20
|
|
514
|
+
## [0.16.10](https://github.com/rokucommunity/brighterscript/compare/v0.16.9...v0.16.10) - 2020-10-20
|
|
502
515
|
### Fixed
|
|
503
516
|
- prevent crash when a callable has the same name as a javascript reserved name ([#226](https://github.com/rokucommunity/brighterscript/pull/226))
|
|
504
517
|
- prevent crash when `import` statement is malformed ([#224](https://github.com/rokucommunity/brighterscript/pull/224))
|
|
505
518
|
|
|
506
519
|
|
|
507
520
|
|
|
508
|
-
## [0.16.9] - 2020-10-18
|
|
521
|
+
## [0.16.9](https://github.com/rokucommunity/brighterscript/compare/v0.16.8...v0.16.9) - 2020-10-18
|
|
509
522
|
### Fixed
|
|
510
523
|
- reduce language server throttle for validation and parsing now that those have improved performance.
|
|
511
524
|
- massively improve validation performance by refactoring `getFileByPkgPath`
|
|
@@ -514,33 +527,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
514
527
|
|
|
515
528
|
|
|
516
529
|
|
|
517
|
-
## [0.16.8] - 2020-10-15
|
|
530
|
+
## [0.16.8](https://github.com/rokucommunity/brighterscript/compare/v0.16.7...v0.16.8) - 2020-10-15
|
|
518
531
|
### Fixed
|
|
519
532
|
- 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))
|
|
520
533
|
- Drop expensive AST walking for collecting property names and instead collect them as part of parsing
|
|
521
534
|
|
|
522
535
|
|
|
523
536
|
|
|
524
|
-
## [0.16.7] - 2020-10-13
|
|
537
|
+
## [0.16.7](https://github.com/rokucommunity/brighterscript/compare/v0.16.6...v0.16.7) - 2020-10-13
|
|
525
538
|
### Fixed
|
|
526
539
|
- bug when finding `bsconfig.json` that would use the wrong cwd in multi-workspace language server situations.
|
|
527
540
|
- bug when transpiling in-memory-only files. ([#212](https://github.com/rokucommunity/brighterscript/pull/212))
|
|
528
541
|
|
|
529
542
|
|
|
530
543
|
|
|
531
|
-
## [0.16.6] - 2020-10-13
|
|
544
|
+
## [0.16.6](https://github.com/rokucommunity/brighterscript/compare/v0.16.5...v0.16.6) - 2020-10-13
|
|
532
545
|
### Fixed
|
|
533
546
|
- quirk in the GitHub actions workflow that didn't publish the correct code.
|
|
534
547
|
|
|
535
548
|
|
|
536
549
|
|
|
537
|
-
## [0.16.5] - 2020-10-13
|
|
550
|
+
## [0.16.5](https://github.com/rokucommunity/brighterscript/compare/v0.16.4...v0.16.5) - 2020-10-13
|
|
538
551
|
### Fixed
|
|
539
552
|
- performance issue during the parse phase. We now defer certain collections until needed. ([#210](https://github.com/rokucommunity/brighterscript/pull/210))
|
|
540
553
|
|
|
541
554
|
|
|
542
555
|
|
|
543
|
-
## [0.16.4] - 2020-10-12
|
|
556
|
+
## [0.16.4](https://github.com/rokucommunity/brighterscript/compare/v0.16.3...v0.16.4) - 2020-10-12
|
|
544
557
|
### Changed
|
|
545
558
|
- 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))
|
|
546
559
|
### Fixed
|
|
@@ -549,7 +562,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
549
562
|
|
|
550
563
|
|
|
551
564
|
|
|
552
|
-
## [0.16.3] - 2020-10-11
|
|
565
|
+
## [0.16.3](https://github.com/rokucommunity/brighterscript/compare/v0.16.2...v0.16.3) - 2020-10-11
|
|
553
566
|
### Changed
|
|
554
567
|
- Add generic type parameter for `Program` add functions.
|
|
555
568
|
- Export `BscType` type to simplify `BrsFile | XmlFile` usage everywhere.
|
|
@@ -558,13 +571,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
558
571
|
|
|
559
572
|
|
|
560
573
|
|
|
561
|
-
## [0.16.2] - 2020-10-09
|
|
574
|
+
## [0.16.2](https://github.com/rokucommunity/brighterscript/compare/v0.16.1...v0.16.2) - 2020-10-09
|
|
562
575
|
### Fixed
|
|
563
576
|
- critical bug in diagnostic printing that would crash the program if a diagnostic was missing a valid range.
|
|
564
577
|
|
|
565
578
|
|
|
566
579
|
|
|
567
|
-
## [0.16.1] - 2020-10-03
|
|
580
|
+
## [0.16.1](https://github.com/rokucommunity/brighterscript/compare/v0.16.0...v0.16.1) - 2020-10-03
|
|
568
581
|
### Changed
|
|
569
582
|
- rename `isEscapedCharCodeLiteral` to `isEscapedCharCodeLiteralExpression` to match other expression class names
|
|
570
583
|
- rename `FunctionParameter` to `FunctionParameterExpression` to match other expression class names
|
|
@@ -575,7 +588,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
575
588
|
|
|
576
589
|
|
|
577
590
|
|
|
578
|
-
## [0.16.0] - 2020-10-02
|
|
591
|
+
## [0.16.0](https://github.com/rokucommunity/brighterscript/compare/v0.15.2...v0.16.0) - 2020-10-02
|
|
579
592
|
### Added
|
|
580
593
|
- `Expression.walk` and `Statement.walk` functions which provide shallow or deep walking of the AST
|
|
581
594
|
- Many `ast` reflection methods to be used instead of `instanceof`.
|
|
@@ -588,38 +601,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
588
601
|
|
|
589
602
|
|
|
590
603
|
|
|
591
|
-
## [0.15.2] - 2020-10-01
|
|
604
|
+
## [0.15.2](https://github.com/rokucommunity/brighterscript/compare/v0.15.1...v0.15.2) - 2020-10-01
|
|
592
605
|
### Fixed
|
|
593
606
|
- 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))
|
|
594
607
|
|
|
595
608
|
|
|
596
609
|
|
|
597
|
-
## [0.15.1] - 2020-09-30
|
|
610
|
+
## [0.15.1](https://github.com/rokucommunity/brighterscript/compare/v0.15.0...v0.15.1) - 2020-09-30
|
|
598
611
|
### Fixed
|
|
599
612
|
- improved performance in the lexer and parser
|
|
600
613
|
- potential for accidentally changing `cwd` during bsconfig resolving
|
|
601
614
|
|
|
602
615
|
|
|
603
616
|
|
|
604
|
-
## [0.15.0] - 2020-09-18
|
|
617
|
+
## [0.15.0](https://github.com/rokucommunity/brighterscript/compare/v0.14.0...v0.15.0) - 2020-09-18
|
|
605
618
|
### Added
|
|
606
619
|
- plugin API to allow visibility into the various compiler phases. This is currently in alpha. ([#170](https://github.com/rokucommunity/brighterscript/pull/170))
|
|
607
620
|
|
|
608
621
|
|
|
609
622
|
|
|
610
|
-
## [0.14.0] - 2020-09-04
|
|
623
|
+
## [0.14.0](https://github.com/rokucommunity/brighterscript/compare/v0.13.2...v0.14.0) - 2020-09-04
|
|
611
624
|
### Changed
|
|
612
625
|
- Add error diagnostic BS1115 which flags duplicate component names [#186](https://github.com/rokucommunity/brighterscript/pull/186)
|
|
613
626
|
|
|
614
627
|
|
|
615
628
|
|
|
616
|
-
## [0.13.2] - 2020-08-31
|
|
629
|
+
## [0.13.2](https://github.com/rokucommunity/brighterscript/compare/v0.13.1...v0.13.2) - 2020-08-31
|
|
617
630
|
### Changed
|
|
618
631
|
- Upgraded BS1104 to error (previously a warning) and refined the messaging.
|
|
619
632
|
|
|
620
633
|
|
|
621
634
|
|
|
622
|
-
## [0.13.1] - 2020-08-14
|
|
635
|
+
## [0.13.1](https://github.com/rokucommunity/brighterscript/compare/v0.13.0...v0.13.1) - 2020-08-14
|
|
623
636
|
### Changed
|
|
624
637
|
- upgraded to [roku-deploy@3.2.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#323---2020-08-14)
|
|
625
638
|
- throw exception when copying to staging folder and `rootDir` does not exist in the file system
|
|
@@ -627,26 +640,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
627
640
|
|
|
628
641
|
|
|
629
642
|
|
|
630
|
-
## [0.13.0] - 2020-08-10
|
|
643
|
+
## [0.13.0](https://github.com/rokucommunity/brighterscript/compare/v0.12.4...v0.13.0) - 2020-08-10
|
|
631
644
|
### Added
|
|
632
645
|
- ability to mark the `extends` and `project` options in `bsconfig.json`, API and CLI as optional.
|
|
633
646
|
|
|
634
647
|
|
|
635
648
|
|
|
636
|
-
## [0.12.4] - 2020-08-06
|
|
649
|
+
## [0.12.4](https://github.com/rokucommunity/brighterscript/compare/v0.12.3...v0.12.4) - 2020-08-06
|
|
637
650
|
### Fixed
|
|
638
651
|
- bug in cli that wouldn't properly read bsconfig values. [#167](https://github.com/rokucommunity/brighterscript/issues/167)
|
|
639
652
|
- bug in cli that doesn't use `retain-staging-folder` argument properly. [#168](https://github.com/rokucommunity/brighterscript/issues/168)
|
|
640
653
|
|
|
641
654
|
|
|
642
655
|
|
|
643
|
-
## [0.12.3] - 2020-08-03
|
|
656
|
+
## [0.12.3](https://github.com/rokucommunity/brighterscript/compare/v0.12.2...v0.12.3) - 2020-08-03
|
|
644
657
|
### Fixed
|
|
645
658
|
- 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.
|
|
646
659
|
|
|
647
660
|
|
|
648
661
|
|
|
649
|
-
## [0.12.2] - 2020-07-16
|
|
662
|
+
## [0.12.2](https://github.com/rokucommunity/brighterscript/compare/v0.12.1...v0.12.2) - 2020-07-16
|
|
650
663
|
### Added
|
|
651
664
|
- Expose `ProgramBuilder.transpile()` method to make it easier for tools to transpile programmatically. [#154](https://github.com/rokucommunity/brighterscript/issues/154)
|
|
652
665
|
### Fixed
|
|
@@ -654,7 +667,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
654
667
|
|
|
655
668
|
|
|
656
669
|
|
|
657
|
-
## [0.12.1] - 2020-07-15
|
|
670
|
+
## [0.12.1](https://github.com/rokucommunity/brighterscript/compare/v0.12.0...v0.12.1) - 2020-07-15
|
|
658
671
|
### Changed
|
|
659
672
|
- upgraded to [roku-deploy@3.2.2](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#322---2020-07-14)
|
|
660
673
|
### Fixed
|
|
@@ -662,7 +675,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
662
675
|
|
|
663
676
|
|
|
664
677
|
|
|
665
|
-
## [0.12.0] - 2020-07-09
|
|
678
|
+
## [0.12.0](https://github.com/rokucommunity/brighterscript/compare/v0.11.2...v0.12.0) - 2020-07-09
|
|
666
679
|
### Added
|
|
667
680
|
- `diagnosticLevel` option to limit/control the noise in the console diagnostics
|
|
668
681
|
### Changed
|
|
@@ -674,7 +687,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
674
687
|
|
|
675
688
|
|
|
676
689
|
|
|
677
|
-
## [0.11.2] - 2020-07-09
|
|
690
|
+
## [0.11.2](https://github.com/rokucommunity/brighterscript/compare/v0.11.1...v0.11.2) - 2020-07-09
|
|
678
691
|
### Changed
|
|
679
692
|
- add 350ms debounce in LanguageServer `onDidChangeWatchedFiles` to increase performance by reducing the number of times a file is parsed and validated.
|
|
680
693
|
### Fixed
|
|
@@ -684,7 +697,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
684
697
|
|
|
685
698
|
|
|
686
699
|
|
|
687
|
-
## [0.11.1] - 2020-07-07
|
|
700
|
+
## [0.11.1](https://github.com/rokucommunity/brighterscript/compare/v0.11.0...v0.11.1) - 2020-07-07
|
|
688
701
|
### Added
|
|
689
702
|
- diagnostic for unknown file reference in import statements ([#139](https://github.com/rokucommunity/brighterscript/pull/139))
|
|
690
703
|
### Changed
|
|
@@ -697,7 +710,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
697
710
|
|
|
698
711
|
|
|
699
712
|
|
|
700
|
-
## [0.11.0] - 2020-07-06
|
|
713
|
+
## [0.11.0](https://github.com/rokucommunity/brighterscript/compare/v0.10.10...v0.11.0) - 2020-07-06
|
|
701
714
|
### Added
|
|
702
715
|
- [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))
|
|
703
716
|
- `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))
|
|
@@ -707,18 +720,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
707
720
|
|
|
708
721
|
|
|
709
722
|
|
|
710
|
-
## [0.10.11] - 2020-07-05
|
|
723
|
+
## [0.10.11](https://github.com/rokucommunity/brighterscript/compare/v0.10.10...v0.10.11) - 2020-07-05
|
|
711
724
|
- Fix bug that would fail to copy files to staging without explicitly specifying `stagingFolderpath`. [#129](https://github.com/rokucommunity/brighterscript/issues/129)
|
|
712
725
|
|
|
713
726
|
|
|
714
727
|
|
|
715
|
-
## [0.10.10] - 2020-06-12
|
|
728
|
+
## [0.10.10](https://github.com/rokucommunity/brighterscript/compare/v0.10.9...v0.10.10) - 2020-06-12
|
|
716
729
|
### Fixed
|
|
717
730
|
- include the missing `bslib.brs` file in the npm package which was causing errors during transpile.
|
|
718
731
|
|
|
719
732
|
|
|
720
733
|
|
|
721
|
-
## [0.10.9] 2020-06-12
|
|
734
|
+
## [0.10.9](https://github.com/rokucommunity/brighterscript/compare/v0.10.8...v0.10.9) 2020-06-12
|
|
722
735
|
### Added
|
|
723
736
|
- bslib.brs gets copied to `pkg:/source` and added as an import to every component on transpile.
|
|
724
737
|
- several timing logs under the `"info"` log level.
|
|
@@ -730,32 +743,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
730
743
|
|
|
731
744
|
|
|
732
745
|
|
|
733
|
-
## [0.10.8] - 2020-06-09
|
|
746
|
+
## [0.10.8](https://github.com/rokucommunity/brighterscript/compare/v0.10.7...v0.10.8) - 2020-06-09
|
|
734
747
|
### Fixed
|
|
735
748
|
- Allow leading spcaes for `bs:disable-line` and `bs:disable-next-line` comments ([#108](https://github.com/rokucommunity/brighterscript/pull/108))
|
|
736
749
|
|
|
737
750
|
|
|
738
751
|
|
|
739
|
-
## [0.10.7] - 2020-06-08
|
|
752
|
+
## [0.10.7](https://github.com/rokucommunity/brighterscript/compare/v0.10.6...v0.10.7) - 2020-06-08
|
|
740
753
|
### Fixed
|
|
741
754
|
- bug in cli that was always returning a nonzero error code
|
|
742
755
|
|
|
743
756
|
|
|
744
757
|
|
|
745
|
-
## [0.10.6] - 2020-06-05
|
|
758
|
+
## [0.10.6](https://github.com/rokucommunity/brighterscript/compare/v0.10.5...v0.10.6) - 2020-06-05
|
|
746
759
|
### Fixed
|
|
747
760
|
- incorrect definition for global `Left()` function. ([#100](https://github.com/rokucommunity/brighterscript/issues/100))
|
|
748
761
|
- missing definition for global `Tab()` and `Pos()` functions ([#101](https://github.com/rokucommunity/brighterscript/issues/101))
|
|
749
762
|
|
|
750
763
|
|
|
751
764
|
|
|
752
|
-
## [0.10.5] - 2020-06-04
|
|
765
|
+
## [0.10.5](https://github.com/rokucommunity/brighterscript/compare/v0.10.4...v0.10.5) - 2020-06-04
|
|
753
766
|
### Changed
|
|
754
767
|
- added better logging for certain critical language server crashes
|
|
755
768
|
|
|
756
769
|
|
|
757
770
|
|
|
758
|
-
## [0.10.4] - 2020-05-28
|
|
771
|
+
## [0.10.4](https://github.com/rokucommunity/brighterscript/compare/v0.10.3...v0.10.4) - 2020-05-28
|
|
759
772
|
### Fixed
|
|
760
773
|
- 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))
|
|
761
774
|
- flag parameter with same name as namespace
|
|
@@ -764,14 +777,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
764
777
|
|
|
765
778
|
|
|
766
779
|
|
|
767
|
-
## [0.10.3] - 2020-05-27
|
|
780
|
+
## [0.10.3](https://github.com/rokucommunity/brighterscript/compare/v0.10.2...v0.10.3) - 2020-05-27
|
|
768
781
|
### Changed
|
|
769
782
|
- tokenizing a string with no closing quote will now include all of the text until the end of the line.
|
|
770
783
|
- language server `TranspileFile` command now waits until the program is finished building before trying to transpile.
|
|
771
784
|
|
|
772
785
|
|
|
773
786
|
|
|
774
|
-
## [0.10.2] - 2020-05-23
|
|
787
|
+
## [0.10.2](https://github.com/rokucommunity/brighterscript/compare/v0.10.1...v0.10.2) - 2020-05-23
|
|
775
788
|
### Added
|
|
776
789
|
- language server command `TranspileFile` which will return the transpiled contents of the requested file.
|
|
777
790
|
### Fixed
|
|
@@ -780,7 +793,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
780
793
|
|
|
781
794
|
|
|
782
795
|
|
|
783
|
-
## [0.10.1] - 2020-05-22
|
|
796
|
+
## [0.10.1](https://github.com/rokucommunity/brighterscript/compare/v0.10.0...v0.10.1) - 2020-05-22
|
|
784
797
|
### Fixed
|
|
785
798
|
- transpile bug for compound assignment statements (such as `+=`, `-=`) ([#87](https://github.com/rokucommunity/brighterscript/issues/87))
|
|
786
799
|
- transpile bug that was inserting function parameter types before default values ([#88](https://github.com/rokucommunity/brighterscript/issues/88))
|
|
@@ -788,13 +801,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
788
801
|
|
|
789
802
|
|
|
790
803
|
|
|
791
|
-
## [0.10.0] - 2020-05-19
|
|
804
|
+
## [0.10.0](https://github.com/rokucommunity/brighterscript/compare/v0.9.8...v0.10.0) - 2020-05-19
|
|
792
805
|
### Added
|
|
793
806
|
- new callfunc operator.
|
|
794
807
|
|
|
795
808
|
|
|
796
809
|
|
|
797
|
-
## [0.9.8] - 2020-05-16
|
|
810
|
+
## [0.9.8](https://github.com/rokucommunity/brighterscript/compare/v0.9.7...v0.9.8) - 2020-05-16
|
|
798
811
|
### Changed
|
|
799
812
|
- the inner event system handling file changes. This should fix several race conditions causing false negatives during CLI runs.
|
|
800
813
|
### Fixed
|
|
@@ -802,7 +815,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
802
815
|
|
|
803
816
|
|
|
804
817
|
|
|
805
|
-
## [0.9.7] - 2020-05-14
|
|
818
|
+
## [0.9.7](https://github.com/rokucommunity/brighterscript/compare/v0.9.6...v0.9.7) - 2020-05-14
|
|
806
819
|
### Changed
|
|
807
820
|
- TypeScript target to "ES2017" which provides a significant performance boost in lexer (~30%) and parser (~175%)
|
|
808
821
|
### Fixed
|
|
@@ -812,7 +825,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
812
825
|
|
|
813
826
|
|
|
814
827
|
|
|
815
|
-
## [0.9.6] - 2020-05-11
|
|
828
|
+
## [0.9.6](https://github.com/rokucommunity/brighterscript/compare/v0.9.5...v0.9.6) - 2020-05-11
|
|
816
829
|
### Added
|
|
817
830
|
- `logLevel` option from the bsconfig.json and command prompt that allows specifying how much detain the logging should contain.
|
|
818
831
|
- additional messages during cli run
|
|
@@ -824,7 +837,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
824
837
|
|
|
825
838
|
|
|
826
839
|
|
|
827
|
-
## [0.9.5] - 2020-05-06
|
|
840
|
+
## [0.9.5](https://github.com/rokucommunity/brighterscript/compare/v0.9.4...v0.9.5) - 2020-05-06
|
|
828
841
|
### Added
|
|
829
842
|
- new config option called `showDiagnosticsInConsole` which disables printing diagnostics to the console
|
|
830
843
|
### Fixed
|
|
@@ -834,7 +847,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
834
847
|
|
|
835
848
|
|
|
836
849
|
|
|
837
|
-
## [0.9.4] - 2020-05-05
|
|
850
|
+
## [0.9.4](https://github.com/rokucommunity/brighterscript/compare/v0.9.3...v0.9.4) - 2020-05-05
|
|
838
851
|
### Added
|
|
839
852
|
- diagnostic for detecting unnecessary script imports when `autoImportComponentScript` is enabled
|
|
840
853
|
### Changed
|
|
@@ -847,7 +860,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
847
860
|
|
|
848
861
|
|
|
849
862
|
|
|
850
|
-
## [0.9.3] - 2020-05-04
|
|
863
|
+
## [0.9.3](https://github.com/rokucommunity/brighterscript/compare/v0.9.2...v0.9.3) - 2020-05-04
|
|
851
864
|
### Changed
|
|
852
865
|
- do not show BRS1013 for standalone files ([#72](https://github.com/rokucommunity/brighterscript/issues/72))
|
|
853
866
|
- 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))
|
|
@@ -856,7 +869,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
856
869
|
|
|
857
870
|
|
|
858
871
|
|
|
859
|
-
## [0.9.2] - 2020-05-02
|
|
872
|
+
## [0.9.2](https://github.com/rokucommunity/brighterscript/compare/v0.9.1...v0.9.2) - 2020-05-02
|
|
860
873
|
### Changed
|
|
861
874
|
- intellisense anywhere other than next to a dot now includes keywords (#67)
|
|
862
875
|
|
|
@@ -867,19 +880,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
867
880
|
|
|
868
881
|
|
|
869
882
|
|
|
870
|
-
## [0.9.1] - 2020-05-01
|
|
883
|
+
## [0.9.1](https://github.com/rokucommunity/brighterscript/compare/v0.9.0...v0.9.1) - 2020-05-01
|
|
871
884
|
### Fixed
|
|
872
885
|
- bug with upper-case two-word conditional compile tokens (`#ELSE IF` and `#END IF`) (#63)
|
|
873
886
|
|
|
874
887
|
|
|
875
888
|
|
|
876
|
-
## [0.9.0] - 2020-05-01
|
|
889
|
+
## [0.9.0](https://github.com/rokucommunity/brighterscript/compare/v0.8.2...v0.9.0) - 2020-05-01
|
|
877
890
|
### Added
|
|
878
891
|
- new compile flag `autoImportComponentScript` which will automatically import a script for a component with the same name if it exists.
|
|
879
892
|
|
|
880
893
|
|
|
881
894
|
|
|
882
|
-
## [0.8.2] - 2020-04-29
|
|
895
|
+
## [0.8.2](https://github.com/rokucommunity/brighterscript/compare/v0.8.1...v0.8.2) - 2020-04-29
|
|
883
896
|
### Fixed
|
|
884
897
|
- bugs in namespace transpilation
|
|
885
898
|
- bugs in class transpilation
|
|
@@ -888,14 +901,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
888
901
|
|
|
889
902
|
|
|
890
903
|
|
|
891
|
-
## [0.8.1] - 2020-04-27
|
|
904
|
+
## [0.8.1](https://github.com/rokucommunity/brighterscript/compare/v0.8.0...v0.8.1) - 2020-04-27
|
|
892
905
|
### Fixed
|
|
893
906
|
- Bug where class property initializers would cause parse error
|
|
894
907
|
- better parse recovery for incomplete class members
|
|
895
908
|
|
|
896
909
|
|
|
897
910
|
|
|
898
|
-
## [0.8.0] - 2020-04-26
|
|
911
|
+
## [0.8.0](https://github.com/rokucommunity/brighterscript/compare/v0.7.2...v0.8.0) - 2020-04-26
|
|
899
912
|
### Added
|
|
900
913
|
- new `import` syntax for BrighterScript projects.
|
|
901
914
|
- experimental transpile support for xml files (converts `.bs` extensions to `.brs`, auto-appends the `import` statments to each xml component)
|
|
@@ -903,19 +916,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
903
916
|
- upgraded to vscode-languageserver@6.1.1
|
|
904
917
|
|
|
905
918
|
|
|
906
|
-
## [0.7.2] - 2020-04-24
|
|
919
|
+
## [0.7.2](https://github.com/rokucommunity/brighterscript/compare/v0.7.1...v0.7.2) - 2020-04-24
|
|
907
920
|
### Fixed
|
|
908
921
|
- runtime bug in the language server when validating incomplete class statements
|
|
909
922
|
|
|
910
923
|
|
|
911
924
|
|
|
912
|
-
## [0.7.1] - 2020-04-23
|
|
925
|
+
## [0.7.1](https://github.com/rokucommunity/brighterscript/compare/v0.7.0...v0.7.1) - 2020-04-23
|
|
913
926
|
### Fixed
|
|
914
927
|
- dependency issue: `glob` is required but was not listed as a dependency
|
|
915
928
|
|
|
916
929
|
|
|
917
930
|
|
|
918
|
-
## [0.7.0] - 2020-04-23
|
|
931
|
+
## [0.7.0](https://github.com/rokucommunity/brighterscript/compare/v0.6.0...v0.7.0) - 2020-04-23
|
|
919
932
|
### Added
|
|
920
933
|
- basic support for namespaces
|
|
921
934
|
- experimental parser support for import statements (no transpile yet)
|
|
@@ -924,7 +937,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
924
937
|
|
|
925
938
|
|
|
926
939
|
|
|
927
|
-
## [0.6.0] 2020-04-15
|
|
940
|
+
## [0.6.0](https://github.com/rokucommunity/brighterscript/compare/v0.5.4...v0.6.0) 2020-04-15
|
|
928
941
|
### Added
|
|
929
942
|
- ability to filter out diagnostics by using the `diagnosticFilters` option in bsconfig
|
|
930
943
|
### Changed
|
|
@@ -934,14 +947,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
934
947
|
|
|
935
948
|
|
|
936
949
|
|
|
937
|
-
## [0.5.4] 2020-04-13
|
|
950
|
+
## [0.5.4](https://github.com/rokucommunity/brighterscript/compare/v0.5.3...v0.5.4) 2020-04-13
|
|
938
951
|
### Fixed
|
|
939
952
|
- Syntax bug that wasn't allowing period before indexed get expression (example: `prop.["key"]`) (#58)
|
|
940
953
|
- Syntax bug preventing comments from being used in various locations within a class
|
|
941
954
|
|
|
942
955
|
|
|
943
956
|
|
|
944
|
-
## [0.5.3] - 2020-04-12
|
|
957
|
+
## [0.5.3](https://github.com/rokucommunity/brighterscript/compare/v0.5.2...v0.5.3) - 2020-04-12
|
|
945
958
|
### Added
|
|
946
959
|
- syntax support for the xml attribute operator (`node@someAttr`) (#34)
|
|
947
960
|
- syntax support for bitshift operators (`<<` and `>>`) (#50)
|
|
@@ -951,7 +964,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
951
964
|
|
|
952
965
|
|
|
953
966
|
|
|
954
|
-
## [0.5.2] - 2020-04-11
|
|
967
|
+
## [0.5.2](https://github.com/rokucommunity/brighterscript/compare/v0.5.1...v0.5.2) - 2020-04-11
|
|
955
968
|
### Changed
|
|
956
969
|
- 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)
|
|
957
970
|
### Fixed
|
|
@@ -960,13 +973,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
960
973
|
|
|
961
974
|
|
|
962
975
|
|
|
963
|
-
## [0.5.1] - 2020-04-10
|
|
976
|
+
## [0.5.1](https://github.com/rokucommunity/brighterscript/compare/v0.5.0...v0.5.1) - 2020-04-10
|
|
964
977
|
### Changed
|
|
965
978
|
- 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)
|
|
966
979
|
|
|
967
980
|
|
|
968
981
|
|
|
969
|
-
## [0.5.0] - 2020-04-10
|
|
982
|
+
## [0.5.0](https://github.com/rokucommunity/brighterscript/compare/v0.4.4...v0.5.0) - 2020-04-10
|
|
970
983
|
### Added
|
|
971
984
|
- several new diagnostics for conditional compiles. Some of them allow the parser to recover and continue.
|
|
972
985
|
- experimental class transpile support. There is still no intellisense for classes yet though.
|
|
@@ -979,31 +992,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
979
992
|
|
|
980
993
|
|
|
981
994
|
|
|
982
|
-
## [0.4.4] - 2020-04-04
|
|
995
|
+
## [0.4.4](https://github.com/rokucommunity/brighterscript/compare/v0.4.3...v0.4.4) - 2020-04-04
|
|
983
996
|
### Fixed
|
|
984
997
|
- bug in the ProgramBuilder that would terminate the program on first run if an error diagnostic was found, even when in watch mode.
|
|
985
998
|
|
|
986
999
|
|
|
987
1000
|
|
|
988
|
-
## [0.4.3] - 2020-04-03
|
|
1001
|
+
## [0.4.3](https://github.com/rokucommunity/brighterscript/compare/v0.4.2...v0.4.3) - 2020-04-03
|
|
989
1002
|
### Changed
|
|
990
1003
|
- the `bsc` cli now emits a nonzero return code whenever parse errors are encountered, which allows tools to detect compile-time errors. (#43)
|
|
991
1004
|
|
|
992
1005
|
|
|
993
1006
|
|
|
994
|
-
## [0.4.2] - 2020-04-01
|
|
1007
|
+
## [0.4.2](https://github.com/rokucommunity/brighterscript/compare/v0.4.1...v0.4.2) - 2020-04-01
|
|
995
1008
|
### Changed
|
|
996
1009
|
- upgraded to [roku-deploy@3.0.0](https://www.npmjs.com/package/roku-deploy/v/3.0.0)
|
|
997
1010
|
|
|
998
1011
|
|
|
999
1012
|
|
|
1000
|
-
## [0.4.1] - 2020-01-11
|
|
1013
|
+
## [0.4.1](https://github.com/rokucommunity/brighterscript/compare/v0.4.0...v0.4.1) - 2020-01-11
|
|
1001
1014
|
### Changed
|
|
1002
1015
|
- 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.
|
|
1003
1016
|
|
|
1004
1017
|
|
|
1005
1018
|
|
|
1006
|
-
## [0.4.0] - 2020-01-07
|
|
1019
|
+
## [0.4.0](https://github.com/rokucommunity/brighterscript/compare/v0.3.1...v0.4.0) - 2020-01-07
|
|
1007
1020
|
### Added
|
|
1008
1021
|
- ability to specify the pkgPath of a file when adding to the project.
|
|
1009
1022
|
### Changed
|
|
@@ -1016,14 +1029,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1016
1029
|
|
|
1017
1030
|
|
|
1018
1031
|
|
|
1019
|
-
## [0.3.1] - 2019-11-08
|
|
1032
|
+
## [0.3.1](https://github.com/rokucommunity/brighterscript/compare/v0.3.0...v0.3.1) - 2019-11-08
|
|
1020
1033
|
### Fixed
|
|
1021
1034
|
- language server bug that was showing error messages in certain startup race conditions.
|
|
1022
1035
|
- error during hover caused by race condition during file re-parse.
|
|
1023
1036
|
|
|
1024
1037
|
|
|
1025
1038
|
|
|
1026
|
-
## [0.3.0] - 2019-10-03
|
|
1039
|
+
## [0.3.0](https://github.com/rokucommunity/brighterscript/compare/v0.2.2...v0.3.0) - 2019-10-03
|
|
1027
1040
|
### Added
|
|
1028
1041
|
- support for parsing opened files not included in any project.
|
|
1029
1042
|
### Fixed
|
|
@@ -1031,13 +1044,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1031
1044
|
|
|
1032
1045
|
|
|
1033
1046
|
|
|
1034
|
-
## [0.2.2] - 2019-09-27
|
|
1047
|
+
## [0.2.2](https://github.com/rokucommunity/brighterscript/compare/v0.2.1...v0.2.2) - 2019-09-27
|
|
1035
1048
|
### Fixed
|
|
1036
1049
|
- 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.
|
|
1037
1050
|
|
|
1038
1051
|
|
|
1039
1052
|
|
|
1040
|
-
## [0.2.1] - 2019-09-24
|
|
1053
|
+
## [0.2.1](https://github.com/rokucommunity/brighterscript/compare/v0.2.0...v0.2.1) - 2019-09-24
|
|
1041
1054
|
### Changed
|
|
1042
1055
|
- the text for diagnostic 1010 to say "override" instead of "shadows"
|
|
1043
1056
|
### Fixed
|
|
@@ -1048,7 +1061,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1048
1061
|
|
|
1049
1062
|
|
|
1050
1063
|
|
|
1051
|
-
## [0.2.0] - 2019-09-20
|
|
1064
|
+
## [0.2.0](https://github.com/rokucommunity/brighterscript/compare/v0.1.0...v0.2.0) - 2019-09-20
|
|
1052
1065
|
### Added
|
|
1053
1066
|
- bsconfig.json validation
|
|
1054
1067
|
- slightly smarter intellisense that knows when you're trying to complete an object property.
|
|
@@ -1063,132 +1076,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1063
1076
|
- Bug during file creation that wouldn't recognize the file
|
|
1064
1077
|
|
|
1065
1078
|
|
|
1066
|
-
## [0.1.0] - 2019-08-10
|
|
1079
|
+
## [0.1.0](https://github.com/rokucommunity/brighterscript/compare/v0.1.0...v0.1.0) - 2019-08-10
|
|
1067
1080
|
### Changed
|
|
1068
1081
|
- Cloned from [brightscript-language](https://github.com/rokucommunity/brightscript-language)
|
|
1069
1082
|
|
|
1070
1083
|
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
[0.4.2]: https://github.com/rokucommunity/brighterscript/compare/v0.4.1...v0.4.2
|
|
1080
|
-
[0.4.3]: https://github.com/rokucommunity/brighterscript/compare/v0.4.2...v0.4.3
|
|
1081
|
-
[0.4.4]: https://github.com/rokucommunity/brighterscript/compare/v0.4.3...v0.4.4
|
|
1082
|
-
[0.5.0]: https://github.com/rokucommunity/brighterscript/compare/v0.4.4...v0.5.0
|
|
1083
|
-
[0.5.1]: https://github.com/rokucommunity/brighterscript/compare/v0.5.0...v0.5.1
|
|
1084
|
-
[0.5.2]: https://github.com/rokucommunity/brighterscript/compare/v0.5.1...v0.5.2
|
|
1085
|
-
[0.5.3]: https://github.com/rokucommunity/brighterscript/compare/v0.5.2...v0.5.3
|
|
1086
|
-
[0.5.4]: https://github.com/rokucommunity/brighterscript/compare/v0.5.3...v0.5.4
|
|
1087
|
-
[0.6.0]: https://github.com/rokucommunity/brighterscript/compare/v0.5.4...v0.6.0
|
|
1088
|
-
[0.7.0]: https://github.com/rokucommunity/brighterscript/compare/v0.6.0...v0.7.0
|
|
1089
|
-
[0.7.1]: https://github.com/rokucommunity/brighterscript/compare/v0.7.0...v0.7.1
|
|
1090
|
-
[0.7.2]: https://github.com/rokucommunity/brighterscript/compare/v0.7.1...v0.7.2
|
|
1091
|
-
[0.8.0]: https://github.com/rokucommunity/brighterscript/compare/v0.7.2...v0.8.0
|
|
1092
|
-
[0.8.1]: https://github.com/rokucommunity/brighterscript/compare/v0.8.0...v0.8.1
|
|
1093
|
-
[0.8.2]: https://github.com/rokucommunity/brighterscript/compare/v0.8.1...v0.8.2
|
|
1094
|
-
[0.9.0]: https://github.com/rokucommunity/brighterscript/compare/v0.8.2...v0.9.0
|
|
1095
|
-
[0.9.1]: https://github.com/rokucommunity/brighterscript/compare/v0.9.0...v0.9.1
|
|
1096
|
-
[0.9.2]: https://github.com/rokucommunity/brighterscript/compare/v0.9.1...v0.9.2
|
|
1097
|
-
[0.9.3]: https://github.com/rokucommunity/brighterscript/compare/v0.9.2...v0.9.3
|
|
1098
|
-
[0.9.4]: https://github.com/rokucommunity/brighterscript/compare/v0.9.3...v0.9.4
|
|
1099
|
-
[0.9.5]: https://github.com/rokucommunity/brighterscript/compare/v0.9.4...v0.9.5
|
|
1100
|
-
[0.9.6]: https://github.com/rokucommunity/brighterscript/compare/v0.9.5...v0.9.6
|
|
1101
|
-
[0.9.7]: https://github.com/rokucommunity/brighterscript/compare/v0.9.6...v0.9.7
|
|
1102
|
-
[0.9.8]: https://github.com/rokucommunity/brighterscript/compare/v0.9.7...v0.9.8
|
|
1103
|
-
[0.10.0]: https://github.com/rokucommunity/brighterscript/compare/v0.9.8...v0.10.0
|
|
1104
|
-
[0.10.1]: https://github.com/rokucommunity/brighterscript/compare/v0.10.0...v0.10.1
|
|
1105
|
-
[0.10.2]: https://github.com/rokucommunity/brighterscript/compare/v0.10.1...v0.10.2
|
|
1106
|
-
[0.10.3]: https://github.com/rokucommunity/brighterscript/compare/v0.10.2...v0.10.3
|
|
1107
|
-
[0.10.4]: https://github.com/rokucommunity/brighterscript/compare/v0.10.3...v0.10.4
|
|
1108
|
-
[0.10.5]: https://github.com/rokucommunity/brighterscript/compare/v0.10.4...v0.10.5
|
|
1109
|
-
[0.10.6]: https://github.com/rokucommunity/brighterscript/compare/v0.10.5...v0.10.6
|
|
1110
|
-
[0.10.7]: https://github.com/rokucommunity/brighterscript/compare/v0.10.6...v0.10.7
|
|
1111
|
-
[0.10.8]: https://github.com/rokucommunity/brighterscript/compare/v0.10.7...v0.10.8
|
|
1112
|
-
[0.10.9]: https://github.com/rokucommunity/brighterscript/compare/v0.10.8...v0.10.9
|
|
1113
|
-
[0.10.10]: https://github.com/rokucommunity/brighterscript/compare/v0.10.9...v0.10.10
|
|
1114
|
-
[0.11.0]: https://github.com/rokucommunity/brighterscript/compare/v0.10.10...v0.11.0
|
|
1115
|
-
[0.11.1]: https://github.com/rokucommunity/brighterscript/compare/v0.11.0...v0.11.1
|
|
1116
|
-
[0.11.2]: https://github.com/rokucommunity/brighterscript/compare/v0.11.1...v0.11.2
|
|
1117
|
-
[0.11.3]: https://github.com/rokucommunity/brighterscript/compare/v0.11.2...v0.11.3
|
|
1118
|
-
[0.12.0]: https://github.com/rokucommunity/brighterscript/compare/v0.11.3...v0.12.0
|
|
1119
|
-
[0.12.1]: https://github.com/rokucommunity/brighterscript/compare/v0.12.0...v0.12.1
|
|
1120
|
-
[0.12.2]: https://github.com/rokucommunity/brighterscript/compare/v0.12.1...v0.12.2
|
|
1121
|
-
[0.12.3]: https://github.com/rokucommunity/brighterscript/compare/v0.12.2...v0.12.3
|
|
1122
|
-
[0.12.4]: https://github.com/rokucommunity/brighterscript/compare/v0.12.3...v0.12.4
|
|
1123
|
-
[0.13.0]: https://github.com/rokucommunity/brighterscript/compare/v0.12.4...v0.13.0
|
|
1124
|
-
[0.13.1]: https://github.com/rokucommunity/brighterscript/compare/v0.13.0...v0.13.1
|
|
1125
|
-
[0.13.2]: https://github.com/rokucommunity/brighterscript/compare/v0.13.1...v0.13.2
|
|
1126
|
-
[0.14.0]: https://github.com/rokucommunity/brighterscript/compare/v0.13.2...v0.14.0
|
|
1127
|
-
[0.15.0]: https://github.com/rokucommunity/brighterscript/compare/v0.14.0...v0.15.0
|
|
1128
|
-
[0.15.1]: https://github.com/rokucommunity/brighterscript/compare/v0.15.0...v0.15.1
|
|
1129
|
-
[0.15.2]: https://github.com/rokucommunity/brighterscript/compare/v0.15.1...v0.15.2
|
|
1130
|
-
[0.16.0]: https://github.com/rokucommunity/brighterscript/compare/v0.15.2...v0.16.0
|
|
1131
|
-
[0.16.1]: https://github.com/rokucommunity/brighterscript/compare/v0.16.0...v0.16.1
|
|
1132
|
-
[0.16.2]: https://github.com/rokucommunity/brighterscript/compare/v0.16.1...v0.16.2
|
|
1133
|
-
[0.16.3]: https://github.com/rokucommunity/brighterscript/compare/v0.16.2...v0.16.3
|
|
1134
|
-
[0.16.4]: https://github.com/rokucommunity/brighterscript/compare/v0.16.3...v0.16.4
|
|
1135
|
-
[0.16.5]: https://github.com/rokucommunity/brighterscript/compare/v0.16.4...v0.16.5
|
|
1136
|
-
[0.16.6]: https://github.com/rokucommunity/brighterscript/compare/v0.16.5...v0.16.6
|
|
1137
|
-
[0.16.7]: https://github.com/rokucommunity/brighterscript/compare/v0.16.6...v0.16.7
|
|
1138
|
-
[0.16.8]: https://github.com/rokucommunity/brighterscript/compare/v0.16.7...v0.16.8
|
|
1139
|
-
[0.16.9]: https://github.com/rokucommunity/brighterscript/compare/v0.16.8...v0.16.9
|
|
1140
|
-
[0.16.10]: https://github.com/rokucommunity/brighterscript/compare/v0.16.9...v0.16.10
|
|
1141
|
-
[0.16.11]: https://github.com/rokucommunity/brighterscript/compare/v0.16.10...v0.16.11
|
|
1142
|
-
[0.16.12]: https://github.com/rokucommunity/brighterscript/compare/v0.16.11...v0.16.12
|
|
1143
|
-
[0.17.0]: https://github.com/rokucommunity/brighterscript/compare/v0.16.12...v0.17.0
|
|
1144
|
-
[0.18.0]: https://github.com/rokucommunity/brighterscript/compare/v0.17.0...v0.18.0
|
|
1145
|
-
[0.18.1]: https://github.com/rokucommunity/brighterscript/compare/v0.18.0...v0.18.1
|
|
1146
|
-
[0.18.2]: https://github.com/rokucommunity/brighterscript/compare/v0.18.1...v0.18.2
|
|
1147
|
-
[0.19.0]: https://github.com/rokucommunity/brighterscript/compare/v0.18.2...v0.19.0
|
|
1148
|
-
[0.20.0]: https://github.com/rokucommunity/brighterscript/compare/v0.19.0...v0.20.0
|
|
1149
|
-
[0.20.1]: https://github.com/rokucommunity/brighterscript/compare/v0.20.0...v0.20.1
|
|
1150
|
-
[0.21.0]: https://github.com/rokucommunity/brighterscript/compare/v0.20.1...v0.21.0
|
|
1151
|
-
[0.22.0]: https://github.com/rokucommunity/brighterscript/compare/v0.21.0...v0.22.0
|
|
1152
|
-
[0.22.1]: https://github.com/rokucommunity/brighterscript/compare/v0.22.0...v0.22.1
|
|
1153
|
-
[0.22.1]: https://github.com/rokucommunity/brighterscript/compare/v0.22.0...v0.22.1
|
|
1154
|
-
[0.23.0]: https://github.com/rokucommunity/brighterscript/compare/v0.22.1...v0.23.0
|
|
1155
|
-
[0.23.1]: https://github.com/rokucommunity/brighterscript/compare/v0.23.0...v0.23.1
|
|
1156
|
-
[0.23.2]: https://github.com/rokucommunity/brighterscript/compare/v0.23.1...v0.23.2
|
|
1157
|
-
[0.24.0]: https://github.com/rokucommunity/brighterscript/compare/v0.23.2...v0.24.0
|
|
1158
|
-
[0.24.1]: https://github.com/rokucommunity/brighterscript/compare/v0.24.0...v0.24.1
|
|
1159
|
-
[0.24.2]: https://github.com/rokucommunity/brighterscript/compare/v0.24.1...v0.24.2
|
|
1160
|
-
[0.25.0]: https://github.com/rokucommunity/brighterscript/compare/v0.24.2...v0.25.0
|
|
1161
|
-
[0.26.0]: https://github.com/rokucommunity/brighterscript/compare/v0.25.0...v0.26.0
|
|
1162
|
-
[0.27.0]: https://github.com/rokucommunity/brighterscript/compare/v0.26.0...v0.27.0
|
|
1163
|
-
[0.28.0]: https://github.com/rokucommunity/brighterscript/compare/v0.27.0...v0.28.0
|
|
1164
|
-
[0.28.1]: https://github.com/rokucommunity/brighterscript/compare/v0.28.0...v0.28.1
|
|
1165
|
-
[0.28.2]: https://github.com/rokucommunity/brighterscript/compare/v0.28.1...v0.28.2
|
|
1166
|
-
[0.29.0]: https://github.com/rokucommunity/brighterscript/compare/v0.28.2...v0.29.0
|
|
1167
|
-
[0.30.0]: https://github.com/rokucommunity/brighterscript/compare/v0.29.0...v0.30.0
|
|
1168
|
-
[0.30.1]: https://github.com/rokucommunity/brighterscript/compare/v0.30.0...v0.30.1
|
|
1169
|
-
[0.30.2]: https://github.com/rokucommunity/brighterscript/compare/v0.30.1...v0.30.2
|
|
1170
|
-
[0.30.3]: https://github.com/rokucommunity/brighterscript/compare/v0.30.2...v0.30.3
|
|
1171
|
-
[0.30.4]: https://github.com/rokucommunity/brighterscript/compare/v0.30.3...v0.30.4
|
|
1172
|
-
[0.30.5]: https://github.com/rokucommunity/brighterscript/compare/v0.30.4...v0.30.5
|
|
1173
|
-
[0.30.6]: https://github.com/rokucommunity/brighterscript/compare/v0.30.5...v0.30.6
|
|
1174
|
-
[0.30.7]: https://github.com/rokucommunity/brighterscript/compare/v0.30.6...v0.30.7
|
|
1175
|
-
[0.30.8]: https://github.com/rokucommunity/brighterscript/compare/v0.30.7...v0.30.8
|
|
1176
|
-
[0.30.9]: https://github.com/rokucommunity/brighterscript/compare/v0.30.8...v0.30.9
|
|
1177
|
-
[0.31.0]: https://github.com/rokucommunity/brighterscript/compare/v0.30.9...v0.31.0
|
|
1178
|
-
[0.31.1]: https://github.com/rokucommunity/brighterscript/compare/v0.31.0...v0.31.1
|
|
1179
|
-
[0.31.2]: https://github.com/rokucommunity/brighterscript/compare/v0.31.1...v0.31.2
|
|
1180
|
-
[0.32.2]: https://github.com/rokucommunity/brighterscript/compare/v0.31.2...v0.32.2
|
|
1181
|
-
[0.32.3]: https://github.com/rokucommunity/brighterscript/compare/v0.32.2...v0.32.3
|
|
1182
|
-
[0.33.0]: https://github.com/rokucommunity/brighterscript/compare/v0.32.3...v0.33.0
|
|
1183
|
-
[0.34.0]: https://github.com/rokucommunity/brighterscript/compare/v0.33.0...v0.34.0
|
|
1184
|
-
[0.34.1]: https://github.com/rokucommunity/brighterscript/compare/v0.34.0...v0.34.1
|
|
1185
|
-
[0.34.2]: https://github.com/rokucommunity/brighterscript/compare/v0.34.1...v0.34.2
|
|
1186
|
-
[0.34.3]: https://github.com/rokucommunity/brighterscript/compare/v0.34.2...v0.34.3
|
|
1187
|
-
[0.35.0]: https://github.com/rokucommunity/brighterscript/compare/v0.34.3...v0.35.0
|
|
1188
|
-
[0.36.0]: https://github.com/rokucommunity/brighterscript/compare/v0.35.0...v0.36.0
|
|
1189
|
-
[0.37.0]: https://github.com/rokucommunity/brighterscript/compare/v0.36.0...v0.37.0
|
|
1190
|
-
[0.37.1]: https://github.com/rokucommunity/brighterscript/compare/v0.37.0...v0.37.1
|
|
1191
|
-
[0.37.2]: https://github.com/rokucommunity/brighterscript/compare/v0.37.1...v0.37.2
|
|
1192
|
-
[0.37.3]: https://github.com/rokucommunity/brighterscript/compare/v0.37.2...v0.37.3
|
|
1193
|
-
[0.37.4]: https://github.com/rokucommunity/brighterscript/compare/v0.37.3...v0.37.4
|
|
1194
|
-
[0.38.0]: https://github.com/rokucommunity/brighterscript/compare/v0.37.4...v0.38.0
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
|