Releases: twig2let/roku-brighterscript-starter
Releases · twig2let/roku-brighterscript-starter
v3.0.0
What's Changed
- chore: Refactors SDK Router by @twig2let in #16
- refactor: Moves eventBus to sdk/ root by @twig2let in #17
- chore: Increments version 2.1.0 -> 3.0.0 by @twig2let in #20
- refactor: Updates EventBus namespace by @twig2let in #21
- chore: Updates manifest version by @twig2let in #22
Breaking Changes (v3.0.0)
- Router namespace changed: App.Navigation.Router → SDK.Navigation.Router. Update all call sites.
- EventBus namespace and import path changed: SDK.Core.EventBus → SDK.EventBus, and import moved to EventBus.bs.
- Router behaviour updates: back‑journey handling no longer re‑adds routes to history and normalises backState/isBackJourney via a dedicated param builder. If you relied on the previous history stacking behaviour, review navigation flows.
Full Changelog: v2.1.0...v3.0.0
v2.1.0
v2.0.0
What's Changed
- fix: Adds default return to FW_AsString to prevent crashes by @twig2let in #4
- fix: Async focus bug by @twig2let in #8
- ci: Adds release pipeline by @twig2let in #9
- fix: Removes last good build on pipeline error by @twig2let in #10
- chore(release): Bumps version to v2.0.0 by @twig2let in #11
- fix: Fixes manifest version check by @twig2let in #12
Full Changelog: v1.0.0...v2.0.0