From 6e442d39b5d7121ba75cf75c0a8bdbb8b45664b1 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 3 Aug 2022 14:17:17 -0400 Subject: [PATCH] Update changelog for v0.55.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2774b25f3..7e7840cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.55.0](https://github.com/rokucommunity/brighterscript/compare/v0.54.1...0.55.0) - 2022-08-03 +### Added + - a `toJSON` function to SymbolTable ([#655](https://github.com/rokucommunity/brighterscript/pull/655)) + - link all brs AST nodes to parent onFileValidate ([#650](https://github.com/rokucommunity/brighterscript/pull/650)) + - semantic token color for consts ([#654](https://github.com/rokucommunity/brighterscript/pull/654)) + - go-to-definition support for const statements ([#653](https://github.com/rokucommunity/brighterscript/pull/653)) +### Changed +### Fixed + - bug that wasn't transpiling const expressions when used inside assignment expressions ([#658](https://github.com/rokucommunity/brighterscript/pull/658)) + - Performance boost: better function sorting during validation ([#651](https://github.com/rokucommunity/brighterscript/pull/651)) + - broken plugin imports with custom cwd ([#652](https://github.com/rokucommunity/brighterscript/pull/652)) + + + ## [0.54.1](https://github.com/rokucommunity/brighterscript/compare/v0.54.0...0.54.1) - 2022-07-22 ### Changed - Fix bug in languageserver hover provider ([#649](https://github.com/rokucommunity/brighterscript/pull/649)) diff --git a/package-lock.json b/package-lock.json index 0ed7f2af5..ebeb61730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2882,7 +2882,7 @@ "immediate": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", - "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=" + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==" }, "import-fresh": { "version": "3.3.0", @@ -3390,9 +3390,9 @@ } }, "jszip": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.0.tgz", - "integrity": "sha512-LDfVtOLtOxb9RXkYOwPyNBTQDL4eUbqahtoY6x07GiDJHwSYvn8sHHIw8wINImV3MqbMNve2gSuM1DDqEKk09Q==", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "requires": { "lie": "~3.3.0", "pako": "~1.0.2",