Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.3.18](https://github.com/rokucommunity/roku-report-analyzer/compare/0.3.17...v0.3.18) - 2026-03-24
### Changed
- upgrade to [brighterscript@0.70.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0704---2026-03-24). Notable changes since 0.70.3:
- Typedef namespace param fix ([#1641](https://github.com/rokucommunity/brighterscript/pull/1641))
- Backport V1 Typed function type syntax to v0 ([#1623](https://github.com/rokucommunity/brighterscript/pull/1623))
- spelling fix ([#1621](https://github.com/rokucommunity/brighterscript/pull/1621))
- Backport `for each` type syntax from V1 -> V0 ([#1617](https://github.com/rokucommunity/brighterscript/pull/1617))
- Back ports intersection type and grouped type expressions ([#1608](https://github.com/rokucommunity/brighterscript/pull/1608))
- Backports TypeStatement syntax from v1 to v0 ([#1600](https://github.com/rokucommunity/brighterscript/pull/1600))
- Backported v1 inline interface syntax ([#1592](https://github.com/rokucommunity/brighterscript/pull/1592))
- Fix confusing diagnostic when dottedGet follows function call in ExpressionStatement ([#1598](https://github.com/rokucommunity/brighterscript/pull/1598))



## [0.3.17](https://github.com/rokucommunity/roku-report-analyzer/compare/0.3.16...v0.3.17) - 2025-10-31
### Changed
- chore: support OIDC for publishing ([#13](https://github.com/rokucommunity/roku-report-analyzer/pull/13))
Expand Down
Loading