All Versions
22
Latest Version
Avg Release Cycle
141 days
Latest Release
1441 days ago

Changelog History
Page 1

  • v1.2.0 Changes

    May 10, 2020
    • ๐Ÿ‘ [ENHANCEMENT] Drop support for Rubies 1.9.3, 2.0, 2.1, and 2.2
    • ๐Ÿ‘ [ENHANCEMENT] Add support for Rubies 2.5, 2.6, and 2.7
    • ๐Ÿš… [ENHANCEMENT] Drop support for Rails 3 and 4
    • ๐Ÿš… [ENHANCEMENT] Add support for Rails 5.2 and 6.0
    • [ENHANCEMENT] Proxy all ENV values via CLI to the "heroku" command
  • v1.1.1 Changes

    April 30, 2015
    • ๐Ÿ›  [BUGFIX] Fix crash when environment-specific configuration is nil
  • v1.1.0 Changes

    January 27, 2015
    • ๐Ÿ”ง [FEATURE] Support --remote when setting Heroku configuration
    • โœ… [ENHANCEMENT] Test against Rails 4.2 (stable)
  • v1.0.0 Changes

    September 17, 2014
    • ๐Ÿ›  [BUGFIX] Make calls to Heroku with a clean Bundler environment
    • ๐Ÿšš [ENHANCEMENT] Remove Rails as a runtime dependency
    • ๐Ÿš… [FEATURE] Replace the Rails generator with the figaro install task
    • [ENHANCEMENT] Rename the Figaro.require method to Figaro.require_keys
    • โœ… [ENHANCEMENT] Begin to test against Rails 4.2 (beta)
  • v1.0.0.rc1 Changes

    April 17, 2014
    • [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
  • v0.7.0 Changes

    June 27, 2013
    • ๐Ÿ”ง [FEATURE] Allow configuration values to be overridden on the system level
    • ๐Ÿ”ง [FEATURE] Enable ERB evaluation of the configuration file
  • v0.6.4 Changes

    May 01, 2013
    • ๐Ÿ›  [BUGFIX] Make the configuration file path platform-independent
    • [FEATURE] Make Figaro.env proxy method calls case-insensitive
  • v0.6.3 Changes

    March 10, 2013
    • ๐Ÿ›  [BUGFIX] Run Heroku commands with a clean Bundler environment
  • v0.6.2 Changes

    March 07, 2013
    • ๐Ÿ”จ [ENHANCEMENT] Refactor figaro:heroku task into a unit-tested class
    • [ENHANCEMENT] Relax development gem dependency version requirements
    • โœ… [ENHANCEMENT] Track test coverage
  • v0.6.1 Changes

    February 27, 2013
    • [ENHANCEMENT] Declare development gem dependencies in gemfiles
    • ๐Ÿ›  [BUGFIX] Cast boolean configuration values to strings
    • [ENHANCEMENT] Use RSpec expect syntax