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
selectorkeyword (605ea7f) --truffle-build-directoryflag to support custom build directory (#187)
Changed
- Rename
slither-check-upgradabilitytoslither-check-upgradeability(bffa59f) --ignore-truffle-compileflag renamed to--truffle-ignore-compile- Improve
slither-check-upgradeabilityoutput and documentation. - API changed: Add framework detection within
Slitherobject; the caller does not need to check for native/truffle/embark (ee1b4c2)