All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.11 - 2024-03-01
- upgrade to [email protected]. Notable changes since 0.65.12:
- Allow v1 syntax: built-in types for class member types and type declarations on lhs (brighterscript#1059)
- Move
coveralls-next
to a devDependency since it's not needed at runtime (brighterscript#1051) - Fix parsing issues with multi-index IndexedSet and IndexedGet (brighterscript#1050)
- Backport v1 syntax changes (brighterscript#1034)
- Prevent overwriting the Program._manifest if already set on startup (brighterscript#1027)
- adds support for libpkg prefix (brighterscript#1017)
- Assign .program to the builder BEFORE calling afterProgram (brighterscript#1011)
- Prevent errors when using enums in a file that's not included in any scopes (brighterscript#995)
0.3.10 - 2023-12-07
- upgrade to [email protected]. Notable changes since 0.65.10:
- Correct RANGE in template string when dealing with quotes in annotations (brighterscript#975)
0.3.9 - 2023-11-14
- upgrade to [email protected]. Notable changes since 0.65.8:
- Fix issue with unary expression parsing (brighterscript#938)
- ci: Don't run
test-related-projects
on release since it already ran on build (#brighterscript157fc2e)
0.3.8 - 2023-10-08
- upgrade to [email protected]. Notable changes since 0.65.0:
0.3.7 - 2023-05-17
- upgrade to @rokucommunity/[email protected]
- upgrade to [email protected]. Notable changes since 0.64.2:
- npm audit fixes. upgrade to coveralls-next (#brighterscript43756d8)
- Improves performance in symbol table fetching (brighterscript#797)
0.3.6 - 2023-04-18
- upgrade to [email protected]. Notable changes since 0.62.0:
- Bump xml2js from 0.4.23 to 0.5.0 (brighterscript#790)
0.3.5 - 2023-03-17
- upgrade to @rokucommunity/[email protected]. Notable changes since 0.3.1:
- Fix crash when encountering bigint (@rokucommunity/logger#3)
- upgrade to [email protected]. Notable changes since 0.61.3:
- Optional chaining assignment validation (brighterscript#782)
- Fix crash when func has no block (brighterscript#774)
- Move not-referenced check into ProgramValidator (brighterscript#773)
0.3.4 - 2023-01-24
- fixed some npm audit issues
- upgrade to @rokucommunity/[email protected]
0.3.3 - 2023-01-12
- upgrade to [email protected]
0.3.2 - 2022-12-15
- upgrade to [email protected]. Notable changes since 0.60.4:
- Fix exception while validating continue statement (brighterscript#752)
- Add missing visitor params for DottedSetStatement (brighterscript#748)
- Fixes issues with Roku doc scraper and adds missing components (brighterscript#736)
- Cache
getCallableByName
(brighterscript#739)
0.3.1 - 2022-10-28
- upgrade to [email protected]
0.3.0 - 2022-10-20
- Initial implementation of parseCrashes() (#1)
- upgrade to [email protected]
0.2.4 - 2022-09-02
- upgrade to [email protected]. Notable changes since 0.55.1:
0.2.3 - 2022-08-12
- upgrade to [email protected]
0.2.2 - 2022-07-18
- upgrade to @rokucommunity/[email protected]
- upgrade to [email protected]
0.2.1 - 2022-04-13
- npm audit issue
0.2.0 - 2022-03-08
- basic logging to track progress and debug issues
- CLI issues
- increased accuracy of sourcemap location lookups (changed bias)
0.1.0 - 2022-03-02
- initial release