Figaro v1.0.0.rc1 Release Notes

Release Date: 2014-04-17 // almost 10 years ago
    • [FEATURE] Add bang and boolean methods to Figaro.env
    • ๐Ÿ”ง [ENHANCEMENT] Detach Figaro.env from the configuration file hash
    • [FEATURE] Add the ability to swap Figaro's application adapter
    • ๐Ÿ”ง [FEATURE] Warn when configuration keys or values are not strings
    • [FEATURE] Enable Figaro to load multiple times, overwriting previous values
    • ๐Ÿ”ง [FEATURE] Load Figaro configuration prior to database configuration
    • โœ… [ENHANCEMENT] Test against Ruby 2.1
    • โœ… [ENHANCEMENT] Test against Rails 4.1
    • [FEATURE] Replace Rake task with figaro executable
    • ๐Ÿ›  [BUGFIX] Fix character escaping for figaro heroku:set on Windows
    • ๐Ÿ”ง [FEATURE] Warn when a preexisting configuration key is skipped during load
    • [FEATURE] Add the ability to fail fast in the absence of required keys
    • ๐Ÿš… [FEATURE] Tie into Rails' earliest possible before_configuration hook