Skip to content

Releases: rokucommunity/brighterscript

1.0.0-alpha.49

10 Dec 19:59
a65ebfc

Choose a tag to compare

Added

  • Adds TypeStatement for declaring new types (#1597)
  • Adds Inline interfaces (#1591)

Changed

  • Make Invalid compatible with typed arrays (#1596)
  • Limit scope Validation (#1586)
  • Interface extending node includes callfuncs (#1585)
  • Remove zip and sideload (#1562)
  • upgrade to roku-deploy@3.14.4

Fixed

  • Fix validation exception when calling roFunction (#1588)
  • Fix MaskGroup.maskUri type (#1559)

Removed

  • Remove unused util functions (#1565)

0.70.3

31 Oct 14:18
890855f

Choose a tag to compare

Changed

  • upgrade to roku-deploy@3.14.4. Notable changes since 3.13.0:
    • Add specific error classes for reboot and check for updates functions (#216)
    • Add 'rebootDevice' and 'checkForUpdate' functionality for supported OS versions (#208)

Fixed

  • Fix crash when bsc plugin in worker loads another version of bsc (#1579)
  • Fix recursive const and enum resolution during transpilation (#1578)

0.70.2

10 Oct 15:55
322fbc8

Choose a tag to compare

Changed

  • Add info for brightscript components roUtils and roRenderThreadQueue (#1574)
  • Roku sdk updates (#1573)

0.70.1

11 Sep 19:29
790d020

Choose a tag to compare

Changed

  • Flag param names that are reserved words (#1556)

Fixed

  • Fix for adding files on beforeProgramValidate (#1568)
  • Fix typdef generation of default param func (#1551)

0.70.0

11 Aug 17:09
1db1aba

Choose a tag to compare

Added

  • Transpile class methods as named functions (#1548)

Changed

  • upgrade to roku-deploy@3.13.0. Notable changes since 3.12.6:
    • Add standards-compliant User-Agent header (#203)

0.69.13

04 Aug 12:11
74102e8

Choose a tag to compare

Added

  • Add projectDiscoveryExclude setting and files.watcherExclude support (#1535)
  • Add max depth configuration for Roku project discovery (#1533)

Fixed

  • Fix signature help crash on malformed function declarations (#1536)

1.0.0-alpha.48

16 Jul 18:10
d6ed575

Choose a tag to compare

Changed

  • Union Return type consistency (#1508)
  • Dynamic and Function do not need semantic tokens in Type expressions (#1500)
  • upgrade to roku-deploy@3.12.6. Notable changes since 3.12.5:

Fixed

  • Fix issues with undefined/null trivia items (#1531)
  • Fix ForEach variable typing issues (#1498)

0.69.12

07 Jul 14:56
bb02a8d

Choose a tag to compare

Fixed

  • Fix discovery when projects is empty (#1529)

0.69.11

03 Jul 19:51
652c3f2

Choose a tag to compare

Added

  • Add enableProjectDiscovery language server option (#1520, #1525)

Changed

  • chore: add some docs about ObserveField namespace caveats (#1513)
  • Support projects array in settings (#1521)
  • Improve manifest discovery (#1518)
  • Improve bsconfig.json auto-discovery (#1512)

0.69.10

03 Jun 19:46
8f314c1

Choose a tag to compare

Changed

  • upgrade to roku-deploy@3.12.6. Notable changes since 3.12.5:
    • chore: Upgrade to the undent package instead of dedent (#196)
    • chore: Shared CI remove merged check on publish releases (#194)