Releases: kyubisation/angular-server-side-configuration
Releases · kyubisation/angular-server-side-configuration
v19.0.1
v19.0.0-next.0
v19.0.0
Changes with version 19
With version 19, the Angular CLI compiler seems to be more strict with global typing, as it will now complain about the definition for the global process
variable.
You can prevent the error either by setting skipLibCheck: true
in your tsconfig.json (which has been the default in new Angular projects generated by the Angular CLI) or by adding node
to the types
entry in your tsconfig.app.json.
v18.2.0
Features
Full Changelog: v18.1.0...v18.2.0
v18.1.0
Features
Full Changelog: v18.0.1...v18.1.0
DEPRECATION NOTICE:
The 32 bit and minified binaries are now considered deprecated and will be removed with the next major release.
v18.0.1
v18.0.0
v17.0.5
Fix release due to minified binary names being broken.