Skip to content

Commit

Permalink
Update changelog for v2.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 8, 2023
1 parent c49a541 commit 948ba90
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 28 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [2.43.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.43.0...v2.43.1) - 2023-10-08
### Added
- ability to enable/disable remote control on launch/session-end ([#503](https://github.com/rokucommunity/vscode-brightscript-language/pull/503))
### Changed
- upgrade to [roku-debug@0.20.6](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0206---2023-10-06). Notable changes since 0.20.4:
- Fix bug with telnet getting stuck ([roku-debug#163](https://github.com/rokucommunity/roku-debug/pull/163))
- upgrade to [brighterscript@0.65.8](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0658---2023-10-06). Notable changes since 0.65.5:
- Bump postcss from 8.2.15 to 8.4.31 ([brighterscript#928](https://github.com/rokucommunity/brighterscript/pull/928))
- Add interface parameter support ([brighterscript#924](https://github.com/rokucommunity/brighterscript/pull/924))
- Better typing for `Deferred` ([brighterscript#923](https://github.com/rokucommunity/brighterscript/pull/923))
- fix bug in --noproject flag logic ([brighterscript#922](https://github.com/rokucommunity/brighterscript/pull/922))
- Add some more details to the plugins docs ([brighterscript#913](https://github.com/rokucommunity/brighterscript/pull/913))
- Fix incorrect quasi location in template string ([brighterscript#921](https://github.com/rokucommunity/brighterscript/pull/921))
- Fix UnaryExpression transpile for ns and const ([brighterscript#914](https://github.com/rokucommunity/brighterscript/pull/914))
- Add missing emitDefinitions to docs and fix iface ([brighterscript#893](https://github.com/rokucommunity/brighterscript/pull/893))
- add noProject flag to bsc so BSConfig.json not expected ([brighterscript#868](https://github.com/rokucommunity/brighterscript/pull/868))
- upgrade to [brighterscript-formatter@1.6.34](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1634---2023-10-06). Notable changes since 1.6.32:
- Sort imports ([brighterscript-formatter#75](https://github.com/rokucommunity/brighterscript-formatter/pull/75))
### Fixed
- automation view crash when no config found ([#504](https://github.com/rokucommunity/vscode-brightscript-language/pull/504))
- error when generating the docs ([12dfb27](https://github.com/rokucommunity/vscode-brightscript-language/commit/12dfb27))



## [2.43.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.42.0...v2.43.0) - 2023-09-12
### Added
- Roku Test Automation Panel ([#499](https://github.com/rokucommunity/vscode-brightscript-language/pull/499))
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@vscode/extension-telemetry": "^0.4.7",
"array-sort": "^1.0.0",
"backoff": "^2.5.0",
"brighterscript": "^0.65.5",
"brighterscript-formatter": "^1.6.32",
"brighterscript": "^0.65.8",
"brighterscript-formatter": "^1.6.34",
"debounce": "^1.2.0",
"dotenv": "^6.2.0",
"fast-xml-parser": "^3.12.16",
Expand All @@ -71,7 +71,7 @@
"node-ssdp": "^4.0.0",
"postman-request": "^2.88.1-postman.32",
"pretty-bytes": "^5.6.0",
"roku-debug": "^0.20.4",
"roku-debug": "^0.20.6",
"roku-deploy": "^3.10.3",
"roku-test-automation": "^2.0.0-beta.20",
"semver": "^7.1.3",
Expand Down

0 comments on commit 948ba90

Please sign in to comment.