All Versions
24
Latest Version
Avg Release Cycle
85 days
Latest Release
1886 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.0.alpha3
July 19, 2019 -
v0.10.0.alpha2
July 19, 2019 -
v0.10.0.alpha1
July 04, 2019 -
v0.9.3 Changes
June 29, 2019- ๐ Project moved to GitLab (https://gitlab.com/envied/envied)
- ๐ Now requiring Ruby 2.4+ [#48], [#51]
- โ Removed
coercible
dependency as now all coercion functionality is implemented locally. This is a backwards compatible change. [#49] - ๐จ Lots of refactoring and bringing the project up-to-date
๐ Deprecated
default values
See https://gitlab.com/envied/envied/tree/0-9-releases#defaults
-
v0.9.2
June 28, 2019 -
v0.9.2.rc2
June 28, 2019 -
v0.9.2.rc1
June 12, 2019 -
v0.9.1 Changes
July 06, 2017- โก๏ธ Updates
envied check:heroku
to support multiline ENV variables [#42](../../pull/42)
- โก๏ธ Updates
-
v0.9.0 Changes
March 01, 2017- ๐ Support multiple groups [#16](../../pull/16)
- ๐ Replaced rack dependency with stdlib solution using CGI for supporting hash type
- ๐ Now requiring Ruby 2.1.x and up
- โ Added float type which resolves [#30](../../pull/30)
- โ Added uri type [#22](../../pull/22)
- โก๏ธ Updated extractor to find interpolated ENV vars which fixes [#21](../../pull/21)
- ๐ Various typo fixes [#24](../../pull/24) and [#28](../../pull/28)
- โ Resolved warnings when running tests
-
v0.8.2 Changes
February 21, 2017โ Added
- Rails 5 support [#25](../../pull/25)
๐ Fixed
- Envfile: type string is also correctly implied when providing a default.