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
@0xproject/tslint-config v0.1.1
@0xproject/json-schemas v0.6.8
@0xproject/assert v0.0.5
0x.js v0.26.0
TSLint-config v0.1.0
- 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
- Re-publish JSON-schema previously published under NPM package
0x-json-schemas
Assert v0.0.4
- 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
- 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 andnull
if it is a pre-byzantinium transaction.
0x.js v0.23.0
- 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
- Add a timeout parameter to transaction awaiting (#206)