v0.6.2
0.6.2 - 2019-03-05
This release brings Embark native support, fixes several bugs, and improves slither-check-upgradeability
.
Added
- Embark support (see the documentation) (#196)
- Support for Solidity
selector
keyword (605ea7f) --truffle-build-directory
flag to support custom build directory (#187)
Changed
- Rename
slither-check-upgradability
toslither-check-upgradeability
(bffa59f) --ignore-truffle-compile
flag renamed to--truffle-ignore-compile
- Improve
slither-check-upgradeability
output and documentation. - API changed: Add framework detection within
Slither
object; the caller does not need to check for native/truffle/embark (ee1b4c2)