Skip to content

Commit 14e12aa

Browse files
Update CHANGELOG for version 0.1.5
Updated changelog for version 0.1.5 with new features and fixes.
1 parent 997217f commit 14e12aa

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

CHANGELOG.md

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
- Support OIDC ([#25](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/25))
1313
- upgrade to [brighterscript@0.70.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0704---2026-03-24). Notable changes since 0.69.10:
14-
- Add AI agent instructions ([#1654](https://github.com/rokucommunity/brighterscript/pull/1654))
15-
- Bump flatted from 3.2.2 to 3.4.2 ([#1653](https://github.com/rokucommunity/brighterscript/pull/1653))
16-
- Set up comprehensive Copilot coding agent instructions ([#1650](https://github.com/rokucommunity/brighterscript/pull/1650))
17-
- perf(ProjectManager): cache PathCollection per project in flushDocumentChanges ([#1628](https://github.com/rokucommunity/brighterscript/pull/1628))
18-
- Fixes issue with running tests on newer node versions ([#1644](https://github.com/rokucommunity/brighterscript/pull/1644))
19-
- feat(LanguageServer): debounce onDidChangeWatchedFiles events ([#1626](https://github.com/rokucommunity/brighterscript/pull/1626))
20-
- Bump minimatch in /benchmarks ([#1640](https://github.com/rokucommunity/brighterscript/pull/1640))
21-
- Ensure we have consistent line endings ([#1642](https://github.com/rokucommunity/brighterscript/pull/1642))
22-
- Typedef namespace param fix ([#1641](https://github.com/rokucommunity/brighterscript/pull/1641))
23-
- Bump minimatch from 3.1.2 to 3.1.5 ([#1639](https://github.com/rokucommunity/brighterscript/pull/1639))
24-
- Backport V1 Typed function type syntax to v0 ([#1623](https://github.com/rokucommunity/brighterscript/pull/1623))
25-
- spelling fix ([#1621](https://github.com/rokucommunity/brighterscript/pull/1621))
26-
- Backport `for each` type syntax from V1 -> V0 ([#1617](https://github.com/rokucommunity/brighterscript/pull/1617))
27-
- Back ports intersection type and grouped type expressions ([#1608](https://github.com/rokucommunity/brighterscript/pull/1608))
28-
- Bump lodash from 4.17.21 to 4.17.23 ([#1611](https://github.com/rokucommunity/brighterscript/pull/1611))
29-
- Bump lodash from 4.17.21 to 4.17.23 in /benchmarks ([#1612](https://github.com/rokucommunity/brighterscript/pull/1612))
30-
- Add TKSS Software Inc logo to README ([#1604](https://github.com/rokucommunity/brighterscript/pull/1604))
31-
- Backports TypeStatement syntax from v1 to v0 ([#1600](https://github.com/rokucommunity/brighterscript/pull/1600))
32-
- Backported v1 inline interface syntax ([#1592](https://github.com/rokucommunity/brighterscript/pull/1592))
33-
- Add definition provider for import statement ([#1595](https://github.com/rokucommunity/brighterscript/pull/1595))
34-
- Fix confusing diagnostic when dottedGet follows function call in ExpressionStatement ([#1598](https://github.com/rokucommunity/brighterscript/pull/1598))
35-
- Bump glob from 10.2.1 to 10.5.0 in /benchmarks ([#1593](https://github.com/rokucommunity/brighterscript/pull/1593))
36-
- Fix crash when bsc plugin in worker loads another version of bsc ([#1579](https://github.com/rokucommunity/brighterscript/pull/1579))
37-
- Fix recursive const and enum resolution during transpilation ([#1578](https://github.com/rokucommunity/brighterscript/pull/1578))
38-
- chore: support OIDC for publishing ([#1582](https://github.com/rokucommunity/brighterscript/pull/1582))
39-
- Add manual entries for roUtils and roRenderThreadQueue ([#1574](https://github.com/rokucommunity/brighterscript/pull/1574))
40-
- Roku sdk updates ([#1573](https://github.com/rokucommunity/brighterscript/pull/1573))
41-
- Flag param names that are reserved words ([#1556](https://github.com/rokucommunity/brighterscript/pull/1556))
42-
- Fix for adding files on beforeProgramValidate ([#1568](https://github.com/rokucommunity/brighterscript/pull/1568))
43-
- Fix typdef generation of default param func ([#1551](https://github.com/rokucommunity/brighterscript/pull/1551))
44-
- Support transpiling class methods as named functions ([#1548](https://github.com/rokucommunity/brighterscript/pull/1548))
45-
- chore: update regex-literal docs about escaping the forward slash ([#1549](https://github.com/rokucommunity/brighterscript/pull/1549))
46-
- Add projectDiscoveryExclude setting and files.watcherExclude support ([#1535](https://github.com/rokucommunity/brighterscript/pull/1535))
47-
- Fix signature help crash on malformed function declarations ([#1536](https://github.com/rokucommunity/brighterscript/pull/1536))
48-
- Add max depth configuration for Roku project discovery ([#1533](https://github.com/rokucommunity/brighterscript/pull/1533))
49-
- chore: Add copilot files ([#1534](https://github.com/rokucommunity/brighterscript/pull/1534))
50-
- Fix discovery when `projects` is empty ([#1529](https://github.com/rokucommunity/brighterscript/pull/1529))
51-
- Rename setting to `enableProjectDiscovery` ([#1525](https://github.com/rokucommunity/brighterscript/pull/1525))
52-
- Support projects array in settings ([#1521](https://github.com/rokucommunity/brighterscript/pull/1521))
53-
- Bump brace-expansion from 1.1.11 to 1.1.12 ([#1522](https://github.com/rokucommunity/brighterscript/pull/1522))
54-
- chore: Support dispatch workflows ([#1514](https://github.com/rokucommunity/brighterscript/pull/1514))
55-
- Add `enableDiscovery` language server option ([#1520](https://github.com/rokucommunity/brighterscript/pull/1520))
56-
- Improve manifests discovery ([#1518](https://github.com/rokucommunity/brighterscript/pull/1518))
57-
- Improve `bsconfig.json` auto-discovery ([#1512](https://github.com/rokucommunity/brighterscript/pull/1512))
58-
- Add some docs about ObserveField namespace caveats ([#1513](https://github.com/rokucommunity/brighterscript/pull/1513))
5914

6015

6116

0 commit comments

Comments
 (0)