3.0.1 (2025-11-07)
- support angular@21 RC1 (8a130c8)
3.0.0 (2025-08-14)
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.
2.4.0 (2025-05-27)
2.3.1 (2025-03-21)
2.3.0 (2025-03-11)
2.2.2 (2025-02-06)
- 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)
2.2.1 (2024-11-20)
- 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)
2.2.0 (2024-11-19)
- 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)
2.1.1 (2024-05-27)
2.1.0 (2024-05-22)
2.0.7 (2024-04-19)
2.0.6 (2024-03-04)
2.0.5 (2024-02-02)
2.0.4 (2023-11-28)
2.0.3 (2023-11-27)
2.0.2 (2023-11-09)
excludedPathcontained relative paths for some prerendered static files (#74) (5843bc8)- install run-s and run-p (#73) (38f3e63)
- remove
globalpolyfill (#76) (e6fab5f) - replace
defaultProjectwith environment variable (#75) (ee4f818)
2.0.1 (2023-11-09)
2.0.0 (2023-11-08)
- add support for Angular v17 (#67)
1.0.1 (2021-08-24)
- deps: update angular monorepo to ~12.2.0 (6f2430a)
- template path, ts in serverless.ts (#43) (6b1a74b)