Skip to content

Releases: angular/universal

v14.2.0-next.0

17 Aug 10:34
Compare
Choose a tag to compare
v14.2.0-next.0 Pre-release
Pre-release

14.2.0-next.0 (2022-08-17)

Special Thanks

Alan Agius, Charles Lyding and angular-robot[bot]

v14.1.0

17 Aug 08:42
Compare
Choose a tag to compare

14.1.0 (2022-08-17)

@nguniversal/common

Commit Description
feat - 26f2aa57 add support for blob and arraybuffer in TransferHttpCacheModule

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and renovate[bot]

v14.1.0-rc.0

20 Jul 23:25
Compare
Choose a tag to compare
v14.1.0-rc.0 Pre-release
Pre-release

14.1.0-rc.0 (2022-07-20)

Special Thanks

Alan Agius

v14.1.0-next.2

06 Jul 15:37
Compare
Choose a tag to compare
v14.1.0-next.2 Pre-release
Pre-release

14.1.0-next.2 (2022-07-06)

@nguniversal/common

Commit Description
fix - 1815b10f handle ngDevMode correctly

Special Thanks

Alan Agius, Angular Robot, Paul Gschwendtner, arturovt and renovate[bot]

v14.0.3

06 Jul 14:52
Compare
Choose a tag to compare

14.0.3 (2022-07-06)

@nguniversal/common

Commit Description
fix - b68cc08a handle ngDevMode correctly

Special Thanks

Alan Agius, Paul Gschwendtner and arturovt

v14.1.0-next.1

23 Jun 23:31
Compare
Choose a tag to compare
v14.1.0-next.1 Pre-release
Pre-release

14.1.0-next.1 (2022-06-23)

@nguniversal/builders

Commit Description
fix - c1383d13 correctly handle path normalizations on Windows

Special Thanks

Alan Agius, Doug Parker, Paul Gschwendtner and renovate[bot]

v14.0.2

23 Jun 22:32
Compare
Choose a tag to compare

14.0.2 (2022-06-23)

@nguniversal/builders

Commit Description
fix - ddffd973 correctly handle path normalizations on Windows

Special Thanks

Alan Agius and Paul Gschwendtner

v14.1.0-next.0

15 Jun 07:44
Compare
Choose a tag to compare
v14.1.0-next.0 Pre-release
Pre-release

14.1.0-next.0 (2022-06-15)

@nguniversal/common

Commit Description
fix - baff49b3 correctly handle headers for jsdom in Clover

Special Thanks

Alan Agius and hiepxanh

v14.0.1

15 Jun 07:18
Compare
Choose a tag to compare

14.0.1 (2022-06-15)

@nguniversal/common

Commit Description
fix - baff49b3 correctly handle headers for jsdom in Clover

Special Thanks

Alan Agius and hiepxanh

v14.0.0

02 Jun 18:00
Compare
Choose a tag to compare

14.0.0 (2022-06-02)

Breaking Changes

@nguniversal/common

  • 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.

  • Deprecated @nguniversal/aspnetcore-engine, @nguniversal/hapi-engine and @nguniversal/socket-engine has been removed in favor of @nguniversal/common.

@nguniversal/common

Commit Description
feat - 46caf56c drop support for Node.js 12

Commit Description
refactor - 2a84fe03 remove deprecated engines

express-engine

Commit Description
fix - ccc09c12 construct req url instead of using originalUrl

Special Thanks

Adam Plumer, Alan Agius, Conrad Magnus Kirschner, Doug Parker and Paul Gschwendtner