This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Releases: 0xProject/0x-monorepo
Releases · 0xProject/0x-monorepo
0x.js v0.22.5
Re-publish v0.22.4 to fix publishing issue
0x.js v0.22.4
- Upgraded bignumber.js to a new version that ships with native typings
0x.js v0.22.3
- Fixed an issue with new version of testrpc and unlimited proxy allowance (#199)
0x.js v0.22.2
- Fixed rounding of maker fill amount and incorrect validation of partial fees (#197)
0x.js v0.22.0
0x.js v0.21.4
- Made 0x.js more type-safe by making
getLogsAsync
andsubscribe/subscribeAsync
generics parametrized with arg type (#194)
0x.js v0.21.3
- Fixed a bug causing order fills to throw
INSUFFICIENT_TAKER_ALLOWANCE
(#193)
0x.js v0.21.2
- Exported
ContractEventArg
as a public type (#190)
0x.js v0.21.1
- Fixed a bug in subscriptions (#189)
0x.js v0.21.0
- Complete rewrite of subscription logic (#182)
- Subscriptions no longer return historical logs. If you want them - use
getLogsAsync
- Subscriptions now use ethereumjs-blockstream under the hood
- Subscriptions correctly handle block re-orgs (forks)
- 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
- Removed
ContractEventEmitter
and addedLogEvent
- Renamed
zeroEx.token.subscribeAsync
tozeroEx.token.subscribe
- Added
zeroEx.token.unsubscribe
andzeroEx.exchange.unsubscribe
- Renamed
zeroEx.exchange.stopWatchingAllEventsAsync
tozeroEx.exhange.unsubscribeAll
- Renamed
zeroEx.token.stopWatchingAllEventsAsync
tozeroEx.token.unsubscribeAll
- Subscriptions no longer return historical logs. If you want them - use
- Fixed the batch fills validation by emulating all balance & proxy allowance changes (#185)