Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans 2020-01-22 18:49:24 +10:00
parent e436673304
commit 00e616b57a
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842
83 changed files with 1156 additions and 659 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.1.0", "version": "3.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.1 - _January 22, 2020_
* Dependencies updated
## v3.1.0 - _January 6, 2020_ ## v3.1.0 - _January 6, 2020_
* Integration tests for DydxBridge with ERC20BridgeProxy. (#2401) * Integration tests for DydxBridge with ERC20BridgeProxy. (#2401)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.4 - _January 22, 2020_
* Dependencies updated
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "1.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "1.0.3", "version": "1.0.3",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.0.4 - _January 22, 2020_
* Dependencies updated
## v1.0.3 - _January 6, 2020_ ## v1.0.3 - _January 6, 2020_
* Fixed ERC721 duplicate token ID bug (#2400) * Fixed ERC721 duplicate token ID bug (#2400)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "2.0.3", "version": "2.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.4 - _January 22, 2020_
* Dependencies updated
## v2.0.3 - _January 6, 2020_ ## v2.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Early exit if a DEX sample fails", "note": "Early exit if a DEX sample fails",
"pr": 2427 "pr": 2427
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "1.0.3", "version": "1.0.3",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v1.1.0 - _January 22, 2020_
* Add batch functions to query quotes (#2427)
* Early exit if a DEX sample fails (#2427)
## v1.0.3 - _January 6, 2020_ ## v1.0.3 - _January 6, 2020_
* Add gas limits to external quote calls. (#2405) * Add gas limits to external quote calls. (#2405)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.4 - _January 22, 2020_
* Dependencies updated
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.4 - _January 22, 2020_
* Dependencies updated
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "4.0.3", "version": "4.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.4 - _January 22, 2020_
* Dependencies updated
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Reference functions for `matchOrders` and `matchOrdersWithMaximalFill`.", "note": "Reference functions for `matchOrders` and `matchOrdersWithMaximalFill`.",
"pr": 2437 "pr": 2437
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.0 - _January 22, 2020_
* Reference functions for `matchOrders` and `matchOrdersWithMaximalFill`. (#2437)
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Uses updated event decoding to properly decodes arrays and objects.", "note": "Uses updated event decoding to properly decodes arrays and objects.",
"pr": 2443 "pr": 2443
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.0 - _January 22, 2020_
* Uses updated event decoding to properly decodes arrays and objects. (#2443)
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "5.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "5.1.2", "version": "5.1.2",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.3 - _January 22, 2020_
* Dependencies updated
## v5.1.2 - _January 6, 2020_ ## v5.1.2 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -14,7 +14,8 @@
"note": "Add various negative assertions for fuzz tests", "note": "Add various negative assertions for fuzz tests",
"pr": 2431 "pr": 2431
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "2.1.0", "version": "2.1.0",

View File

@ -5,10 +5,17 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.2.0 - _January 22, 2020_
* Add mainnet contract wrapper `callAsync()` revert behavior tests. (#2433)
* Fuzz tests for `matchOrders` and `matchOrdersWithMaximalFill`. (#2437)
* Add various negative assertions for fuzz tests (#2431)
## v2.1.0 - _January 6, 2020_ ## v2.1.0 - _January 6, 2020_
* Integration tests for DydxBridge with (i) Exchange v3 and (ii) Mainnet dYdX SoloMargin contract. (#2401) * Integration tests for DydxBridge with (i) Exchange v3 and (ii) Mainnet dYdX SoloMargin contract. (#2401)
* Add aggregator mainnet tests. (#2407) * Add aggregator mainnet tests. (#2407)
* Add fuzz tests for Exchange signature validation. (#2425)
## v2.0.2 - _December 17, 2019_ ## v2.0.2 - _December 17, 2019_

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "4.0.3", "version": "4.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.4 - _January 22, 2020_
* Dependencies updated
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "2.0.3", "version": "2.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.4 - _January 22, 2020_
* Dependencies updated
## v2.0.3 - _January 6, 2020_ ## v2.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "5.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "5.1.0", "version": "5.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.1 - _January 22, 2020_
* Dependencies updated
## v5.1.0 - _January 6, 2020_ ## v5.1.0 - _January 6, 2020_
* Added ERC20BridgeProxy to list of unlocked accounts on mainnet fork (#2401) * Added ERC20BridgeProxy to list of unlocked accounts on mainnet fork (#2401)

View File

@ -6,7 +6,8 @@
"note": "Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects.", "note": "Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects.",
"pr": 2443 "pr": 2443
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.1.0 - _January 22, 2020_
* Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects. (#2443)
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Update exports.", "note": "Update exports.",
"pr": 2432 "pr": 2432
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v9.0.4 - _January 22, 2020_
* Update exports. (#2432)
## v9.0.3 - _January 6, 2020_ ## v9.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,8 @@
"note": "Regenerate test outputs.", "note": "Regenerate test outputs.",
"pr": 2433 "pr": 2433
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.1.0 - _January 22, 2020_
* Catch empty call reverts on live networks. (#2433)
* Regenerate test outputs. (#2433)
## v5.0.3 - _January 6, 2020_ ## v5.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.4 - _January 22, 2020_
* Dependencies updated
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -26,7 +26,8 @@
"note": "Change Exchange sell function from `marketSellOrdersNoThrow` to `marketSellOrdersFillOrKill`", "note": "Change Exchange sell function from `marketSellOrdersNoThrow` to `marketSellOrdersFillOrKill`",
"pr": 2450 "pr": 2450
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.0 - _January 22, 2020_
* Upgrade to new `Forwarder` contract with flat affiliate fees. (#2432)
* Remove `getSmartContractParamsOrThrow()` from `SwapQuoteConsumer`s. (#2432)
* Added `getBatchMarketBuySwapQuoteForAssetDataAsync` on `SwapQuoter` (#2427)
* Add exponential sampling distribution and `sampleDistributionBase` option to `SwapQuoter` (#2427)
* Compute more accurate best quote price (#2427)
* Change Exchange sell function from `marketSellOrdersNoThrow` to `marketSellOrdersFillOrKill` (#2450)
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Ignore zero sample results from the sampler contract. (#2406) * Ignore zero sample results from the sampler contract. (#2406)

View File

@ -6,7 +6,8 @@
"note": "Support catching empty reverts on live networks.", "note": "Support catching empty reverts on live networks.",
"pr": 2433 "pr": 2433
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.1.0 - _January 22, 2020_
* Support catching empty reverts on live networks. (#2433)
## v6.0.3 - _January 6, 2020_ ## v6.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "6.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "6.0.3", "version": "6.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.4 - _January 22, 2020_
* Dependencies updated
## v6.0.3 - _January 6, 2020_ ## v6.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -14,7 +14,8 @@
"note": "Update `ERC20BridgeSampler` address on kovan and mainnet.", "note": "Update `ERC20BridgeSampler` address on kovan and mainnet.",
"pr": 2427 "pr": 2427
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "4.2.0", "version": "4.2.0",

View File

@ -5,13 +5,21 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.3.0 - _January 22, 2020_
* Update `DevUtils` mainnet, Ropsten, Rinkeby, Kovan addresses with PR#2440 changes (#2446)
* Update `DevUtils` mainnet, Ropsten, Rinkeby, Kovan addresses (#2436)
* Update `ERC20BridgeSampler` address on kovan and mainnet. (#2427)
## v4.2.0 - _January 6, 2020_ ## v4.2.0 - _January 6, 2020_
* Added new `DevUtils` addresses (#2402) * Added new `DevUtils` addresses (#2402)
* Update ERC20BridgeSampler address on Kovan and mainnet. (#2405) * Update ERC20BridgeSampler address on Kovan and mainnet. (#2405)
* Added DydxBridge Contract to contract-addresses (#2401) * Added DydxBridge Contract to contract-addresses (#2390)
* Update `UniswapBridge` mainnet address. (#2412) * Update `UniswapBridge` mainnet address. (#2390)
* Update `KyberBridge` mainnet address. (#2412) * Update `KyberBridge` mainnet address. (#2390)
* Update `Forwarder` mainnet address. (#2390)
* Added ChaiBridge Contract to contract-addresses (#2390)
## v4.1.0 - _December 17, 2019_ ## v4.1.0 - _December 17, 2019_

View File

@ -14,7 +14,8 @@
"note": "Update `IERC20BridgeSampler artifact", "note": "Update `IERC20BridgeSampler artifact",
"pr": 2427 "pr": 2427
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "3.3.0", "version": "3.3.0",

View File

@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.4.0 - _January 22, 2020_
* Update `DevUtils` artifact (#2436)
* Update all artifacts. (#2432)
* Update `IERC20BridgeSampler artifact (#2427)
## v3.3.0 - _January 6, 2020_ ## v3.3.0 - _January 6, 2020_
* Add updated `DevUtils` artifact. (#2402) * Add updated `DevUtils` artifact. (#2402)

View File

@ -18,7 +18,8 @@
"note": "Update `IERC20BridgeSampler`", "note": "Update `IERC20BridgeSampler`",
"pr": 2427 "pr": 2427
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "13.3.0", "version": "13.3.0",

View File

@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v13.4.0 - _January 22, 2020_
* Update `DevUtils` wrapper (#2436)
* Update all wrappers. (#2432)
* Regenerate wrappers to catch empty reverts on live networks. (#2433)
* Update `IERC20BridgeSampler` (#2427)
## v13.3.0 - _January 6, 2020_ ## v13.3.0 - _January 6, 2020_
* Added updated `DevUtils` wrapper (#2402) * Added updated `DevUtils` wrapper (#2402)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "2.0.3", "version": "2.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.0.4 - _January 22, 2020_
* Dependencies updated
## v2.0.3 - _January 6, 2020_ ## v2.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Set default `hardfork` option for ganache provider to `\"istanbul\"`", "note": "Set default `hardfork` option for ganache provider to `\"istanbul\"`",
"pr": 2432 "pr": 2432
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "3.1.0", "version": "3.1.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.1 - _January 22, 2020_
* Set default `hardfork` option for ganache provider to `"istanbul"` (#2432)
## v3.1.0 - _January 6, 2020_ ## v3.1.0 - _January 6, 2020_
* Add `locked` `Web3Config` option. (#2407) * Add `locked` `Web3Config` option. (#2407)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "5.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "5.0.3", "version": "5.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.0.4 - _January 22, 2020_
* Dependencies updated
## v5.0.3 - _January 6, 2020_ ## v5.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Update Forwarder deployment", "note": "Update Forwarder deployment",
"pr": 2432 "pr": 2432
} }
] ],
"timestamp": 1579682890
}, },
{ {
"version": "5.1.0", "version": "5.1.0",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.0 - _January 22, 2020_
* Update Forwarder deployment (#2432)
## v5.1.0 - _January 6, 2020_ ## v5.1.0 - _January 6, 2020_
* Added DydxBridge Contract to ContractAddresses (#2401) * Added DydxBridge Contract to ContractAddresses (#2401)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "10.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "10.1.0", "version": "10.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v10.1.1 - _January 22, 2020_
* Dependencies updated
## v10.1.0 - _January 6, 2020_ ## v10.1.0 - _January 6, 2020_
* Export `isERC20AssetData`, `isERC20BridgeAssetData` and other equivalents. (#2421) * Export `isERC20AssetData`, `isERC20BridgeAssetData` and other equivalents. (#2421)

View File

@ -6,7 +6,8 @@
"note": "Added `getBatchOrdersAsync` for fetching batches of orders", "note": "Added `getBatchOrdersAsync` for fetching batches of orders",
"pr": 2427 "pr": 2427
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.1.0 - _January 22, 2020_
* Added `getBatchOrdersAsync` for fetching batches of orders (#2427)
## v2.0.1 - _January 6, 2020_ ## v2.0.1 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "4.0.3", "version": "4.0.3",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.4 - _January 22, 2020_
* Dependencies updated
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* More tolerant of AST-only compilation targets (#2391) * More tolerant of AST-only compilation targets (#2391)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "4.0.3", "version": "4.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.4 - _January 22, 2020_
* Dependencies updated
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "3.1.0", "version": "3.1.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.1.1 - _January 22, 2020_
* Dependencies updated
## v3.1.0 - _January 6, 2020_ ## v3.1.0 - _January 6, 2020_
* Rewrite the whole thing to use custom AST walker. (#2391) * Rewrite the whole thing to use custom AST walker. (#2391)

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "4.0.3", "version": "4.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v4.0.4 - _January 22, 2020_
* Dependencies updated
## v4.0.3 - _January 6, 2020_ ## v4.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.4 - _January 22, 2020_
* Dependencies updated
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "7.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "7.0.3", "version": "7.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.0.4 - _January 22, 2020_
* Dependencies updated
## v7.0.3 - _January 6, 2020_ ## v7.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "3.0.3", "version": "3.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v3.0.4 - _January 22, 2020_
* Dependencies updated
## v3.0.3 - _January 6, 2020_ ## v3.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "6.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "6.0.3", "version": "6.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v6.0.4 - _January 22, 2020_
* Dependencies updated
## v6.0.3 - _January 6, 2020_ ## v6.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Allow for strict decoding of return values.", "note": "Allow for strict decoding of return values.",
"pr": 2433 "pr": 2433
} }
] ],
"timestamp": 1579682890
}, },
{ {
"timestamp": 1578272714, "timestamp": 1578272714,

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v5.2.0 - _January 22, 2020_
* Allow for strict decoding of return values. (#2433)
## v5.1.2 - _January 6, 2020_ ## v5.1.2 - _January 6, 2020_
* Dependencies updated * Dependencies updated

View File

@ -1,4 +1,13 @@
[ [
{
"timestamp": 1579682890,
"version": "7.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"timestamp": 1578272714, "timestamp": 1578272714,
"version": "7.0.3", "version": "7.0.3",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v7.0.4 - _January 22, 2020_
* Dependencies updated
## v7.0.3 - _January 6, 2020_ ## v7.0.3 - _January 6, 2020_
* Dependencies updated * Dependencies updated