Skip to content

Releases: netlify/angular-runtime

v3.0.0

14 Aug 19:56
5ad628d
Compare
Choose a tag to compare

3.0.0 (2025-08-14)

⚠ POTENTIALLY BREAKING CHANGES

You can now set cache headers on responses when using SSR. See https://docs.netlify.com/build/caching/caching-overview/ for the full set of features.

This is marked as potentially breaking because previously, per Netlify Edge Function caching behavior, cache response headers were ignored, and after this change they will be respected. It's unlikely this will affect you.

Features

v2.4.0

27 May 15:45
3e01595
Compare
Choose a tag to compare

2.4.0 (2025-05-27)

Features

v2.3.1

21 Mar 16:42
b9dc84e
Compare
Choose a tag to compare

2.3.1 (2025-03-21)

Bug Fixes

  • add support for non-bundler module resolution (tsconfig) (#279) (ae24696)

v2.3.0

11 Mar 15:08
353459f
Compare
Choose a tag to compare

2.3.0 (2025-03-11)

Features

  • adds support for detecting NX monorepos (#263) (52b8c59)

v2.2.2

06 Feb 10:26
815b83f
Compare
Choose a tag to compare

2.2.2 (2025-02-06)

Bug Fixes

  • correct checking for runtime version installed in the project and provide example API endpoint in code snippets (#230) (3c7171f)
  • provide failBuild to getProject calls (#247) (9a3b1bd)

v2.2.1

20 Nov 15:00
18fd723
Compare
Choose a tag to compare

2.2.1 (2024-11-20)

Bug Fixes

  • add check for existence of runtime package in user project (#226) (ce7ce06)
  • add more variants of known/default server.ts (#229) (8547d35)
  • update readme with installation notes for Angular 19 (#223) (967bb66)

v2.2.0

19 Nov 12:00
7f6a29a
Compare
Choose a tag to compare

2.2.0 (2024-11-19)

Features

Bug Fixes

  • deps: update dependency @netlify/edge-functions to ^2.8.1 (#119) (42904c1)
  • deps: update dependency fs-extra to v11.2.0 (#99) (186dc1e)
  • getContext() should be sync (#222) (1cb569c)

v2.1.1

27 May 13:44
f66655e
Compare
Choose a tag to compare

2.1.1 (2024-05-27)

Bug Fixes

v2.1.0

22 May 14:01
5b675d1
Compare
Choose a tag to compare

2.1.0 (2024-05-22)

Features

v2.0.7

19 Apr 13:28
13f28ba
Compare
Choose a tag to compare

2.0.7 (2024-04-19)

Bug Fixes