Skip to content

Releases: spk/money-open-exchange-rates

v1.4.0

11 Sep 14:29
@spk spk
v1.4.0
3d73cae
Compare
Choose a tag to compare

1.4.0 / 2020-09-11

  • Fix jruby test for cross courses
  • Fix deprecation global use of must_equal
  • Merge pull request #66 from @korun / clear-cross-courses
    • Update rates inside transaction, to prevent RC issues
  • Merge pull request #65 from @korun / ensure-file-closed
    • Fix unclosed file descriptor after read_from_cache
  • Merge pull request #64 from @anton-smagin / clear-cross-courses
    • Set old rates to nil on #update_rates before set new one to expire pair rates using base
  • Add coverage stage on ci
  • Remove Ruby 2.3 support
  • Switch to gitlab ci
  • Update README
  • Fix rubocop to 0.76.0 and remove minitest-focus
  • Update gitlab ci gem install does not have --no-ri anymore
  • README add more doc about update_rates
  • Fix deprecation for minitest 6
  • Fix flaky test about Money::Bank::NoAppId
  • Support Pathname for cache
  • Update rubocop to 0.76
  • Remove Ruby 2.2 support and update rubocop
  • Update travis list
  • README: improve refresh doc

v1.3.0

20 Jan 19:00
@spk spk
v1.3.0
eca71d8
Compare
Choose a tag to compare

1.3.0 / 2019-01-20

  • Update webmock to 3.5
  • Update rubocop to 0.63
  • Switch from rr to mocha/minitest
  • Add prettyprint option
  • README: add info about tests
  • Remove deprecated secure_connection= option
  • Merge pull request #54 from @LinkUpStudioUA / symbols-doc-link-fix
    • Fix link to filtering by symbols doc
  • Fix bundler to <2 on travis (dropped support Ruby < 2.3) * Fix bundler to 1.17.3 (2.0 dropped support Ruby < 2.3)
  • Merge pull request #52 from @thejchap / feature/symbols
    • add support for symbols query param
  • Remove ruby 2.0/2.1 support and fix rubocop offenses
  • Add minitest-focus gem
  • Avoid redefine json_response method

v1.2.0

31 Mar 11:17
@spk spk
v1.2.0
4305cb5
Compare
Choose a tag to compare

v1.2.0 / 2018-03-31

  • Merge pull request #51 from spk/fix-expire_rates
    • Add force_refresh_rate_on_expire option and use api timestamp
  • README: info currency-exchange

v1.1.1

31 Mar 11:16
@spk spk
v1.1.1
c8962dd
Compare
Choose a tag to compare

v1.1.1 / 2018-03-30

  • Merge pull request #50 from @v-kolesnikov / fix/avoid-monetize
    • Use monetize as a development dependency only

v1.1.0

28 Mar 18:41
@spk spk
v1.1.0
4959d1f
Compare
Choose a tag to compare

v1.1.0 / 2018-03-28

  • Force refresh when ttl is expire and cache invalid (issue #47)
  • Less strict dependency version for money/monetize

v1.0.2

27 Mar 16:56
@spk spk
v1.0.2
1a8fe77
Compare
Choose a tag to compare

v1.0.2 / 2018-03-27

  • Merge pull request #46 from @cedricpim / fix-float-big-decimal-casting
    • Fix issue with Float casting for BigDecimal

v1.0.1 / 2018-03-25

25 Mar 16:53
@spk spk
v1.0.1
92286b9
Compare
Choose a tag to compare

v1.0.1 / 2018-03-25

  • Use BigDecimal instead of Float

v1.0.0 / 2018-03-25

25 Mar 16:07
@spk spk
v1.0.0
15215c6
Compare
Choose a tag to compare

Cache improvement and alternative currencies support

  • Merge pull request #41 from @b-mandelbrot /add-show-alternative
    • Add support for black market and digital currency rates
  • Merge pull request #42 from spk/save-rates-when-ttl-expire
    • Save rates to cache after first fetch and add example with Rails
    • Improve documation about cache and rates ttl
    • Save rates when ttl expire
  • Merge pull request #40 from @Jetbuilt / deprecate-secure_connection
    • Closes #39 - Make all requests over https and deprecate secure_connection
  • Support Ruby >= 2.0

v0.7.0

23 Oct 11:06
@spk spk
v0.7.0
80efc04
Compare
Choose a tag to compare

v0.7.0 / 2016-10-23

  • Merge pull request #36 from @lautis / drop-json-gem
    • Use bundled JSON instead of gem
  • Better api url tests
  • README https links
  • Fix rubocop offense Style/StringLiterals
  • Improve documentation from inch suggestions
  • Skip integration test when OXR_APP_ID not present
  • Avoid leak of api key in integration tests
  • Update josscrowcroft/open-exchange-rates link
  • More info about OXR
  • Merge pull request #35 from spk/integration-test
    • Better integration test

v0.6.1

21 Sep 17:29
@spk spk
v0.6.1
310c44e
Compare
Choose a tag to compare

v0.6.1 / 2016-09-21

  • #34 from @JoshTheWanderer / master
    • fix: Ensure correct url for historical api calls
    • fix: Ensure correct url for api calls
  • Add failing test for source_url