|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.48.0 (2020-03-11) |
| 4 | + |
| 5 | +#### :boom: Breaking Change |
| 6 | +* `@glimmer/program`, `@glimmer/reference` |
| 7 | + * [#1053](https://github.com/glimmerjs/glimmer-vm/pull/1053) Upgrade TypeScript version to 3.7.5 ([@krisselden](https://github.com/krisselden)) |
| 8 | +* `@glimmer/debug`, `@glimmer/integration-tests`, `@glimmer/opcode-compiler`, `@glimmer/runtime`, `@glimmer/util` |
| 9 | + * [#1047](https://github.com/glimmerjs/glimmer-vm/pull/1047) Remove runtime dep on opcode-compiler ([@krisselden](https://github.com/krisselden)) |
| 10 | +* `@glimmer/integration-tests`, `@glimmer/reference`, `@glimmer/runtime` |
| 11 | + * [#1028](https://github.com/glimmerjs/glimmer-vm/pull/1028) Simplifies `JitRuntime`, `JitContext`, `Environment` setup ([@pzuraq](https://github.com/pzuraq)) |
| 12 | +* `@glimmer/interfaces`, `@glimmer/opcode-compiler`, `@glimmer/runtime` |
| 13 | + * [#1044](https://github.com/glimmerjs/glimmer-vm/pull/1044) Remove `@glimmer/opcode-compiler` dependency on `@glimmer/runtime` ([@krisselden](https://github.com/krisselden)) |
| 14 | +* `@glimmer/interfaces`, `@glimmer/runtime` |
| 15 | + * [#1043](https://github.com/glimmerjs/glimmer-vm/pull/1043) Fix `@glimmer/interfaces` dependency on `@glimmer/runtime` ([@krisselden](https://github.com/krisselden)) |
| 16 | + |
| 17 | +#### :bug: Bug Fix |
| 18 | +* `@glimmer/debug`, `@glimmer/node`, `@glimmer/object-reference`, `@glimmer/program`, `@glimmer/reference` |
| 19 | + * [#1049](https://github.com/glimmerjs/glimmer-vm/pull/1049) Enable eslint-plugin-node's no-extraneous-import rule (mostly). ([@rwjblue](https://github.com/rwjblue)) |
| 20 | +* `@glimmer/runtime` |
| 21 | + * [#1041](https://github.com/glimmerjs/glimmer-vm/pull/1041) runtime: Add missing `@glimmer/opcode-compiler` dependency ([@Turbo87](https://github.com/Turbo87)) |
| 22 | +* `@glimmer/util` |
| 23 | + * [#1040](https://github.com/glimmerjs/glimmer-vm/pull/1040) util: Promote `@glimmer/interfaces` to non-dev dependency ([@Turbo87](https://github.com/Turbo87)) |
| 24 | + |
| 25 | +#### :memo: Documentation |
| 26 | +* [#984](https://github.com/glimmerjs/glimmer-vm/pull/984) Remove obsolete BREAKING.md file ([@Turbo87](https://github.com/Turbo87)) |
| 27 | + |
| 28 | +#### :house: Internal |
| 29 | +* `@glimmer/integration-tests` |
| 30 | + * [#1055](https://github.com/glimmerjs/glimmer-vm/pull/1055) bugfix: -test not -tests ([@chadhietala](https://github.com/chadhietala)) |
| 31 | + * [#991](https://github.com/glimmerjs/glimmer-vm/pull/991) Add a set of "chaos monkey" tests for rehydration. ([@rwjblue](https://github.com/rwjblue)) |
| 32 | + * [#1045](https://github.com/glimmerjs/glimmer-vm/pull/1045) integration-tests: Add missing `@glimmer/runtime` dependency ([@Turbo87](https://github.com/Turbo87)) |
| 33 | +* `@glimmer/compiler`, `@glimmer/debug`, `@glimmer/dom-change-list`, `@glimmer/integration-tests`, `@glimmer/node`, `@glimmer/object`, `@glimmer/opcode-compiler`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator` |
| 34 | + * [#1050](https://github.com/glimmerjs/glimmer-vm/pull/1050) Remove unused and update eslint and prettier. ([@krisselden](https://github.com/krisselden)) |
| 35 | +* Other |
| 36 | + * [#1048](https://github.com/glimmerjs/glimmer-vm/pull/1048) [CLEANUP] Remove long deprecated emberjs-build usage ([@krisselden](https://github.com/krisselden)) |
| 37 | + * [#1042](https://github.com/glimmerjs/glimmer-vm/pull/1042) ESLint: Enable `node/no-unpublished-import` rule ([@Turbo87](https://github.com/Turbo87)) |
| 38 | +* `@glimmer/interfaces`, `@glimmer/opcode-compiler` |
| 39 | + * [#1046](https://github.com/glimmerjs/glimmer-vm/pull/1046) Fix TS performance regression in compiler types ([@krisselden](https://github.com/krisselden)) |
| 40 | +* `@glimmer/bundle-compiler`, `@glimmer/compiler`, `@glimmer/debug`, `@glimmer/dom-change-list`, `@glimmer/low-level`, `@glimmer/object-reference`, `@glimmer/object`, `@glimmer/opcode-compiler`, `@glimmer/program`, `@glimmer/reference`, `@glimmer/runtime`, `@glimmer/syntax`, `@glimmer/util`, `@glimmer/validator` |
| 41 | + * [#1039](https://github.com/glimmerjs/glimmer-vm/pull/1039) Add `.npmignore` files to each public package with a `test` folder ([@Turbo87](https://github.com/Turbo87)) |
| 42 | +* `@glimmer/runtime`, `@glimmer/syntax` |
| 43 | + * [#1038](https://github.com/glimmerjs/glimmer-vm/pull/1038) Replace imports from own package with relative imports ([@Turbo87](https://github.com/Turbo87)) |
| 44 | +* `@glimmer/interfaces` |
| 45 | + * [#1037](https://github.com/glimmerjs/glimmer-vm/pull/1037) interfaces: Remove unused imports ([@Turbo87](https://github.com/Turbo87)) |
| 46 | + |
| 47 | +#### Committers: 5 |
| 48 | +- Chad Hietala ([@chadhietala](https://github.com/chadhietala)) |
| 49 | +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
| 50 | +- Kris Selden ([@krisselden](https://github.com/krisselden)) |
| 51 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 52 | +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
| 53 | + |
3 | 54 | ## v0.47.9 (2020-02-14) |
4 | 55 |
|
5 | 56 | #### :bug: Bug Fix |
|
0 commit comments