Skip to content

Commit cd70c57

Browse files
authored
0.71.0 (#1665)
2 parents fca93b6 + b00a2bf commit cd70c57

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

77

88

9+
## [0.71.0](https://github.com/rokucommunity/brighterscript/compare/0.70.4...v0.71.0) - 2026-03-27
10+
### Added
11+
- Add computed property names (compile-time support only) ([#1658](https://github.com/rokucommunity/brighterscript/pull/1658))
12+
### Changed
13+
- More quick fixes and fix all quick fixes ([#1662](https://github.com/rokucommunity/brighterscript/pull/1662))
14+
- Bump picomatch from 2.3.1 to 2.3.2 ([#1661](https://github.com/rokucommunity/brighterscript/pull/1661))
15+
- Bump picomatch from 2.3.1 to 2.3.2 in /benchmarks ([#1660](https://github.com/rokucommunity/brighterscript/pull/1660))
16+
17+
-
18+
### Fixed
19+
- bugfix/small perf improvements ([#1663](https://github.com/rokucommunity/brighterscript/pull/1663))
20+
21+
22+
923
## [0.70.4](https://github.com/rokucommunity/brighterscript/compare/0.70.3...v0.70.4) - 2026-03-24
1024
### Added
1125
- Add definition provider for import statement ([#1595](https://github.com/rokucommunity/brighterscript/pull/1595))

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": "brighterscript",
3-
"version": "0.70.4",
3+
"version": "0.71.0",
44
"description": "A superset of Roku's BrightScript language.",
55
"scripts": {
66
"preversion": "npm run build && npm run lint && npm run test",

0 commit comments

Comments
 (0)