Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit a8302f4

Browse files
committed
release: cut the v14.0.0-next.0 release
1 parent e0d1b6e commit a8302f4

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<a name="14.0.0-next.0"></a>
2+
3+
# 14.0.0-next.0 (2022-05-05)
4+
5+
## Breaking Changes
6+
7+
### @nguniversal/common
8+
9+
- Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
10+
11+
###
12+
13+
- Deprecated `@nguniversal/aspnetcore-engine`, `@nguniversal/hapi-engine` and `@nguniversal/socket-engine` has been removed in favor of `@nguniversal/common`.
14+
15+
### @nguniversal/common
16+
17+
| Commit | Type | Description |
18+
| ------------------------------------------------------------------------------------------------ | ---- | --------------------------- |
19+
| [46caf56c](https://github.com/angular/universal/commit/46caf56c59e026935b8ed33bad780ce1fa8ac215) | feat | drop support for Node.js 12 |
20+
21+
###
22+
23+
| Commit | Type | Description |
24+
| ------------------------------------------------------------------------------------------------ | -------- | ------------------------- |
25+
| [2a84fe03](https://github.com/angular/universal/commit/2a84fe03cf7c9c3bae9593e213126c8cadfd3a92) | refactor | remove deprecated engines |
26+
27+
### express-engine
28+
29+
| Commit | Type | Description |
30+
| ------------------------------------------------------------------------------------------------ | ---- | ---------------------------------------------- |
31+
| [ccc09c12](https://github.com/angular/universal/commit/ccc09c128569e9d555c6c86f7a19cce3757e0692) | fix | construct req url instead of using originalUrl |
32+
33+
## Special Thanks
34+
35+
Adam Plumer, Alan Agius, Conrad Magnus Kirschner, Doug Parker and Paul Gschwendtner
36+
37+
<!-- CHANGELOG SPLIT MARKER -->
38+
139
<a name="13.1.1"></a>
240

341
# 13.1.1 (2022-05-04)

0 commit comments

Comments
 (0)