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

Releases: 0xProject/0x-monorepo

@0xproject/tslint-config v0.1.1

21 Nov 19:55
e3cc283
Compare
Choose a tag to compare

@0xproject/json-schemas v0.6.8

21 Nov 19:55
e3cc283
Compare
Choose a tag to compare

@0xproject/assert v0.0.5

21 Nov 19:55
e3cc283
Compare
Choose a tag to compare

0x.js v0.26.0

21 Nov 19:54
e3cc283
Compare
Choose a tag to compare
  • Add post-formatter for logs converting blockNumber, logIndex, transactionIndex from hexes to numbers (#231)
  • Remove support for Async callback types when used in Subscribe functions (#222)
  • In OrderWatcher subscribe to ZRX Token Transfer and Approval events when maker token is different (#225)

TSLint-config v0.1.0

15 Nov 15:00
Compare
Choose a tag to compare
  • Re-published TsLintConfig previously published under NPM package tslint-config-0xproject
  • Updated to TSLint v5.8.0, requiring several rule additions to keep our conventions aligned.

JSON-schema v0.6.7

15 Nov 14:39
Compare
Choose a tag to compare
  • Re-publish JSON-schema previously published under NPM package 0x-json-schemas

Assert v0.0.4

15 Nov 14:42
Compare
Choose a tag to compare
  • Re-publish Assert previously published under NPM package @0xproject/0x-assert
  • Added assertion isValidBaseUnitAmount which checks both that the value is a valid bigNumber and that it does not contain decimals.

0x.js v0.25.1

17 Nov 22:57
Compare
Choose a tag to compare
  • Standardise on Cancelled over Canceled
  • Add missing DecodedLogEvent type to exported types
  • Normalized the transactionReceipt status to be null|0|1, 1 meaning transaction execution successful, 0 unsuccessful and null if it is a pre-byzantinium transaction.

0x.js v0.23.0

14 Nov 18:25
Compare
Choose a tag to compare
  • Fixed unhandled promise rejection error in subscribe methods (#209)
    • Subscribe callbacks now receive an error object as their first argument

0x.js v0.22.6

10 Nov 16:43
76b6687
Compare
Choose a tag to compare
  • Add a timeout parameter to transaction awaiting (#206)