All Versions
22
Latest Version
Avg Release Cycle
141 days
Latest Release
1230 days ago
Changelog History
Page 1
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
- ๐ [BUGFIX] Fix crash when environment-specific configuration is
-
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 toFigaro.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
- [FEATURE] Add bang and boolean methods to
-
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
- ๐จ [ENHANCEMENT] Refactor
-
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