Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 719 Bytes

Changelog

2.0.1 - 2017.05.30

  • Add TypeScript definitions (thanks @toverux)

2.0.0 - 2017.04.26

  • Add binary for injecting .env variables into non-node scripts

1.0.4 - 2016.10.23

  • Replace winston library with generic console (Thanks @bostrom)

1.0.3 - 2016.08.06

  • Fix comma-space typo in thrown error (Thanks @niftylettuce)

1.0.2 - 2016.08.04

  • Add default export to simplify ES6 imports

1.0.1 - 2016.05.10

  • Add ability to load .env files from command line
  • Update dependencies

1.0.0 - 2016.02.15

  • Correct documentation error
  • Update dependencies

0.1.1 - 2016.02.10

  • Remove errant ide files from package
  • Add prepublish npm script

0.1.0 - 2016.02.09

  • Initial release