Updated CHANGELOGS & MD docs

This commit is contained in:
xianny
2019-12-09 14:53:05 -08:00
parent 99debff5d2
commit 71de0d04f3
85 changed files with 2237 additions and 2062 deletions

View File

@@ -6,7 +6,8 @@
"note": "Removed `hex_utils.ts`. Moved to @0x/utils",
"pr": 2373
}
]
],
"timestamp": 1575931811
},
{
"version": "4.0.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.0.0 - _December 9, 2019_
* Removed `hex_utils.ts`. Moved to @0x/utils (#2373)
## v4.0.0 - _December 2, 2019_
* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
@@ -22,7 +26,7 @@ CHANGELOG
* Introduce Mocha blockchain extensions (#2007)
* Move `*FillResults`, `OrderInfo` types to `@0x/types` (#2031)
* Add `log_utils.ts` (#2031)
* Add `haxRandom()` to `hex_utils.ts` (#2031)
* Add `hexRandom()` to `hex_utils.ts` (#2031)
* Add the constants: `MAX_UINT256`, `ADDRESS_LENGTH`, `MAX_UINT256_ROOT`, `ONE_ETHER` (#2031)
* Make `testCombinatoriallyWithReferenceFuncAsync` non-async (#2031)
* Update `testWithReferenceFuncAsync` to work with `RevertErrors` (#2031)