brighterscript 0.40.0 → 0.40.1
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 +9 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## [0.40.1](https://github.com/rokucommunity/brighterscript/compare/v0.40.0...v0.40.1) - 2021-09-17
|
|
10
|
+
### Changed
|
|
11
|
+
- 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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
## [0.40.0] - 2021-08-02
|
|
10
|
-
[0.
|
|
16
|
+
[0.40.0]: https://github.com/rokucommunity/brighterscript/compare/v0.39.4...v0.40.0
|
|
11
17
|
### Added
|
|
12
18
|
- language support for Interface statements ([#426](https://github.com/rokucommunity/brighterscript/pull/426))
|
|
13
19
|
### Changed
|
|
@@ -16,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
22
|
|
|
17
23
|
|
|
18
24
|
## [0.39.4] - 2021-06-27
|
|
19
|
-
[0.39.
|
|
25
|
+
[0.39.4]: https://github.com/rokucommunity/brighterscript/compare/v0.39.3...v0.39.4
|
|
20
26
|
### Fixed
|
|
21
27
|
- incorrect block range for inline if/then branch ([#424](https://github.com/rokucommunity/brighterscript/pull/424))
|
|
22
28
|
- extract associative array comma when parsing ([#427](https://github.com/rokucommunity/brighterscript/pull/424))
|
|
@@ -25,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
25
31
|
|
|
26
32
|
|
|
27
33
|
## [0.39.3] - 2021-06-01
|
|
28
|
-
[0.39.
|
|
34
|
+
[0.39.3]: https://github.com/rokucommunity/brighterscript/compare/v0.39.2...v0.39.3
|
|
29
35
|
### Changed
|
|
30
36
|
- 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
|
|
31
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brighterscript",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.1",
|
|
4
4
|
"description": "A superset of Roku's BrightScript language.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"preversion": "npm run build && npm run lint && npm run test",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"moment": "^2.23.0",
|
|
129
129
|
"p-settle": "^2.1.0",
|
|
130
130
|
"parse-ms": "^2.1.0",
|
|
131
|
-
"roku-deploy": "^3.4.
|
|
131
|
+
"roku-deploy": "^3.4.2",
|
|
132
132
|
"serialize-error": "^7.0.1",
|
|
133
133
|
"source-map": "^0.7.3",
|
|
134
134
|
"vscode-languageserver": "7.0.0",
|