Releases: kyubisation/angular-server-side-configuration
Releases · kyubisation/angular-server-side-configuration
v8.0.0-beta.3
Bugfix
- Fixed dependency issue with glob-to-regexp
v8.0.0-beta.2
Changes:
This list of changes was auto generated.
v8.0.0-beta.1
Changes:
- 28e72d6 chore: set version and upgrade dev dependencies
- 772f2a8 feat(ng-update): implement ng update migration
- a50877b fix(cli): fixes build.sh execute permission
- 8841ce9 build: configures npm tag for publishing
- ffc305f feat(angular8): rewrites the library to use schematics and builders (#32)
This list of changes was auto generated.
v8.0.0-beta.0
Features
- Rewrote the library to use Angular schematics and builders
- Added --recursive flag to the native CLI
Breaking Changes
- Removed the npm CLI and most of the existing internal implementation
- Dropped support for configuration embedded in html
v2.0.0
Features
- Added documentation for the native cli
v2.0.0-beta.3
New version due to a mishap with version 2.0.0-beta.1 and2.0.0-beta.2
The detection and insertion of environment variables has been separated.
Detection is now executed at build time by wrapping the ng build command (e.g. ngssc ng build
).
This will generate an ngssc.json file, which can be used by the ngssc insert
command.
See the README for more information.
Features
- New command
ngssc
for detecting environment variable usage
Breaking Changes
- The
ngssc wrap-aot
has been merged into thengssc
command as an optional flag--wrap-aot
. - The
ngssc insert
command requires an ngssc.json file or embedded configuration in the html files.
v2.0.0-beta.0
Features
- Implemented NG_ENV variant as an alternative for process.env
Breaking Changes
- Removed deprecated ProcessEnvConfiguration
v1.3.0
Features
- Created ProcessEnvConfiguration, which will replace EnvironmentVariablesConfiguration
- Created class Configuration, which is the base implementation for ProcessEnvConfiguration and EnvironmentVariablesConfiguration
Deprecation
- EnvironmentVariablesConfiguration has been deprecated. Use ProcessEnvConfiguration instead.
Internal Changes
- Switched testing framework from mocha/chai/nyc to jest
v1.2.1
Bugfixes
- Fixed documentation issue
v1.2.0
Features
- aot-wrap CLI command
Bugfixes
- Fixed typings path