Skip to content

Releases: merklejerk/solpp

0.10.1

06 Apr 21:57
Compare
Choose a tag to compare
  • Allow compatibility with with node v8.

0.10.0

06 Apr 21:59
Compare
Choose a tag to compare
  • Add resolving of imports from node_modules (e.g., import "openzeppelin-solidity/contracts/math/Math.sol").
  • Fix tolerant, noFlatten, and noPreprocessor options not being inherited
    by imported dependencies.