Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

69 lines (40 loc) · 3.66 KB

Changelog

2.2.2

2.2.1

  • #53 Fix build error when outputting the missing key warning message @sandydoo

2.2.0

2.1.0

2.0.0

1.2.0

1.0.4

1.0.3

1.0.1

  • #10 Don't attempt to load .env file if it doesn't exist @opsb

1.0.0

  • #6 added support for multiple environments @gniquil

0.4.0

  • #5 allow process.env to be populated before the ember app loads @zilkey

0.3.0

  • Deprecate allow in config. Use allowedClientKeys instead.
  • The node process process.env now always gets injected with the environment variables. This means process.env will have your secret environment variables, but you still have to explicitly allow client keys.