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

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 in Figaro.env
  • v0.5.3 Changes

    January 12, 2013
    • ๐Ÿ›  [BUGFIX] Fix figaro:heroku to properly capture standard output... again
  • v0.5.2 Changes

    January 07, 2013
    • ๐Ÿ›  [BUGFIX] Escape special characters in the figaro:heroku task
  • v0.5.1 Changes

    January 07, 2013
    • ๐Ÿ›  [BUGFIX] Fix figaro:heroku to properly capture standard output
  • 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 to ENV
  • v0.4.1 Changes

    April 25, 2012
    • ๐Ÿ›  [BUGFIX] Fix figaro:heroku Rake task failures
  • 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
  • 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