Skip to content

Releases: twig2let/roku-brighterscript-starter

v3.0.0

22 Feb 23:38
b4f1f7b

Choose a tag to compare

What's Changed

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

10 Feb 18:18
86d509b

Choose a tag to compare

What's Changed

  • feature: Adds event bus & app exit confirmation modal by @twig2let in #13
  • chore: Increments version 2.0.0 -> 2.1.0 by @twig2let in #14
  • chore: Updates manifest version by @twig2let in #15

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Feb 21:27
c63a938

Choose a tag to compare

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

v1.0.0

19 Oct 20:38
2df8c55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/twig2let/roku-brighterscript-starter/commits/v1.0.0