All Versions
24
Latest Version
Avg Release Cycle
85 days
Latest Release
2125 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.