All Versions
22
Latest Version
Avg Release Cycle
141 days
Latest Release
1591 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.6.0 Changes
February 26, 2013- โ [ENHANCEMENT] Test against Ruby 2.0.0
- โ [ENHANCEMENT] Test against Rails 4.0
-
v0.5.4 Changes
February 22, 2013- ๐ [ENHANCEMENT] GitHub Ruby Styleguide conventions
- ๐ [ENHANCEMENT] Remove unnecessary development dependencies
- [FEATURE] Allow
nil
values inFigaro.env
-
v0.5.3 Changes
January 12, 2013- ๐ [BUGFIX] Fix
figaro:heroku
to properly capture standard output... again
- ๐ [BUGFIX] Fix
-
v0.5.2 Changes
January 07, 2013- ๐ [BUGFIX] Escape special characters in the
figaro:heroku
task
- ๐ [BUGFIX] Escape special characters in the
-
v0.5.1 Changes
January 07, 2013- ๐ [BUGFIX] Fix
figaro:heroku
to properly capture standard output
- ๐ [BUGFIX] Fix
-
v0.5.0 Changes
October 28, 2012- ๐ [BUGFIX] Automatically cast configuration keys and values to strings
- ๐
[FEATURE] Allow the
figaro:heroku
task to respect remote Rails environment - [FEATURE] Enable
Figaro.env
to act as a proxy toENV
-
v0.4.1 Changes
April 25, 2012- ๐ [BUGFIX] Fix
figaro:heroku
Rake task failures
- ๐ [BUGFIX] Fix
-
v0.4.0 Changes
April 20, 2012- ๐ง [FEATURE] Allow environment-specific configuration
-
v0.3.0 Changes
April 20, 2012- ๐จ [ENHANCEMENT] Refactor the loading configuration into
ENV
- [FEATURE] Add
figaro:heroku
Rake task
- ๐จ [ENHANCEMENT] Refactor the loading configuration into
-
v0.2.0 Changes
April 03, 2012- โ [ENHANCEMENT] Test against multiple Rails versions (3.0, 3.1, 3.2)
- ๐
[FEATURE] Add
figaro:install
Rails generator - ๐ [BUGFIX] Gracefully parse YAML files containing only comments