Skip to content

Latest commit

 

History

History
146 lines (98 loc) · 11.1 KB

File metadata and controls

146 lines (98 loc) · 11.1 KB

v1.3.0 (2021-01-11)

  • CHANGELOG again View
  • Add debug prints View
  • Pass correct type on event View
  • Move debug in if View
  • ws -> selft View
  • Update websocket.rb View
  • Initial futures api support View
  • Version up View
  • Update README View

v1.2.4 (2020-05-02)

  • Add CHANGELOG.md View
  • Update View
  • Update README View
  • CHANGELOG generator View
  • MD again View
  • Update CHANGELOG generator + CHANGELOG View
  • CHANGELOG link View
  • Update websocket gem View

v1.2.3 (2020-05-02)

v1.2.2 (2020-04-30)

  • Update faraday dependency View
  • Update version.rb View
  • Test reconnect View

v1.2.0 (2018-07-09)

  • Add allPrices endpoint, and all_prices method View
  • Remove unused allPrices endpoint View
  • Version 1.2.0 View

v1.1.0 (2018-06-08)

  • Remove REST#product method and endpoint. View
  • Appease the RuboCop Gods. View
  • Add REST#dust_log method and endpoint. View
  • Version 1.1.0 View

v1.0.1 (2018-03-21)

  • Add notice about 1.0. View
  • Fix account_info endpoint View
  • Version 1.0.1 View

v1.0 (2018-03-18)

  • Copy & paste fail in query order method doc View
  • add public adapter for public withdraw endpoints View
  • add systemStatus endpoint View
  • add system status request View
  • tidy whitespace View
  • remove comma from last item in hash View
  • Refactor using metaprogramming. View
  • Add new #withdraw_fee endpoint. View
  • Update method call. View
  • Change expected options in REST options from camelCase to snake_case. View
  • Update various things. View
  • Version 1.0 View

v0.4.3 (2018-02-09)

  • Make small changes to README. View
  • Fix API url View
  • Allow rest.open_orders without params View
  • Fix **option into option = {} to maintain consistency. View
  • Version 0.4.3 View

v0.4.2 (2018-01-27)

  • Modify internal Class names to CamelCase in accordance with rubocop. View
  • Refactor REST client code. * Decouple Faraday clients from API "libraries". * Move Faraday client initialization into REST. * Prevent api_key and secret_key from being accessible. * Simplify everything and get rid of ugly / bad coding choices. View
  • Give more meaningful and detached names to REST Faraday client methods. View
  • Change REST#request endpoint argument from String to Symbol. View
  • Loosen runtime dependency requirements to include minor upgrades. View
  • Version 0.4.2 View

v0.4.1 (2018-01-20)

  • Hotfix for Historical Trades endpoint not having API key header. View
  • Fix comment that didn't list fromId option as optional. View
  • Version 0.4.1 View

v0.4.0 (2018-01-07)

  • Add User Data Stream REST endpoints and WebSocket stream. View
  • Version 0.4.0 View

v0.3.1 (2017-12-28)

  • Fix (hopefully) TomDoc issues for documentation. View
  • Version 0.3.1 View

v0.3.0 (2017-12-28)

  • Add gem version badge. View
  • Update REST Client API URL. View
  • Add Faraday adapter option to Client::REST initializer. View
  • Basic WebSocket functionality implemented. View
  • Update README to include instructions for WebSocket. View
  • Add comments to WebSocket API. View
  • Make private methods private. View
  • Add comments to REST API. View
  • Add comments to Withdraw API. View
  • Add missing accountStatus endpoint. View
  • Add comment to account_status. View
  • Add comments to Public API. View
  • Add comments to Account API. View
  • Version 0.3.0 View

v0.2.0 (2017-12-12)

  • Refactor Faraday usage to avoid repetition. View
  • Create .gitignore file. View
  • Add 'Test new order' endpoint View
  • Refactor how we resolve API endpoints to accommodate Binance's ever-changing API. Add new API endpoints and ensure the gem's API backwards compatibility. View
  • Version 0.2.0 View

v0.1.0 (2017-11-28)

  • Add link to REST API documentation. View
  • Modify version number to adhere to semantic versioning. View