aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-11-22 03:15:05 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-11-22 03:15:05 +0800
commit173a707a2e1f5667500e1a8ea6eb1a775a584291 (patch)
tree37668d8279e442b0deb23cd86967e5ffc4a1f9d7 /packages/0x.js/CHANGELOG.md
parentc8c95b4bd2e57be11bd250c652babbad9d6ffd35 (diff)
downloaddexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.tar
dexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.tar.gz
dexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.tar.bz2
dexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.tar.lz
dexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.tar.xz
dexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.tar.zst
dexon-sol-tools-173a707a2e1f5667500e1a8ea6eb1a775a584291.zip
Add PR numbers
Diffstat (limited to 'packages/0x.js/CHANGELOG.md')
-rw-r--r--packages/0x.js/CHANGELOG.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md
index 6245308c3..26e5f528b 100644
--- a/packages/0x.js/CHANGELOG.md
+++ b/packages/0x.js/CHANGELOG.md
@@ -2,18 +2,19 @@
vx.x.x
------------------------
- * Remove support for Async callback types when used in Subscribe functions
+ * 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)
v0.25.1 - _November 13, 2017_
------------------------
- * 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.
+ * Standardise on Cancelled over Canceled (#217)
+ * Add missing `DecodedLogEvent` type to exported types (#205)
+ * 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. (#200)
v0.23.0 - _November 12, 2017_
------------------------
- * Fixed unhandled promise rejection error in subscribe methods (#209)
+ * Fixed unhandled promise rejection error in subscribe methods (#209)
* Subscribe callbacks now receive an error object as their first argument
v0.22.6 - _November 10, 2017_