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

Latest commit

 

History

History
83 lines (48 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

83 lines (48 loc) · 1.88 KB

CHANGELOG

v3.1.1 - April 11, 2019

* Dependencies updated

v3.1.0 - March 21, 2019

* Added `startProviderEngine` to `providerUtils`. Preventing excess block polling (#1695)

v3.0.0 - March 20, 2019

* Optimize loops in LibAddressArray (#1668)
* Upgrade contracts to Solidity 0.5.5 (#1682)
* Added Address.sol with test for whether or not an address is a contract (#1657)
* Add unit tests for `LibAddressArray` (#1712)
* Fix `LibAddressArray.indexOf` returning incorrect index. (#1712)

v2.0.8 - March 1, 2019

* Dependencies updated

v2.0.7 - February 27, 2019

* Dependencies updated

v2.0.6 - February 26, 2019

* Dependencies updated

v2.0.5 - February 25, 2019

* Fix bug in `LibBytes.slice` and `LibBytes.sliceDestructive` (#1604)
* Upgrade contracts to Solidity 0.5.3 (#1604)

v2.0.4 - February 9, 2019

* Dependencies updated

v2.0.3 - February 7, 2019

* Dependencies updated

v2.0.2 - February 7, 2019

* Fake publish to enable pinning

v2.0.1 - February 6, 2019

* Dependencies updated

v2.0.0 - February 5, 2019

* Upgrade the bignumber.js to v8.0.2 (#1517)
* Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports (#1535)
* Add LibAddressArray contract (#1539)
* Do not nest contracts in redundant directories (#1539)
* Rename utils directory to src (#1539)

v1.0.6 - January 17, 2019

* Dependencies updated

v1.0.5 - January 15, 2019

* Dependencies updated

v1.0.4 - January 11, 2019

* Dependencies updated

v1.0.3 - January 9, 2019

* Dependencies updated

v1.0.2 - December 13, 2018

* Dependencies updated