Releases: rokucommunity/release-testing
Releases · rokucommunity/release-testing
2.2.1
Added
Changed
- Try to convert the string input to a boolean (1ec9ddb)
- Try to use correct types (1cdb628)
- Try to use boolen instead of a string (722ddfd)
- Revert "Create a .vsix release" (9c87a3c)
- upgrade to brighterscript@0.69.10. Notable changes since 0.69.9:
- chore: Shared CI remove merged check on publish releases (#1494)
2.2.0
Release 2.2.0
2.1.10
Added
- Add new class (96ff10f)
Changed
- Downgrade brighterscript (656e677)
- test this (c0c8a85)
- found bug in class and fixed (6394bae)
- upgrade to brighterscript@0.65.27. Notable changes since 0.69.9:
- removed no-throw-literal lint rule (#1489)
- Add
bsc0cli binary name (#1490) - Shared CI Support Prerelease (#1483)
- Shared CI Support Prerelease (#1475)
- Prevent runtime crash for non-referencable funcs in ternary and null coalescing (#1474)
- Fix
removeParameterTypescompile errors for return types (#1414) - Remove
npm cifrom thepackagenpm script since it's redundant (#1461) - Flag incorrect return statements in functions and subs (#1463)
- Updated the type definition of the
InStrglobal callable (#1456) - More safely wrap expressions for template string transpile (#1445)
- Migration to the new shared CI (#1440)
- Support plugin factory detecting brighterscript version (#1438)
- Fixed getClosestExpression bug to return undefined when position not found (#1433)
- Adds Alias statement syntax from v1 to v0 (#1430)
- Remove temporary code that was accidentally committed (#1432)
- Significantly improve the performance of standardizePath (#1425)
- Bump @babel/runtime from 7.24.5 to 7.26.10 (#1426)
- Backport v1 typecast syntax to v0 (#1421)
- Prevent running the lsp project in a worker thread (#1423)
- Language Server Rewrite (#993)
- Add
validateflag to ProgramBuilder.run() (#1409) - Fix class transpile issue with child class constructor not inherriting parent params (#1390)
- Export more items (#1394)
- Add more convenience exports from vscode-languageserver (#1359)
- Fix bug with ternary transpile for indexed set (#1357)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /benchmarks (#1349)
- Add Namespace Source Literals (#1353)
- [Proposal] Add Namespace Source Literals (#1354)
- Enhance lexer to support long numeric literals with type designators (#1351)
- Fix issues with the ast walkArray function (#1347)
- Optimize ternary transpilation for assignments (#1341)
- Fix namespace-relative transpile bug for standalone file (#1324)
- Update README.md with "help" items (3abcdaf3)
- Prevent crash when ProgramBuilder.run called with no options (#1316)
- Ast node clone (#1281)
- Bump micromatch from 4.0.5 to 4.0.8 in /benchmarks (#1295)
- Bump micromatch from 4.0.4 to 4.0.8 (#1292)
- Add support for resolving sourceRoot at time of config load (#1290)
- Add support for roIntrinsicDouble (#1291)
- Add plugin naming convention (#1284)
- Bump requirejs from 2.3.6 to 2.3.7 (#1269)
- Add templatestring support for annotation.getArguments() (#1264)
- Update Digitial Picture Frame url and img (#1237)
- Fix crash with missing scope (#1234)
- Bump braces from 3.0.2 to 3.0.3 in /benchmarks (#1229)
- fix: conform bsconfig.schema.json to strict types (#1205)
- Flag using devDependency in production code (#1222)
- Fix crash with optional chaining in signature help (#1207)
- Logger nocolor (#1189)
- Fix crash when diagnostic is missing range (#1174)
- Fix formatting with logger output (#1171)
- Move function calls to separate diagnostic (#1169)
- fix: resolve the stagingDir option relative to the bsconfig.json file (#1148)
- Bump tar from 6.1.13 to 6.2.1 in /benchmarks (#1131)
- Fix node14 issues (#1153)
- Upgrade to @rokucommunity/logger (#1137)
Fixed
2.1.9
2.1.8
2.1.7
Test
Changed
- Update publish-release.yml (26d22ff)
- upgrade to brighterscript@0.69.9. Notable changes since 0.69.8:
- removed no-throw-literal lint rule (brighterscript#1489)
- Add
bsc0cli binary name (brighterscript#1490)
2.1.6
Changed
- Update publish-release.yml (d0988b3)
- Update make-release-artifacts.yml (b1cab72)
- Update initialize-release.yml (1e83adc)
- Update publish-release.yml (e8f72b4)
- Update make-release-artifacts.yml (73719e4)
- Update initialize-release.yml (f6b1f94)
- Create publish-release.yml (c6246f3)
- Create make-release-artifacts.yml (d30fbfd)
- Update initialize-release.yml (c6d752e)
- Create initialize-release.yml (e6bf7f1)
- Create delete-release.yml (c635713)
- Delete .github/workflows directory (35c38a6)
- Remove fork guard (a0457fb)
- Add check at template levelto prevent forks from triggering this workflow (b2189fd)
- Upgrading to brighterscript 0.67.8 (615df1e)
- upgrade to brighterscript@0.69.8. Notable changes since 0.67.0:
- Shared CI Support Prerelease (brighterscript#1483)
- Shared CI Support Prerelease (brighterscript#1475)
- Prevent runtime crash for non-referencable funcs in ternary and null coalescing (brighterscript#1474)
- Fix
removeParameterTypescompile errors for return types (brighterscript#1414) - Remove
npm cifrom thepackagenpm script since it's redundant (brighterscript#1461) - Flag incorrect return statements in functions and subs (brighterscript#1463)
- Updated the type definition of the
InStrglobal callable (brighterscript#1456) - More safely wrap expressions for template string transpile (brighterscript#1445)
- Migration to the new shared CI (brighterscript#1440)
- Support plugin factory detecting brighterscript version (brighterscript#1438)
- Fixed getClosestExpression bug to return undefined when position not found (brighterscript#1433)
- Adds Alias statement syntax from v1 to v0 (brighterscript#1430)
- Remove temporary code that was accidentally committed (brighterscript#1432)
- Significantly improve the performance of standardizePath (brighterscript#1425)
- Bump @babel/runtime from 7.24.5 to 7.26.10 (brighterscript#1426)
- Backport v1 typecast syntax to v0 (brighterscript#1421)
- Prevent running the lsp project in a worker thread (brighterscript#1423)
- Language Server Rewrite (brighterscript#993)
- Add
validateflag to ProgramBuilder.run() (brighterscript#1409) - Fix class transpile issue with child class constructor not inherriting parent params (brighterscript#1390)
- Export more items (brighterscript#1394)
- Add more convenience exports from vscode-languageserver (brighterscript#1359)
- Fix bug with ternary transpile for indexed set (brighterscript#1357)
- Bump cross-spawn from 7.0.3 to 7.0.6 in /benchmarks (brighterscript#1349)
- Add Namespace Source Literals (brighterscript#1353)
- [Proposal] Add Namespace Source Literals (brighterscript#1354)
- Enhance lexer to support long numeric literals with type designators (brighterscript#1351)
- Fix issues with the ast walkArray function (brighterscript#1347)
- Optimize ternary transpilation for assignments (brighterscript#1341)
- Fix namespace-relative transpile bug for standalone file (brighterscript#1324)
- Update README.md with "help" items (brighterscript#3abcdaf3)
- Prevent crash when ProgramBuilder.run called with no options (brighterscript#1316)
- Ast node clone (brighterscript#1281)
- Bump micromatch from 4.0.5 to 4.0.8 in /benchmarks (brighterscript#1295)
- Bump micromatch from 4.0.4 to 4.0.8 (brighterscript#1292)
- Add support for resolving sourceRoot at time of config load (brighterscript#1290)
- Add support for roIntrinsicDouble (brighterscript#1291)
- Add plugin naming convention (brighterscript#1284)
- Bump requirejs from 2.3.6 to 2.3.7 (brighterscript#1269)
- Add templatestring support for annotation.getArguments() (brighterscript#1264)
- Update Digitial Picture Frame url and img (brighterscript#1237)
- Fix crash with missing scope (brighterscript#1234)
- Bump braces from 3.0.2 to 3.0.3 in /benchmarks (brighterscript#1229)
- fix: conform bsconfig.schema.json to strict types (brighterscript#1205)
- Flag using devDependency in production code (brighterscript#1222)
- Fix crash with optional chaining in signature help (brighterscript#1207)
- Logger nocolor (brighterscript#1189)
- Fix crash when diagnostic is missing range (brighterscript#1174)
2.1.5
2.1.4
Merge pull request #81 from rokucommunity/release/2.1.4 2.1.4