-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Garrett
committed
Sep 18, 2020
1 parent
5f30e22
commit 520fb6f
Showing
24 changed files
with
121 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
## v0.62.0 (2020-09-18) | ||
|
||
#### :boom: Breaking Change | ||
* `@glimmer/syntax` | ||
* [#1160](https://github.com/glimmerjs/glimmer-vm/pull/1160) [REFACTOR] Converts to using @handlebars/parser ([@pzuraq](https://github.com/pzuraq)) | ||
* `@glimmer/benchmark-env`, `@glimmer/compiler`, `@glimmer/integration-tests`, `@glimmer/interfaces`, `@glimmer/low-level`, `@glimmer/node`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator` | ||
* [#1154](https://github.com/glimmerjs/glimmer-vm/pull/1154) Upgrade to TypeScript 4.0 ([@wycats](https://github.com/wycats)) | ||
|
||
#### :bug: Bug Fix | ||
* `@glimmer/runtime` | ||
* [#1155](https://github.com/glimmerjs/glimmer-vm/pull/1155) Ensure `protocolForUrl` works in `[email protected]` environment ([@rwjblue](https://github.com/rwjblue)) | ||
|
||
#### :house: Internal | ||
* [#1156](https://github.com/glimmerjs/glimmer-vm/pull/1156) Update PerformanceCheck CI run to fetch full git history. ([@rwjblue](https://github.com/rwjblue)) | ||
|
||
#### Committers: 3 | ||
- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) | ||
- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) | ||
- Yehuda Katz ([@wycats](https://github.com/wycats)) | ||
|
||
|
||
## v0.61.2 (2020-09-02) | ||
|
||
#### :bug: Bug Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@glimmer/compiler", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/compiler", | ||
"dependencies": { | ||
"@glimmer/syntax": "^0.61.2", | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/wire-format": "^0.61.2", | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/syntax": "^0.62.0", | ||
"@glimmer/util": "^0.62.0", | ||
"@glimmer/wire-format": "^0.62.0", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@simple-dom/interface": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/local-debug-flags": "^0.61.2" | ||
"@glimmer/local-debug-flags": "^0.62.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "@glimmer/encoder", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/encoder", | ||
"dependencies": { | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/vm": "^0.61.2" | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/vm": "^0.62.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@glimmer/local-debug-flags", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"description": "Helpers for debugging during local development. These get stripped from published builds. This package should not be published.", | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@glimmer/low-level", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/low-level" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "@glimmer/node", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/node", | ||
"dependencies": { | ||
"@glimmer/runtime": "^0.61.2", | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/runtime": "^0.62.0", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/util": "^0.62.0", | ||
"@simple-dom/document": "^1.4.0", | ||
"@simple-dom/interface": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/qunit": "^2.9.0", | ||
"@glimmer/compiler": "^0.61.2" | ||
"@glimmer/compiler": "^0.62.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "@glimmer/opcode-compiler", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/opcode-compiler", | ||
"dependencies": { | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/wire-format": "^0.61.2", | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/program": "^0.61.2", | ||
"@glimmer/vm": "^0.61.2", | ||
"@glimmer/encoder": "^0.61.2", | ||
"@glimmer/reference": "^0.61.2" | ||
"@glimmer/util": "^0.62.0", | ||
"@glimmer/wire-format": "^0.62.0", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/program": "^0.62.0", | ||
"@glimmer/vm": "^0.62.0", | ||
"@glimmer/encoder": "^0.62.0", | ||
"@glimmer/reference": "^0.62.0" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/debug": "^0.61.2", | ||
"@glimmer/local-debug-flags": "^0.61.2" | ||
"@glimmer/debug": "^0.62.0", | ||
"@glimmer/local-debug-flags": "^0.62.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@glimmer/program", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/program", | ||
"dependencies": { | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/encoder": "^0.61.2" | ||
"@glimmer/util": "^0.62.0", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/encoder": "^0.62.0" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/local-debug-flags": "^0.61.2" | ||
"@glimmer/local-debug-flags": "^0.62.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@glimmer/reference", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"description": "Objects used to track values and their dirtiness in Glimmer", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@glimmer/env": "^0.1.7", | ||
"@glimmer/global-context": "^0.61.2", | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/validator": "^0.61.2" | ||
"@glimmer/global-context": "^0.62.0", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/util": "^0.62.0", | ||
"@glimmer/validator": "^0.62.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "@glimmer/runtime", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"description": "Minimal runtime needed to render Glimmer templates", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/runtime", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@glimmer/env": "0.1.7", | ||
"@glimmer/global-context": "0.61.2", | ||
"@glimmer/low-level": "^0.61.2", | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/reference": "^0.61.2", | ||
"@glimmer/validator": "^0.61.2", | ||
"@glimmer/wire-format": "^0.61.2", | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/program": "^0.61.2", | ||
"@glimmer/vm": "^0.61.2", | ||
"@glimmer/global-context": "0.62.0", | ||
"@glimmer/low-level": "^0.62.0", | ||
"@glimmer/util": "^0.62.0", | ||
"@glimmer/reference": "^0.62.0", | ||
"@glimmer/validator": "^0.62.0", | ||
"@glimmer/wire-format": "^0.62.0", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/program": "^0.62.0", | ||
"@glimmer/vm": "^0.62.0", | ||
"@simple-dom/interface": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/local-debug-flags": "^0.61.2", | ||
"@glimmer/opcode-compiler": "^0.61.2", | ||
"@glimmer/debug": "^0.61.2", | ||
"@glimmer/local-debug-flags": "^0.62.0", | ||
"@glimmer/opcode-compiler": "^0.62.0", | ||
"@glimmer/debug": "^0.62.0", | ||
"@types/qunit": "^2.9.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@glimmer/syntax", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"repository": "https://github.com/glimmerjs/glimmer-vm/tree/master/packages/@glimmer/syntax", | ||
"dependencies": { | ||
"@glimmer/interfaces": "^0.61.2", | ||
"@glimmer/util": "^0.61.2", | ||
"@glimmer/interfaces": "^0.62.0", | ||
"@glimmer/util": "^0.62.0", | ||
"@handlebars/parser": "^1.1.0", | ||
"simple-html-tokenizer": "^0.5.9" | ||
}, | ||
"devDependencies": { | ||
"@glimmer/local-debug-flags": "^0.61.2", | ||
"@glimmer/local-debug-flags": "^0.62.0", | ||
"@types/qunit": "^2.9.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "@glimmer/validator", | ||
"version": "0.61.2", | ||
"version": "0.62.0", | ||
"description": "Objects used to track values and their dirtiness in Glimmer", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@glimmer/env": "^0.1.7", | ||
"@glimmer/global-context": "0.61.2" | ||
"@glimmer/global-context": "0.62.0" | ||
} | ||
} |
Oops, something went wrong.