Skip to content

Releases: kyubisation/angular-server-side-configuration

v8.0.0-beta.3

19 Jul 12:50
Compare
Choose a tag to compare
v8.0.0-beta.3 Pre-release
Pre-release

Bugfix

  • Fixed dependency issue with glob-to-regexp

v8.0.0-beta.2

19 Jul 12:18
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release

Changes:

This list of changes was auto generated.

v8.0.0-beta.1

14 Jul 20:47
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release

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

30 Jun 21:14
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release

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

13 Apr 22:34
Compare
Choose a tag to compare

Features

  • Added documentation for the native cli

v2.0.0-beta.3

13 Apr 20:57
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

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 the ngssc 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

10 Mar 15:49
dc66ee6
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

Features

  • Implemented NG_ENV variant as an alternative for process.env

Breaking Changes

  • Removed deprecated ProcessEnvConfiguration

v1.3.0

09 Mar 15:36
d8413de
Compare
Choose a tag to compare

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

23 Dec 23:31
ac81756
Compare
Choose a tag to compare

Bugfixes

  • Fixed documentation issue

v1.2.0

23 Dec 22:25
dfc956e
Compare
Choose a tag to compare

Features

  • aot-wrap CLI command

Bugfixes

  • Fixed typings path