Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 1.48 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.2.4] - 2021-02-01

Fixed

  • Compatibility with Ruby 2.7+ (where BigDecimal.new has been removed)

[1.2.3] - 2021-01-06

Changed

  • BalanceResponse#success? first checks if parsed_body is present

[1.2.2] - 2021-01-05

Changed

  • BalanceResponse now returns fields, only if parsed_body is present
  • Update bundler and ruby versions
  • Moved away from config.yml variables to ENV variables
  • Added initial Github action for running tests

[1.2.1] - 2019-02-15

Fixed

  • OrderBook: do not blow up with JSON::ParserError when response isn't JSON

[1.2.0] - 2019-01-09

Added

  • Add balance API call to get balances

[1.1.0] - 2019-01-07

Fixed

  • Factories updated to FactoryBot

Added

  • MarketOrder #buy and #sell

[1.0.1] - 2019-01-07

Fixed

  • All responses are not successful when Bitstamp's response has a status key

[1.0.0] - 2019-01-04

Added

  • Place market orders

[0.3.1] - 2017-08-10

Added

  • FactoryGirl factories

[0.3.0] - 2017-08-10

Changed

  • Use language of bitstamp regarding bid/ask

[0.2.1]

Changed

  • Fix buy/bid and sell/ask assignments from the raw response

[0.2.0]

Added

  • Add functionality to grab exchange rates

[0.1.0]

Added

  • Initial release. Pull order book