Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Releases: 0xProject/0x-monorepo

0x.js v0.20.0

05 Oct 11:54
60de7ec
Compare
Choose a tag to compare
  • Add zeroEx.token.getLogsAsync (#178)
  • Add zeroEx.exchange.getLogsAsync (#178)
  • Fixed fees validation when one of the tokens transferred is ZRX (#181)

0x.js v0.19.0

29 Sep 14:25
76c8d71
Compare
Choose a tag to compare
  • Made order validation optional (#172)
  • Added Ropsten testnet support (#173)
  • Fixed a bug causing awaitTransactionMinedAsync to DDos backend nodes (#175)

0x.js v0.18.0

26 Sep 14:25
Compare
Choose a tag to compare

Added zeroEx.exchange.validateOrderFillableOrThrowAsync to simplify orderbook pruning (#170)

0x.js v0.17.0

26 Sep 13:10
Compare
Choose a tag to compare
  • Made zeroEx.exchange.getZRXTokenAddressAsync public (#171)

0x.js v0.16.0

20 Sep 13:06
0a19a7e
Compare
Choose a tag to compare
  • Added the ability to specify custom contract addresses to be used with 0x.js (#165)
    • ZeroExConfig.exchangeContractAddress
    • ZeroExConfig.tokenRegistryContractAddress
    • ZeroExConfig.etherTokenContractAddress
  • Added zeroEx.tokenRegistry.getContractAddressAsync (#165)

0x.js v0.15.0

08 Sep 14:35
Compare
Choose a tag to compare
  • Added the ability to specify a historical blockNumber at which to query the blockchain's state when calling a token or exchange method (#161)

0x.js v0.14.2

07 Sep 19:12
Compare
Choose a tag to compare
  • Fixed an issue with bignumber.js types not found (#160)

0x.js v0.14.1

07 Sep 18:33
Compare
Choose a tag to compare
  • Fixed an issue with Artifact type not found (#159)

0x.js v0.14.0

06 Sep 16:35
Compare
Choose a tag to compare
  • Added zeroEx.exchange.throwLogErrorsAsErrors method to public interface (#157)
  • Fixed an issue with overlapping async intervals in zeroEx.awaitTransactionMinedAsync (#157)
  • Fixed an issue with log decoder returning BigNumbers as strings (#157)

0x.js v0.13.0

06 Sep 13:39
912d15c
Compare
Choose a tag to compare
  • Made all the functions submitting transactions to the network to immediately return transaction hash (#151)
  • Added zeroEx.awaitTransactionMinedAsync (#151)
  • Added TransactionReceiptWithDecodedLogs, LogWithDecodedArgs, DecodedLogArgs to public types (#151)
  • Added signature validation to validateFillOrderThrowIfInvalidAsync (#152)