Skip to content

Latest commit

 

History

History
133 lines (95 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

133 lines (95 loc) · 2.14 KB

3.4.1

  • Fix the deprecated URL

3.4.0

  • Add captcha response detection
  • Use finance.google.com for reliability across different regions

3.3.0

  • Update Money gem dep

3.2.1

  • Increase precision of rates by using inverse reciprocals for certain currencyes

3.0.0

  • Google closed ig/calculator, so we're now using finance/calculator
  • fix incorrect parsing of complex rates

Google Currency 2.2.0

  • Update money dependency to ~> 5.1.0

Google Currency 2.1.0

  • Update money dependency to ~> 5.0.0

Google Currency 2.0.2

Bugfixes

  • Fix encoding issue

Google Currency 2.0.1

Features

  • Handles funky exchange rates (Arnaud Joubay)

Bugfixes

  • Fix for running under 1.9.2 in TextMate (larspind)

Google Currency 2.0.0

Features

  • Added multi_json to allow users to select their own JSON parsing engine.
  • Removed deprecated method #get_google_rate.

Bugfixes

  • Updated deprecated rake tasks

Google Currency 1.1.1

Bugfixes

  • Built gem using Ruby 1.8.7 to bypass a known error with RubyGems 1.5.0 and Ruby 1.9.2

Google Currency 1.1.0

Features

  • Deprecated #get_google_rate, use #get_rate (thanks RMU Alumni)

Bugfixes

  • Fixed an issue when rates over 1000 did not parse correctly (thanks Brandon Anderson)

Google Currency 1.0.3

Features

  • Update money requirement to ~> 3.5

Google Currency 1.0.2

Features

  • Replace eval with JSON.parse
  • Use BigDecimal instead of Float

Bugfixes

  • Quell parenthetical warnings in specs

Google Currency 1.0.1

Features

  • Update money requirement to ~> 3.1.5

Google Currency 1.0.0

Features

  • Updated money requirement to ~> 3.1.0

Google Currency 0.1.1

Features

  • Added #flush_rates
  • Added #flush_rate

Google Currency 0.1.0

Features

  • Initial release