Skip to content

Commit 496b8a9

Browse files
Merge pull request #133 from rokucommunity/release/2.1.10
2.1.10
2 parents 656e677 + de9b070 commit 496b8a9

3 files changed

Lines changed: 75 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,78 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88

9+
## [2.1.10](https://github.com/rokucommunity/release-testing/compare/2.1.9...v2.1.10) - 2025-05-14
10+
### Added
11+
- Add new class ([96ff10f](https://github.com/rokucommunity/release-testing/commit/96ff10f))
12+
### Changed
13+
- Downgrade brighterscript ([656e677](https://github.com/rokucommunity/release-testing/commit/656e677))
14+
- test this ([c0c8a85](https://github.com/rokucommunity/release-testing/commit/c0c8a85))
15+
- found bug in class and fixed ([6394bae](https://github.com/rokucommunity/release-testing/commit/6394bae))
16+
- upgrade to [brighterscript@0.65.27](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#06527---2024-03-27). Notable changes since 0.69.9:
17+
- removed no-throw-literal lint rule ([#1489](https://github.com/rokucommunity/release-testing/pull/1489))
18+
- Add `bsc0` cli binary name ([#1490](https://github.com/rokucommunity/release-testing/pull/1490))
19+
- Shared CI Support Prerelease ([#1483](https://github.com/rokucommunity/release-testing/pull/1483))
20+
- Shared CI Support Prerelease ([#1475](https://github.com/rokucommunity/release-testing/pull/1475))
21+
- Prevent runtime crash for non-referencable funcs in ternary and null coalescing ([#1474](https://github.com/rokucommunity/release-testing/pull/1474))
22+
- Fix `removeParameterTypes` compile errors for return types ([#1414](https://github.com/rokucommunity/release-testing/pull/1414))
23+
- Remove `npm ci` from the `package` npm script since it's redundant ([#1461](https://github.com/rokucommunity/release-testing/pull/1461))
24+
- Flag incorrect return statements in functions and subs ([#1463](https://github.com/rokucommunity/release-testing/pull/1463))
25+
- Updated the type definition of the `InStr` global callable ([#1456](https://github.com/rokucommunity/release-testing/pull/1456))
26+
- More safely wrap expressions for template string transpile ([#1445](https://github.com/rokucommunity/release-testing/pull/1445))
27+
- Migration to the new shared CI ([#1440](https://github.com/rokucommunity/release-testing/pull/1440))
28+
- Support plugin factory detecting brighterscript version ([#1438](https://github.com/rokucommunity/release-testing/pull/1438))
29+
- Fixed getClosestExpression bug to return undefined when position not found ([#1433](https://github.com/rokucommunity/release-testing/pull/1433))
30+
- Adds Alias statement syntax from v1 to v0 ([#1430](https://github.com/rokucommunity/release-testing/pull/1430))
31+
- Remove temporary code that was accidentally committed ([#1432](https://github.com/rokucommunity/release-testing/pull/1432))
32+
- Significantly improve the performance of standardizePath ([#1425](https://github.com/rokucommunity/release-testing/pull/1425))
33+
- Bump @babel/runtime from 7.24.5 to 7.26.10 ([#1426](https://github.com/rokucommunity/release-testing/pull/1426))
34+
- Backport v1 typecast syntax to v0 ([#1421](https://github.com/rokucommunity/release-testing/pull/1421))
35+
- Prevent running the lsp project in a worker thread ([#1423](https://github.com/rokucommunity/release-testing/pull/1423))
36+
- Language Server Rewrite ([#993](https://github.com/rokucommunity/release-testing/pull/993))
37+
- Add `validate` flag to ProgramBuilder.run() ([#1409](https://github.com/rokucommunity/release-testing/pull/1409))
38+
- Fix class transpile issue with child class constructor not inherriting parent params ([#1390](https://github.com/rokucommunity/release-testing/pull/1390))
39+
- Export more items ([#1394](https://github.com/rokucommunity/release-testing/pull/1394))
40+
- Add more convenience exports from vscode-languageserver ([#1359](https://github.com/rokucommunity/release-testing/pull/1359))
41+
- Fix bug with ternary transpile for indexed set ([#1357](https://github.com/rokucommunity/release-testing/pull/1357))
42+
- Bump cross-spawn from 7.0.3 to 7.0.6 in /benchmarks ([#1349](https://github.com/rokucommunity/release-testing/pull/1349))
43+
- Add Namespace Source Literals ([#1353](https://github.com/rokucommunity/release-testing/pull/1353))
44+
- [Proposal] Add Namespace Source Literals ([#1354](https://github.com/rokucommunity/release-testing/pull/1354))
45+
- Enhance lexer to support long numeric literals with type designators ([#1351](https://github.com/rokucommunity/release-testing/pull/1351))
46+
- Fix issues with the ast walkArray function ([#1347](https://github.com/rokucommunity/release-testing/pull/1347))
47+
- Optimize ternary transpilation for assignments ([#1341](https://github.com/rokucommunity/release-testing/pull/1341))
48+
- Fix namespace-relative transpile bug for standalone file ([#1324](https://github.com/rokucommunity/release-testing/pull/1324))
49+
- Update README.md with "help" items ([3abcdaf3](https://github.com/rokucommunity/release-testing/commit/3abcdaf3))
50+
- Prevent crash when ProgramBuilder.run called with no options ([#1316](https://github.com/rokucommunity/release-testing/pull/1316))
51+
- Ast node clone ([#1281](https://github.com/rokucommunity/release-testing/pull/1281))
52+
- Bump micromatch from 4.0.5 to 4.0.8 in /benchmarks ([#1295](https://github.com/rokucommunity/release-testing/pull/1295))
53+
- Bump micromatch from 4.0.4 to 4.0.8 ([#1292](https://github.com/rokucommunity/release-testing/pull/1292))
54+
- Add support for resolving sourceRoot at time of config load ([#1290](https://github.com/rokucommunity/release-testing/pull/1290))
55+
- Add support for roIntrinsicDouble ([#1291](https://github.com/rokucommunity/release-testing/pull/1291))
56+
- Add plugin naming convention ([#1284](https://github.com/rokucommunity/release-testing/pull/1284))
57+
- Bump requirejs from 2.3.6 to 2.3.7 ([#1269](https://github.com/rokucommunity/release-testing/pull/1269))
58+
- Add templatestring support for annotation.getArguments() ([#1264](https://github.com/rokucommunity/release-testing/pull/1264))
59+
- Update Digitial Picture Frame url and img ([#1237](https://github.com/rokucommunity/release-testing/pull/1237))
60+
- Fix crash with missing scope ([#1234](https://github.com/rokucommunity/release-testing/pull/1234))
61+
- Bump braces from 3.0.2 to 3.0.3 in /benchmarks ([#1229](https://github.com/rokucommunity/release-testing/pull/1229))
62+
- fix: conform bsconfig.schema.json to strict types ([#1205](https://github.com/rokucommunity/release-testing/pull/1205))
63+
- Flag using devDependency in production code ([#1222](https://github.com/rokucommunity/release-testing/pull/1222))
64+
- Fix crash with optional chaining in signature help ([#1207](https://github.com/rokucommunity/release-testing/pull/1207))
65+
- Logger nocolor ([#1189](https://github.com/rokucommunity/release-testing/pull/1189))
66+
- Fix crash when diagnostic is missing range ([#1174](https://github.com/rokucommunity/release-testing/pull/1174))
67+
- Fix formatting with logger output ([#1171](https://github.com/rokucommunity/release-testing/pull/1171))
68+
- Move function calls to separate diagnostic ([#1169](https://github.com/rokucommunity/release-testing/pull/1169))
69+
- fix: resolve the stagingDir option relative to the bsconfig.json file ([#1148](https://github.com/rokucommunity/release-testing/pull/1148))
70+
- Bump tar from 6.1.13 to 6.2.1 in /benchmarks ([#1131](https://github.com/rokucommunity/release-testing/pull/1131))
71+
- Fix node14 issues ([#1153](https://github.com/rokucommunity/release-testing/pull/1153))
72+
- Upgrade to @rokucommunity/logger ([#1137](https://github.com/rokucommunity/release-testing/pull/1137))
73+
### Fixed
74+
- fix error 3 ([49dedee](https://github.com/rokucommunity/release-testing/commit/49dedee))
75+
- fix error 2 ([e53c842](https://github.com/rokucommunity/release-testing/commit/e53c842))
76+
- Fix error 1 ([2ec3be8](https://github.com/rokucommunity/release-testing/commit/2ec3be8))
77+
- Fix error ([755eb4c](https://github.com/rokucommunity/release-testing/commit/755eb4c))
78+
79+
80+
981
## [2.1.9](https://github.com/rokucommunity/release-testing/compare/2.1.8...v2.1.9) - 2025-05-14
1082
### Added
1183
- Added feature ([52a58a7](https://github.com/rokucommunity/release-testing/commit/52a58a7))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-testing",
3-
"version": "2.1.9",
3+
"version": "2.1.10",
44
"description": "Repo for testing out new CI setup",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)