Skip to content

0.3.12

Choose a tag to compare

@rokucommunity-bot rokucommunity-bot released this 30 May 13:26
5072be3

Changed

  • upgrade to @rokucommunity/logger@0.3.11. Notable changes since 0.3.3:
    • Keep the timestamp braces outside of the colors (#10)
    • fix node14 (#8)
  • upgrade to brighterscript@0.69.9. Notable changes since 0.65.23:
    • Prevent runtime crash for non-referencable funcs in ternary and null coalescing (#1474)
    • Adds Alias statement syntax from v1 to v0 (#1430)
    • Significantly improve the performance of standardizePath (#1425)
    • Backport v1 typecast syntax to v0 (#1421)
    • Prevent running the lsp project in a worker thread (#1423)
    • Add validate flag to ProgramBuilder.run() (#1409)
    • Add more convenience exports from vscode-languageserver (#1359)
    • Fix issues with the ast walkArray function (#1347)
    • Flag using devDependency in production code (#1222)
    • Fix crash when diagnostic is missing range (#1174)
    • Fix node14 issues (#1153)
    • Support when tokens have null ranges (#1072)

Fixed

  • fix node14 (#2)