Skip to content

Releases: ApeWorX/ape

Ape 0.1.0-alpha.11

29 May 17:20
a2e068d
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.10

27 May 03:31
489babe
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.9

26 May 22:40
1131c11
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.8

26 May 20:42
687032e
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu

Ape 0.1.0-alpha.7

08 May 17:49
894c786
Compare
Choose a tag to compare

feat: add Network API (#8)
feat: json compiler (#33)
refactor: cache manifest (#41)

Ape 0.1.0-alpha.6

23 Apr 20:49
a5cbce5
Compare
Choose a tag to compare
  • compilerapi.compile as list (#31)
  • plugin manager loading issues (#34)
  • refactor ethPM Manifest (#32)

Ape 0.1.0-alpha.5

19 Apr 22:31
2c2f82e
Compare
Choose a tag to compare
fix: compiler integration (#28)

* fix: use absolute paths instead of relative ones

* refactor: display compilation notification in compiler manager

Ape 0.1.0-alpha.4

19 Apr 21:49
a1d4418
Compare
Choose a tag to compare
v0.1.0-alpha.4

fix: detect if a key provided by a plugin would overwrite a registrat…

Ape 0.1.0-alpha.3

04 Mar 03:06
233ffc4
Compare
Choose a tag to compare
refactor: integrate "1st class" plugins into project (#6)

* fix: layout issues

* fix: add flake8 to lint dependencies

* refactor: move `ape` package to subdir under `src/`

* refactor: migrate `ape-accounts` repo to 1st class plugin undo `src/`

* feat: add `ape compile` 1st class plugin

* fix: isort lint issues

* chore: fixup CI calls

* test: add test for CLI invocation

* chore: fixup testing cli flags

* fix: install backported `importlib-metadata` for Python <3.8

* refactor: remove unnecessary default package call

* refactor: remove export

* fix: need password to delete

* test: add fuzz testing, parametrize more

* refactor: remove "fuzz" extra as it breaks tests

0.1.0-alpha.2

14 Feb 06:16
Compare
Choose a tag to compare
refactor: 2nd attempted