Skip to content

Releases: luckyframework/lucky_env

v0.2.0

15 Sep 23:01
8bd2202
Compare
Choose a tag to compare

Use interpolation of values with other ENV keys

APP_NAME=test
DB_NAME=${APP_NAME}_database

ENV["DB_NAME"] #=> "test_database"

v0.1.4

22 Aug 18:38
Compare
Choose a tag to compare

This release fixes LuckyEnv.task? to not require the LUCKY_TASK ENV to always be defined.

v0.1.3

19 Jul 21:56
025a13d
Compare
Choose a tag to compare

Added new environment specific predicate methods

LuckyEnv.development?
LuckyEnv.environment == "development"

v0.1.2

19 May 20:35
Compare
Choose a tag to compare

New Features

  • Added .load? method to gracefully fail when a .env file does not exist (#10)

v0.1.0

06 Mar 19:51
Compare
Choose a tag to compare

Initial release.