Skip to content

v1.3.0

Choose a tag to compare

@kyubisation kyubisation released this 09 Mar 15:36
· 188 commits to master since this release
d8413de

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