Skip to content

Commit a161178

Browse files
1.7.22 (#122)
2 parents e76e5df + 28326fe commit a161178

File tree

3 files changed

+715
-336
lines changed

3 files changed

+715
-336
lines changed

CHANGELOG.md

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

77

88

9+
## [1.7.22](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.21...v1.7.22) - 2026-03-24
10+
### Changed
11+
- 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:
12+
- Typedef namespace param fix ([#1641](https://github.com/rokucommunity/brighterscript/pull/1641))
13+
- Backport V1 Typed function type syntax to v0 ([#1623](https://github.com/rokucommunity/brighterscript/pull/1623))
14+
- Backport `for each` type syntax from V1 -> V0 ([#1617](https://github.com/rokucommunity/brighterscript/pull/1617))
15+
- Back ports intersection type and grouped type expressions ([#1608](https://github.com/rokucommunity/brighterscript/pull/1608))
16+
- Backports TypeStatement syntax from v1 to v0 ([#1600](https://github.com/rokucommunity/brighterscript/pull/1600))
17+
- Backported v1 inline interface syntax ([#1592](https://github.com/rokucommunity/brighterscript/pull/1592))
18+
- Fix confusing diagnostic when dottedGet follows function call in ExpressionStatement ([#1598](https://github.com/rokucommunity/brighterscript/pull/1598))
19+
20+
21+
922
## [1.7.21](https://github.com/rokucommunity/brighterscript-formatter/compare/1.7.20...v1.7.21) - 2026-03-09
1023
### Fixed
1124
- Fix type statement with typed function indenting ([#116](https://github.com/rokucommunity/brighterscript-formatter/pull/116))

0 commit comments

Comments
 (0)