- Add heredoc support to dotenv - Devon Estes
- Update dependencies
- Fix the error messages when group providers fail
- Fix default bug if the default value was
false
.
- Allow bindings options (map, default, required)
- Add support for grouping providers
- Bump dependencies
- Allow file and env providers to be marked as required or not required
- 2a4d694 Fix splitting env vars when value contains "=" - Tim Cooper
- 0f00b17 Merge branch 'coop-master' - Chris Keathley
- 5dfbf53 Pull environment from mix if mix is available - Chris Keathley
- ebe0cb4 Merge branch 'fix-env-loading' - Chris Keathley
- 1fa5997 Support other env based files - Chris Keathley
- 67c3d22 Merge branch 'support-other-dotenv-files' - Chris Keathley
- b6b6e18 Create elixir.yml - Chris Keathley
- 3d7fa8d Update credo file; update libraries - Chris Keathley
- e1fc0d5 Remove circle support - Chris Keathley
- 72afccf Merge branch 'update-credo-file' - Chris Keathley
- ed59837 Improve README - Chris Keathley
- c918494 Don't overwrite env with dotenv provider - Chris Keathley
- ec55d8c Allow optional overwriting in dotenv provider - Chris Keathley
- 75fbce4 Merge branch 'dont-overwrite-environment-with-dotenv' - Chris Keathley
- 6a0ec97 Make Vapor just about loading configuration.