Posted By: Kurt Stephens
Date: 2007-03-11 08:48
Summary: currency 0.4.1 Released
Project: Currency - OO currency, FX, ExRate money
currency version 0.4.1 has been released!
Currency models currencies, monetary values, foreign exchanges rates. Pulls live and historical rates from http://xe.com/, http://newyorkfed.org/, http://thefinancials.com/. Can store/retrieve historical rate data from database using ActiveRecord. Can store/retrieve Money values using ActiveRecord.
For more details, see:
http://currency.rubyforge.org/ http://currency.rubyforge.org/files/README.txt
Changes:
== Release 0.4.1: 2007/03/10
Some changes are not backwards-compatible
* Fixed Rate::Source::Xe; site format changed, more robust parser. * Added Currency::Config. * Support for filtering Float values before casting to Money, based on suggestions for rounding by Steffen Rusitschka. * Fixed :allow_nil in ActiveRecord money macro based on fix by Steffen Rusitschka. * Fixed package scoping issue in Money. * Added support for Formatter#template string * Money format template default changed to '#{code}#{code && " "}#{symbol}#{sign}#{whole}#{fraction}'. THIS MAY BREAK EXISTING CLIENTS. See http://www.jhall.demon.co.uk/currency/ for rationale.
|
|