Skip to content

Releases: ApeWorX/ape-solidity

Ape Solidity 0.6.10

13 Nov 20:37
c11e583
Compare
Choose a tag to compare

Changes

  • feat: use new settings and implement compile code [APE-1512] @antazoey (#125)
  • fix: regression from ethpm-types [APE-1512] @antazoey (#125)
  • fix: dependency of dependency auto-version detection [APE-1414] @antazoey (#121)

Special thanks to: @antazoey

0.6.9

12 Sep 18:48
30f087a
Compare
Choose a tag to compare

Changes

  • test: ensure duplicate imports does not malfunction [APE-1102] @antazoey (#110)
  • feat: airplane mode (non-exact compiler version match) [APE-1161] @wakamex (#114)
  • feat: enable via_ir in solidity settings [APE-1256] @z80dev (#117)

Special thanks to: @antazoey, @wakamex and @z80dev

Ape Solidity 0.6.8

20 Jul 16:13
a729ab9
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

Ape Solidity 0.6.7

05 Jul 18:21
4046c6f
Compare
Choose a tag to compare

Changes

  • fix: issue where deploy failures would not enrichment [APE-1142] @antazoey (#112)
  • feat: way nicer error when typing an import statement wrong [APE-1152] @antazoey (#113)
  • feat: implement flattening api [APE-794] @z80dev (#107)
  • fix: handle when no contracts in file [APE-1135] @antazoey (#111)
  • test: add npm dependency [APE-1033] @dtdang (#108)

Special thanks to: @antazoey, @dtdang and @z80dev

Ape Solidity 0.6.6

13 Jun 01:23
c270e36
Compare
Choose a tag to compare

Changes

Special thanks to: @OwlOfMoistness, @antazoey and @dtdang

Ape Solidity 0.6.5

22 May 13:34
bb89886
Compare
Choose a tag to compare

Changes

  • fix: adding depency crashes when not string [APE-959] @wakamex (#103)

Special thanks to: @wakamex

Ape Solidity 0.6.4

18 May 15:21
c263156
Compare
Choose a tag to compare

Changes

  • fix: issue with reference-based dependencies @antazoey (#98)
  • fix: added path normalization of ImportRemapping.name [APE-859] @vzotova (#97)
  • fix: normalizes path in remapping keys [APE-849] @vzotova (#96)

Special thanks to: @antazoey and @vzotova

Ape Solidity 0.6.3

13 Apr 21:59
94f6987
Compare
Choose a tag to compare

Changes

  • feat: enrich_error() implementation [APE-812] @antazoey (#93)

Special thanks to: @antazoey

Ape Solidity 0.6.2

21 Mar 23:01
ea3c943
Compare
Choose a tag to compare

Changes

  • fix: issue causing wrong remapping to get used @unparalleled-js (#91)

Special thanks to: @unparalleled-js

Ape Solidity 0.6.1

15 Mar 19:51
2fb2e6a
Compare
Choose a tag to compare

Changes

  • feat: adhoc library linking support @unparalleled-js (#89)
  • feat: add sourcemap to ContractType output @unparalleled-js (#88)

Special thanks to: @unparalleled-js