Skip to content

Releases: apexlang/apex

v0.1.2

04 Feb 14:32
Compare
Choose a tag to compare

What's Changed

  • Version bumps and config tweaks by @pkedy in #36

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jun 13:10
Compare
Choose a tag to compare

What's Changed

  • Add "scaffold" option for generated files by @pkedy in #35

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Feb 15:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.19...v0.1.0

v0.0.19

10 Feb 01:57
Compare
Choose a tag to compare

What's Changed

  • Fixes around preserving user configuration by @jsoverson in #31
  • chore: Version bump apex_core by @pkedy in #32

Full Changelog: v0.0.18...v0.0.19

v0.0.18

27 Jan 23:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

27 Jan 22:49
Compare
Choose a tag to compare

What's Changed

  • Various template version fixes by @pkedy in #25
  • Added --reload option to tasks to refresh cache by @jsoverson in #26

Full Changelog: v0.0.16...v0.0.17

v0.0.16

24 Jan 21:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

23 Jan 15:26
Compare
Choose a tag to compare

What's Changed

  • Added --list option for apex run and updated readme/descriptions by @jsoverson in #21

Full Changelog: v0.0.14...v0.0.15

v0.0.14

20 Jan 23:48
4f134a7
Compare
Choose a tag to compare
no message (#20)

v0.0.13

20 Jan 16:42
444356f
Compare
Choose a tag to compare
Fix to `apex <tasks...>` & skip undefined tasks when multiple configs…

… are parsed (#17)

* Fix the default run path.
If multiple configs are parsed, skip tasks that are not found instead of erroring.

* Add --fail-undefined flag to `apex run`.