Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

61 lines (39 loc) · 3.34 KB

Changelog

0.8.0 (April 8, 2020)

  • Add heredoc support to dotenv - Devon Estes

0.7.2 (March 21, 2020)

  • Update dependencies
  • Fix the error messages when group providers fail

0.7.1 (Febuary 24, 2020)

  • Fix default bug if the default value was false.

0.7 (February 18, 2020)

  • Allow bindings options (map, default, required)
  • Add support for grouping providers

0.6 (February 13, 2020)

  • Bump dependencies
  • Allow file and env providers to be marked as required or not required

0.5.2 (January 31, 2020)

  • 2a4d694 Fix splitting env vars when value contains "=" - Tim Cooper
  • 0f00b17 Merge branch 'coop-master' - Chris Keathley

0.5.1 (January 14, 2020)

  • 5dfbf53 Pull environment from mix if mix is available - Chris Keathley
  • ebe0cb4 Merge branch 'fix-env-loading' - Chris Keathley

0.5.0 (January 14, 2020)

  • 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

0.4.1 (January 7, 2020)

  • 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

0.4 (January 3, 2020)

  • 6a0ec97 Make Vapor just about loading configuration.

0.3 (December 10, 2019)

  • b096011 Use data to define the plan and translations - Chris Keathley
  • 0130b1c Support watches - Chris Keathley
  • 1bb651f Support handle change callbacks - Chris Keathley
  • 4f3e1af Update docs - Chris Keathley