-
Notifications
You must be signed in to change notification settings - Fork 300
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
Showing
1 changed file
with
49 additions
and
0 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,52 @@ | ||
# 3/23/2020 | ||
|
||
- feat: https support for dev reverse proxy | ||
- extract webpack config to its own module (@xarc/webpack) | ||
- subapp-web: Json script escape fix | ||
|
||
## Packages | ||
|
||
- `@xarc/[email protected]` `(8.0.8 => 8.0.9)` | ||
- `@xarc/[email protected]` `(8.0.8 => 8.0.9)` | ||
- `@xarc/[email protected]` `(7.0.1 => 8.0.0)` | ||
- `[email protected]` `(3.0.0 => 3.0.1)` | ||
- `[email protected]` `(1.1.9 => 1.1.10)` | ||
- `[email protected]` `(1.0.3 => 1.0.4)` | ||
- `[email protected]` `(1.0.19 => 1.0.20)` | ||
|
||
## Commits | ||
|
||
- `packages/xarc-app[-dev]` | ||
|
||
- feat: https support for dev reverse proxy ([#1572](https://github.com/electrode-io/electrode/pull/1572)) [commit](http://github.com/electrode-io/electrode/commit/6aaed710ceef2c38adb5a7b26128c35672bb6c62) | ||
- extract webpack config to its own module ([#1569](https://github.com/electrode-io/electrode/pull/1569)) [commit](http://github.com/electrode-io/electrode/commit/41d81faa9da1d07a05a18db4535ede3e07b8a760) | ||
|
||
- `packages/xarc-webpack` | ||
|
||
- extract webpack config to its own module ([#1569](https://github.com/electrode-io/electrode/pull/1569)) [commit](http://github.com/electrode-io/electrode/commit/41d81faa9da1d07a05a18db4535ede3e07b8a760) | ||
- [major] mark @xarc/webpack for first release [commit](http://github.com/electrode-io/electrode/commit/98babfee0b10fc409a240db225f8d820727b9ad6) | ||
|
||
- `packages/electrode-archetype-opt-karma` | ||
|
||
- extract webpack config to its own module ([#1569](https://github.com/electrode-io/electrode/pull/1569)) [commit](http://github.com/electrode-io/electrode/commit/41d81faa9da1d07a05a18db4535ede3e07b8a760) | ||
|
||
- `packages/subapp-server` | ||
|
||
- feat: https support for dev reverse proxy ([#1572](https://github.com/electrode-io/electrode/pull/1572)) [commit](http://github.com/electrode-io/electrode/commit/6aaed710ceef2c38adb5a7b26128c35672bb6c62) | ||
|
||
- `packages/subapp-util` | ||
|
||
- feat: https support for dev reverse proxy ([#1572](https://github.com/electrode-io/electrode/pull/1572)) [commit](http://github.com/electrode-io/electrode/commit/6aaed710ceef2c38adb5a7b26128c35672bb6c62) | ||
|
||
- `packages/subapp-web` | ||
|
||
- feat: https support for dev reverse proxy ([#1572](https://github.com/electrode-io/electrode/pull/1572)) [commit](http://github.com/electrode-io/electrode/commit/6aaed710ceef2c38adb5a7b26128c35672bb6c62) | ||
- subapp-web: Json script escape fix ([#1573](https://github.com/electrode-io/electrode/pull/1573)) [commit](http://github.com/electrode-io/electrode/commit/6c346548a02b9163f1011a8fb866f1e2a1569964) | ||
|
||
- `docs` | ||
|
||
- feat: https support for dev reverse proxy ([#1572](https://github.com/electrode-io/electrode/pull/1572)) [commit](http://github.com/electrode-io/electrode/commit/6aaed710ceef2c38adb5a7b26128c35672bb6c62) | ||
|
||
# 3/18/2020 | ||
|
||
- fix(throw on missing stats.json) | ||
|