Skip to content

Commit

Permalink
update changelog for v1.0.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Jan 25, 2024
1 parent 3e27af4 commit 14fbcf7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.0.0-alpha.25](https://github.com/rokucommunity/brighterscript/compare/v0.66.0-alpha.11...v1.0.0-alpha.25) - 2024-01-25
### Changed
- renamed these releases to `v1.0.0-alpha.*`, which means we are now targeting a `v1.0.0` release
- Remove `Parser.references` ([#1021](https://github.com/rokucommunity/brighterscript/pull/1021))
- Fixes Compatibility checks for types defined recursively. ([#1015](https://github.com/rokucommunity/brighterscript/pull/1015))
- Renamed File interface to BscFile #1013
- Fix cross namespace collision detection ([#1008](https://github.com/rokucommunity/brighterscript/pull/1008))
- XML fields of type color can accept strings or integers ([#1016](https://github.com/rokucommunity/brighterscript/pull/1016))
- Updates the Member types for Component Fields ([#1014](https://github.com/rokucommunity/brighterscript/pull/1014))
- Adds missing Completion Items ([#1009](https://github.com/rokucommunity/brighterscript/pull/1009))
- Adds missing Completion Items ([#1009](https://github.com/rokucommunity/brighterscript/pull/1009))
- Adds a findChildren function on AstNode ([#1010](https://github.com/rokucommunity/brighterscript/pull/1010))
- Adds Diagnostics for Member Accessibility ([#1004](https://github.com/rokucommunity/brighterscript/pull/1004))
- Fixes transpiles of Typecasts wrapped in parens ([#998](https://github.com/rokucommunity/brighterscript/pull/998))



## [0.66.0-alpha.11](https://github.com/rokucommunity/brighterscript/compare/v0.66.0-alpha.10...v0.66.0-alpha.11) - 2023-12-21
### Changed
- Make `roSGNode` and `roSGNodeNode` the same ([#984](https://github.com/rokucommunity/brighterscript/pull/984))
Expand Down

0 comments on commit 14fbcf7

Please sign in to comment.