Skip to content

v1.7.0 Mage Imports

Choose a tag to compare

@natefinch natefinch released this 11 Oct 03:47
· 92 commits to master since this release
0f9693c

Mage:Import

The big feature for this release is mage imports. You can now import targets from another package into another magefile. This is a huge benefit for anyone that wants to reuse common targets, like gofmt etc.

Changelog

0f9693c implement importing magefiles (#187)
a7a8e06 Support namespace functions with aliases and defaults (#183)
eb66d62 badges (#179)