All Versions
24
Latest Version
Avg Release Cycle
85 days
Latest Release
1886 days ago

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

  • 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)
  • 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.