aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/CHANGELOG.md
blob: c538fa3e0daa22a8531e02ffee55fee29f47ffff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v5.0.1 - _February 6, 2019_

    * Dependencies updated

## v5.0.0 - _February 5, 2019_

    * Upgrade the bignumber.js to v8.0.2 (#1517)

## v4.1.0 - _Invalid date_

    * Adds new public method getLiquidityForAssetDataAsync, and exposes getOrdersAndFillableAmountsAsync as public method (#1512)

## v4.0.2 - _January 17, 2019_

    * Dependencies updated

## v4.0.1 - _January 15, 2019_

    * Dependencies updated

## v4.0.0 - _January 11, 2019_

    * Raise custom InsufficientAssetLiquidityError error with amountAvailableToFill attribute (#1437)

## v3.0.5 - _January 9, 2019_

    * Dependencies updated

## v3.0.4 - _December 13, 2018_

    * Dependencies updated

## v3.0.3 - _December 11, 2018_

    * Update SRA order provider to include Dai

## v3.0.2 - _November 28, 2018_

    * Dependencies updated

## v3.0.1 - _November 21, 2018_

    * Dependencies updated (#1276)

## v3.0.0 - _November 14, 2018_

    * update `getBuyQuoteAsync` to return eth spent on assets instead of per unit amount (#1252)

## v2.2.2 - _November 13, 2018_

    * Dependencies updated

## v2.2.1 - _November 12, 2018_

    * Dependencies updated

## v2.2.0 - _November 9, 2018_

    * `getAssetBuyerForProvidedOrders` factory function now takes 3 args instead of 4 (#1187)
    * the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init. (#1203)
    * No longer require that provided orders all have the same maker and taker asset data (#1197)
    * Fix bug where `BuyQuoteInfo` objects could return `totalEthAmount` and `feeEthAmount` that were not whole numbers (#1207)
    * Fix bug where default values for `AssetBuyer` public facing methods could get overriden by `undefined` values (#1207)
    * Lower default expiry buffer from 5 minutes to 2 minutes (#1217)

## v2.1.0 - _October 18, 2018_

    * Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`
    * Export `BuyQuoteInfo` type (#1131)
    * Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers (#1105)
    * Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts` (#1116)
    * Add `docs:json` command to package.json (#1139)
    * Add missing types to public interface (#1139)
    * Throw `SignatureRequestDenied` and `TransactionValueTooLow` errors when executing buy (#1147)

## v2.0.0 - _October 4, 2018_

    * Expand AssetBuyer to work with multiple assets at once (#1086)
    * Fix minRate and maxRate calculation (#1113)

## v1.0.3 - _October 2, 2018_

    * Dependencies updated

## v1.0.2 - _September 28, 2018_

    * Dependencies updated

## v1.0.1 - _September 25, 2018_

    * Dependencies updated

## v1.0.0 - _September 25, 2018_

    * Dependencies updated

## v1.0.0-rc.1 - _Invalid date_

    * Init