Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-04-02 17:42:03 +09:00
parent 595517e68b
commit 4d4ea8a4d0
38 changed files with 303 additions and 56 deletions

View File

@@ -20,7 +20,8 @@
"Added `stateLayer` setting to `OrderStateWatcherConfig` so OrderStateWatcher can be set to monitor different blockchain state layers", "Added `stateLayer` setting to `OrderStateWatcherConfig` so OrderStateWatcher can be set to monitor different blockchain state layers",
"pr": 488 "pr": 488
} }
] ],
"timestamp": 1522658513
}, },
{ {
"version": "0.33.2", "version": "0.33.2",

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.34.0 - _TBD_ CHANGELOG
## v0.34.0 - _April 2, 2018_
* Fix the bug causing `zeroEx.exchange.fillOrdersUpToAsync` validation to fail if there were some extra orders passed (#470) * Fix the bug causing `zeroEx.exchange.fillOrdersUpToAsync` validation to fail if there were some extra orders passed (#470)
* Remove automatic instantiation of `zeroEx.orderStateWatcher` (#488) * Remove automatic instantiation of `zeroEx.orderStateWatcher` (#488)
@@ -160,16 +165,16 @@
## v0.21.0 - _October 10, 2017_ ## v0.21.0 - _October 10, 2017_
* Complete rewrite of subscription logic (#182) * Complete rewrite of subscription logic (#182)
* Subscriptions no longer return historical logs. If you want them - use `getLogsAsync` * Subscriptions no longer return historical logs. If you want them - use `getLogsAsync`
* Subscriptions now use [ethereumjs-blockstream](https://github.com/ethereumjs/ethereumjs-blockstream) under the hood * Subscriptions now use [ethereumjs-blockstream](https://github.com/ethereumjs/ethereumjs-blockstream) under the hood
* Subscriptions correctly handle block re-orgs (forks) * Subscriptions correctly handle block re-orgs (forks)
* Subscriptions correctly backfill logs (connection problems) * Subscriptions correctly backfill logs (connection problems)
* They no longer setup filters on the underlying nodes, so you can use them with infura without a filter Subprovider * They no longer setup filters on the underlying nodes, so you can use them with infura without a filter Subprovider
* Removed `ContractEventEmitter` and added `LogEvent` * Removed `ContractEventEmitter` and added `LogEvent`
* Renamed `zeroEx.token.subscribeAsync` to `zeroEx.token.subscribe` * Renamed `zeroEx.token.subscribeAsync` to `zeroEx.token.subscribe`
* Added `zeroEx.token.unsubscribe` and `zeroEx.exchange.unsubscribe` * Added `zeroEx.token.unsubscribe` and `zeroEx.exchange.unsubscribe`
* Renamed `zeroEx.exchange.stopWatchingAllEventsAsync` to `zeroEx.exhange.unsubscribeAll` * Renamed `zeroEx.exchange.stopWatchingAllEventsAsync` to `zeroEx.exhange.unsubscribeAll`
* Renamed `zeroEx.token.stopWatchingAllEventsAsync` to `zeroEx.token.unsubscribeAll` * Renamed `zeroEx.token.stopWatchingAllEventsAsync` to `zeroEx.token.unsubscribeAll`
* Fixed the batch fills validation by emulating all balance & proxy allowance changes (#185) * Fixed the batch fills validation by emulating all balance & proxy allowance changes (#185)
## v0.20.0 - _October 5, 2017_ ## v0.20.0 - _October 5, 2017_
@@ -195,9 +200,9 @@
## v0.16.0 - _September 20, 2017_ ## v0.16.0 - _September 20, 2017_
* Added the ability to specify custom contract addresses to be used with 0x.js (#165) * Added the ability to specify custom contract addresses to be used with 0x.js (#165)
* ZeroExConfig.exchangeContractAddress * ZeroExConfig.exchangeContractAddress
* ZeroExConfig.tokenRegistryContractAddress * ZeroExConfig.tokenRegistryContractAddress
* ZeroExConfig.etherTokenContractAddress * ZeroExConfig.etherTokenContractAddress
* Added `zeroEx.tokenRegistry.getContractAddressAsync` (#165) * Added `zeroEx.tokenRegistry.getContractAddressAsync` (#165)
## v0.15.0 - _September 8, 2017_ ## v0.15.0 - _September 8, 2017_
@@ -287,10 +292,10 @@
* Added `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync` (#89) * Added `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync` (#89)
* Added `zeroEx.token.subscribeAsync` (#90) * Added `zeroEx.token.subscribeAsync` (#90)
* Made contract invalidation functions private (#90) * Made contract invalidation functions private (#90)
* `zeroEx.token.invalidateContractInstancesAsync` * `zeroEx.token.invalidateContractInstancesAsync`
* `zeroEx.exchange.invalidateContractInstancesAsync` * `zeroEx.exchange.invalidateContractInstancesAsync`
* `zeroEx.proxy.invalidateContractInstance` * `zeroEx.proxy.invalidateContractInstance`
* `zeroEx.tokenRegistry.invalidateContractInstance` * `zeroEx.tokenRegistry.invalidateContractInstance`
* Fixed the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance * Fixed the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance
## v0.7.1 - _June 26, 2017_ ## v0.7.1 - _June 26, 2017_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.2.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.2.5", "version": "0.2.5",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.2.8 - _April 2, 2018_
* Dependencies updated
## v0.2.5 - _March 18, 2018_ ## v0.2.5 - _March 18, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.2.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.2.0", "version": "0.2.0",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.2.4 - _April 2, 2018_
* Dependencies updated
## v0.2.0 - _March 8, 2018_ ## v0.2.0 - _March 8, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.0.2", "version": "0.0.2",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.0.6 - _April 2, 2018_
* Dependencies updated
## v0.0.2 - _March 4, 2018_ ## v0.0.2 - _March 4, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.6.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.6.4", "version": "0.6.4",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.6.7 - _April 2, 2018_
* Dependencies updated
## v0.6.4 - _March 18, 2018_ ## v0.6.4 - _March 18, 2018_

View File

@@ -1,12 +1,13 @@
[ [
{ {
"version": "0.3.2", "version": "0.3.4",
"changes": [ "changes": [
{ {
"note": "Create solc_bin directory if does not exist before attempting to compile", "note": "Create solc_bin directory if does not exist before attempting to compile",
"pr": 491 "pr": 491
} }
] ],
"timestamp": 1522658513
}, },
{ {
"version": "0.3.1", "version": "0.3.1",

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.3.2 - _TBD_ CHANGELOG
## v0.3.4 - _April 2, 2018_
* Create solc_bin directory if does not exist before attempting to compile (#491) * Create solc_bin directory if does not exist before attempting to compile (#491)

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.3.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.3.1", "version": "0.3.1",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.3.3 - _April 2, 2018_
* Dependencies updated
## v0.3.1 - _March 18, 2018_ ## v0.3.1 - _March 18, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.7.18",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.7.13", "version": "0.7.13",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.7.18 - _April 2, 2018_
* Dependencies updated
## v0.7.13 - _February 9, 2018_ ## v0.7.13 - _February 9, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.1.15",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.1.13", "version": "0.1.13",
"changes": [ "changes": [

View File

@@ -1,5 +1,14 @@
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG CHANGELOG
## v0.1.15 - _April 2, 2018_
* Dependencies updated
## v0.1.13 - _March 18, 2018_ ## v0.1.13 - _March 18, 2018_
* Add postpublish utils * Add postpublish utils

View File

@@ -1,6 +1,6 @@
[ [
{ {
"version": "0.0.4", "version": "0.0.5",
"changes": [ "changes": [
{ {
"note": "note":
@@ -21,7 +21,8 @@
"note": "Add support for documenting exported functions.", "note": "Add support for documenting exported functions.",
"pr": 465 "pr": 465
} }
] ],
"timestamp": 1522658513
}, },
{ {
"version": "0.0.3", "version": "0.0.3",

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.0.4 - _TBD_ CHANGELOG
## v0.0.5 - _April 2, 2018_
* Handle `reflection` type rendering so that anonymous function type declarations render properly (#465) * Handle `reflection` type rendering so that anonymous function type declarations render properly (#465)
* Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. (#465) * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. (#465)

View File

@@ -12,6 +12,7 @@
{ {
"note": "Reorganized colors and added new ones" "note": "Reorganized colors and added new ones"
} }
] ],
"timestamp": 1522658513
} }
] ]

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.1.0 - _TBD, 2018_ CHANGELOG
## v0.1.0 - _April 2, 2018_
* Added new colors (#468) * Added new colors (#468)
* Fix section and menuItem text display to replace dashes with spaces. * Fix section and menuItem text display to replace dashes with spaces.

View File

@@ -1 +1,11 @@
[] [
{
"timestamp": 1522658513,
"version": "0.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
}
]

View File

@@ -1 +1,10 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.0.5 - _April 2, 2018_
* Dependencies updated

View File

@@ -1,12 +1,13 @@
[ [
{ {
"version": "0.0.3", "version": "0.0.6",
"changes": [ "changes": [
{ {
"note": "Added postman collection unit tests", "note": "Added postman collection unit tests",
"pr": 451 "pr": 451
} }
] ],
"timestamp": 1522658513
}, },
{ {
"version": "0.0.2", "version": "0.0.2",

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.0.3 - _TBD, 2018_ CHANGELOG
## v0.0.6 - _April 2, 2018_
* Added postman collection unit tests (#451) * Added postman collection unit tests (#451)

View File

@@ -1,6 +1,6 @@
[ [
{ {
"version": "0.8.1", "version": "0.8.3",
"changes": [ "changes": [
{ {
"note": "Introduce `JSONRPCRequestPayloadWithMethod` type", "note": "Introduce `JSONRPCRequestPayloadWithMethod` type",
@@ -10,7 +10,8 @@
"note": "Export `ErrorCallback` type.", "note": "Export `ErrorCallback` type.",
"pr": 465 "pr": 465
} }
] ],
"timestamp": 1522658513
}, },
{ {
"version": "0.8.0", "version": "0.8.0",

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.8.1 - _TBD_ CHANGELOG
## v0.8.3 - _April 2, 2018_
* Introduce `JSONRPCRequestPayloadWithMethod` type (#465) * Introduce `JSONRPCRequestPayloadWithMethod` type (#465)
* Export `ErrorCallback` type. (#465) * Export `ErrorCallback` type. (#465)

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.4.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.4.9", "version": "0.4.9",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.4.13 - _April 2, 2018_
* Dependencies updated
## v0.4.9 - _February 9, 2018_ ## v0.4.9 - _February 9, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.4.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.4.0", "version": "0.4.0",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.4.2 - _April 2, 2018_
* Dependencies updated
## v0.4.0 - _March 18, 2018_ ## v0.4.0 - _March 18, 2018_

View File

@@ -1,6 +1,7 @@
[ [
{ {
"version": "0.0.2", "version": "0.0.2",
"changes": [] "changes": [],
"timestamp": 1522658513
} }
] ]

View File

@@ -1,3 +1,8 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.x.x - _TBD, 2018_ CHANGELOG
## v0.0.2 - _April 2, 2018_

View File

@@ -1,4 +1,13 @@
[ [
{
"timestamp": 1522658513,
"version": "0.4.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{ {
"version": "0.4.3", "version": "0.4.3",
"changes": [ "changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.4.4 - _April 2, 2018_
* Dependencies updated
## v0.4.3 - _March 18, 2018_ ## v0.4.3 - _March 18, 2018_

View File

@@ -6,7 +6,8 @@
"note": "Rename `signTransactionAsync` to `signMessageAsync` for clarity", "note": "Rename `signTransactionAsync` to `signMessageAsync` for clarity",
"pr": 465 "pr": 465
} }
] ],
"timestamp": 1522658513
}, },
{ {
"version": "0.3.0", "version": "0.3.0",

View File

@@ -1,6 +1,11 @@
# CHANGELOG <!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.4.0 - _TBD_ CHANGELOG
## v0.4.0 - _April 2, 2018_
* Rename `signTransactionAsync` to `signMessageAsync` for clarity (#465) * Rename `signTransactionAsync` to `signMessageAsync` for clarity (#465)