Releases: spk/money-open-exchange-rates
Releases · spk/money-open-exchange-rates
v1.4.0
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
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
v1.1.1
v1.1.0
v1.0.2
v1.0.1 / 2018-03-25
v1.0.1 / 2018-03-25
- Use BigDecimal instead of Float
v1.0.0 / 2018-03-25
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
- Closes #39 - Make all requests over https and deprecate
- Support Ruby >= 2.0
v0.7.0
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