Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 2.68 KB

NEWS.md

File metadata and controls

80 lines (46 loc) · 2.68 KB

NEWS

Version Details

Only versions that were once on CRAN are tracked here with links. Dev versions may be listed without links.

1.2.3

What's New?

The auth function now supports both the sandbox and production environment which can be changed with a parameter.

Bug fixes:

None

Enhancements:

1. auth functions now includes support for sandbox.

[1.2.2]

What's New?

This is a totally new implementation based on httr. The older versions (1.0) were built on RCurl are now unsupported due to certificate and content structure related issues. Since version 1.1 new implementation was only on dev branch and was not documented. V1.2.1 is now on CRAN and the doc is up to date. The details below are since V1.0.

README.md updated to include the pending section with new functions based on the latest API docs.

Bug fixes:

Issue relating to public_candles and public_orderbook fixed.

Enhancements:

1.All auth based functions.
2. Updated documentation to provide clarity on date usage for public_candles()
3. Created new function list_orders() via pull request contribution from skivalov. Related documentation update

1.0.0

What's New?

Bug fixes:

None

Enhancements:

1. Updated base_url to in auth & parse_response functions.
2. updated documentation in README.md and DESCRIPTION files.

0.6.0

What's New?

Bug fixes:

None

Enhancements:

1. Updated cancel_order to take an order_id as an optional parameter.
2. Created open_orders to list all open orders.

0.5.0

What's New?

Bug fixes:

  1. add_order was broken for market & limit order types after the stop order built in. Now all orders can be successfully placed.

Enhancements:

0.4.0

What's New?

Only documentation updates like fixing typos and providing clarification on usage. No changes have been made to any code or functions.

0.3.0

What's New?

  1. The fills() function has been enhanced to include product_id. Now users can get the fills for a given product-currency pair.
  2. The add_order() function has been enhanced to include stop and stop_price. Users can now add either a stop-loss or a stop-entry order. The function was also enhanced for continue adding market orders without specifying the price which was original mandatory.