Skip to content

Latest commit

 

History

History
177 lines (85 loc) · 10.2 KB

File metadata and controls

177 lines (85 loc) · 10.2 KB

Changelog

3.0.1 (2025-11-07)

Bug Fixes

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

2.4.0 (2025-05-27)

Features

2.3.1 (2025-03-21)

Bug Fixes

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

2.3.0 (2025-03-11)

Features

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

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)

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)

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)

2.1.1 (2024-05-27)

Bug Fixes

2.1.0 (2024-05-22)

Features

2.0.7 (2024-04-19)

Bug Fixes

2.0.6 (2024-03-04)

Bug Fixes

2.0.5 (2024-02-02)

Bug Fixes

  • adapt publish directory based on builder (#94) (0d2b600)

2.0.4 (2023-11-28)

Bug Fixes

  • handle missing angular dependencis error (#91) (b5df118)
  • install before publishing (#79) (82521c8)

2.0.3 (2023-11-27)

Bug Fixes

  • type errors due to missing failPLugin function (#87) (db09d04)

2.0.2 (2023-11-09)

Bug Fixes

  • excludedPath contained relative paths for some prerendered static files (#74) (5843bc8)
  • install run-s and run-p (#73) (38f3e63)
  • remove global polyfill (#76) (e6fab5f)
  • replace defaultProject with environment variable (#75) (ee4f818)

2.0.1 (2023-11-09)

Bug Fixes

  • add publish step to release-please (#70) (3b58f20)
  • validate publish dir in buildbot (#71) (df8f8cf)

2.0.0 (2023-11-08)

⚠ BREAKING CHANGES

  • add support for Angular v17 (#67)

Features

1.0.1 (2021-08-24)

Bug Fixes

  • deps: update angular monorepo to ~12.2.0 (6f2430a)
  • template path, ts in serverless.ts (#43) (6b1a74b)

1.0.0 (2021-08-04)

Features

  • add basic support for angular universal alongside serverless schematic (42b64c6)
  • move demo config and add angular site root logic (#7) (330471a)

Bug Fixes

  • stylesheet issue (#9) (df106ed)
  • upgrade serverless express engine (#8) (5526778)
  • catch router errors (#21)