Skip to content
Open

v1 #7

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0c49afb
Upgrade to bsc@1.0.0-alpha.41
TwitchBronBron Jan 7, 2025
7469c5d
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Jan 10, 2025
a6fd93f
Update changelog for v1.0.0-alpha.41
TwitchBronBron Jan 13, 2025
68a827d
1.0.0-alpha.41
TwitchBronBron Jan 13, 2025
ff63fe7
Upgrade to bsc@1.0.0-alpha.45
TwitchBronBron Apr 4, 2025
6f585dc
Upgrade CI to node v16.20.2
TwitchBronBron Apr 4, 2025
0326ffe
Upgrade to bsc@1.0.0-alpha.45 (#12)
TwitchBronBron Apr 4, 2025
cdad969
Update changelog for v1.0.0-alpha.45
TwitchBronBron Apr 4, 2025
0b2cf9c
1.0.0-alpha.45
TwitchBronBron Apr 4, 2025
ecfc68b
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Apr 7, 2025
801b86a
Add bsc v1 as prod dep
TwitchBronBron Apr 7, 2025
cba8760
Temporarily use a prebuild of bsc with the performance bug fixed
TwitchBronBron Apr 17, 2025
1ffb7b0
Use bsc v1 alpha 45 instead of temp build
TwitchBronBron Apr 28, 2025
e16c8e9
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Apr 28, 2025
ed4c5bc
Merge branch 'v1' into brighterscript-v1-dependency
TwitchBronBron Apr 28, 2025
930560a
Add bsc v1 as prod dep (#15)
TwitchBronBron Apr 28, 2025
1493ade
Back-off the bsc version so we can test something in the release flow
TwitchBronBron Apr 28, 2025
2fa25b4
Increment version to 1.0.0-alpha.46
rokucommunity-bot[bot] Apr 29, 2025
049b2b9
Update CHANGELOG.md
TwitchBronBron Jun 2, 2025
d487934
1.0.0-alpha.46 (#17)
TwitchBronBron Jun 2, 2025
0dc3982
Increment version to 1.0.0-alpha.47
rokucommunity-bot[bot] Jun 2, 2025
4873290
Update CHANGELOG.md
TwitchBronBron Jun 2, 2025
d775ae9
1.0.0-alpha.47 (#20)
TwitchBronBron Jun 2, 2025
39e2d7a
Increment version to 1.0.0-alpha.48
rokucommunity-bot[bot] Jul 16, 2025
85ebd5b
Update CHANGELOG.md
TwitchBronBron Jul 16, 2025
77daebd
1.0.0-alpha.48 (#24)
TwitchBronBron Jul 16, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "14.18.1"
node-version: "16.20.2"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run build
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.0.0-alpha.48](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.47...v1.0.0-alpha.48) - 2025-07-16
### Changed
- upgrade to [brighterscript@1.0.0-alpha.48](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha48---2025-07-16). Notable changes since 1.0.0-alpha.47:
- Union Return type consistency ([#1508](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1508))
- Fix issues with undefined/null trivia items ([#1531](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1531))
- Fix ForEach variable typing issues ([#1498](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1498))
- `Dynamic` and `Function` do not need semantic tokens in Type expressions ([#1500](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1500))



## [1.0.0-alpha.47](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.46...v1.0.0-alpha.47) - 2025-06-02
### Changed
- upgrade to [brighterscript@1.0.0-alpha.47](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha47---2025-05-22). Notable changes since 1.0.0-alpha.46:
- Better diagnostic null location handling ([#1491](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1491))



## [1.0.0-alpha.46](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.45...v1.0.0-alpha.46) - 2025-06-02
### Changed
- Add bsc v1 as prod dep ([#15](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/15))
- upgrade to [brighterscript@1.0.0-alpha.46](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha46---2025-04-24). Notable changes since 1.0.0-alpha.45:
- Import `performance` from `perf_hooks` to work on node <16 ([brighterscript#1462](https://github.com/rokucommunity/brighterscript/pull/1462))



## [1.0.0-alpha.45](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/v1.0.0-alpha.41...v1.0.0-alpha.45) - 2025-04-04
### Changed
- upgrade to [brighterscript@1.0.0-alpha.45](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha45---2025-04-04)



## [1.0.0-alpha.41](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/v0.1.1...v1.0.0-alpha.41) - 2025-01-13
### Changed
- upgrade to [brighterscript@1.0.0-alpha.41](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha41---2024-10-20)



## [0.1.3](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/0.1.2...v0.1.3) - 2025-04-24
### Changed
- Add `brighterscript` as dependency ([#14](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/14))
Expand Down
Loading