Current section

Files

Jump to
vapor CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 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](https://github.com/keathley/vapor/commit/2a4d6944d1bbe4302ba38db15d4ca087e8268e32) Fix splitting env vars when value contains "=" - Tim Cooper
* [0f00b17](https://github.com/keathley/vapor/commit/0f00b176d1a365b2c61238f4705b1c1d4cce5a3c) Merge branch 'coop-master' - Chris Keathley
## 0.5.1 (January 14, 2020)
* [5dfbf53](https://github.com/keathley/vapor/commit/5dfbf53e2825e3401d7239aa6e6dacf1511577a6) Pull environment from mix if mix is available - Chris Keathley
* [ebe0cb4](https://github.com/keathley/vapor/commit/ebe0cb417fa586cdd04b0690272606d87ce52b4d) Merge branch 'fix-env-loading' - Chris Keathley
## 0.5.0 (January 14, 2020)
* [1fa5997](https://github.com/keathley/vapor/commit/1fa59975c142efd12cc1673d03c64cfbc302f49f) Support other env based files - Chris Keathley
* [67c3d22](https://github.com/keathley/vapor/commit/67c3d22a66dd122d7f3c8cc6eeb0e58898d98048) Merge branch 'support-other-dotenv-files' - Chris Keathley
* [b6b6e18](https://github.com/keathley/vapor/commit/b6b6e1841e9a9be999b260bc82d9c1e2e0d0e0a1) Create elixir.yml - Chris Keathley
* [3d7fa8d](https://github.com/keathley/vapor/commit/3d7fa8d6ac5623f970fc7d11cc7d117fadf0fe2c) Update credo file; update libraries - Chris Keathley
* [e1fc0d5](https://github.com/keathley/vapor/commit/e1fc0d512fd781bf1fa16d55ca48fe7f2bfe03c0) Remove circle support - Chris Keathley
* [72afccf](https://github.com/keathley/vapor/commit/72afccffee405db8d2a9d2708f677080117721ed) Merge branch 'update-credo-file' - Chris Keathley
## 0.4.1 (January 7, 2020)
* [ed59837](https://github.com/keathley/vapor/commit/ed59837f19ba7117b7b325722dc09d0ed919074e) Improve README - Chris Keathley
* [c918494](https://github.com/keathley/vapor/commit/c91849491d72bf41f4bb62b23460d0b27c28f9c6) Don't overwrite env with dotenv provider - Chris Keathley
* [ec55d8c](https://github.com/keathley/vapor/commit/ec55d8c9610e2eafa55277d2f330828cdeba45ca) Allow optional overwriting in dotenv provider - Chris Keathley
* [75fbce4](https://github.com/keathley/vapor/commit/75fbce4cc53eccae6027dfd5e9e2a5570b6108c2) Merge branch 'dont-overwrite-environment-with-dotenv' - Chris Keathley
## 0.4 (January 3, 2020)
* [6a0ec97](https://github.com/keathley/vapor/commit/6a0ec9796b75859b93def7fae65efa753633f2b6) Make Vapor just about loading configuration.
## 0.3 (December 10, 2019)
* [b096011](https://github.com/keathley/vapor/commit/b0960111232754c4c2b4441522e68c0e7791a64e) Use data to define the plan and translations - Chris Keathley
* [0130b1c](https://github.com/keathley/vapor/commit/0130b1c963dddae8454ba5727b0942106bf7a211) Support watches - Chris Keathley
* [1bb651f](https://github.com/keathley/vapor/commit/1bb651f8528bed3650bce78bb7671012a24ddba0) Support handle change callbacks - Chris Keathley
* [4f3e1af](https://github.com/keathley/vapor/commit/4f3e1afb087b2996d1b77931e62f4ca0f3e545b0) Update docs - Chris Keathley