Skip to content

Releases: ugexe/zef

v0.14.6

25 Dec 02:54
9779091

Choose a tag to compare

  • zef info ... now uses .find-candidates to query for modules which will make the version shown consistent with what would be installed
  • Removed deprecated usage of .flatmap
  • Replace various uses of .Slip with .flat

v0.14.5

20 Nov 21:54
d1fb617

Choose a tag to compare

  • Add a by-raku. variant of the existing by-perl. declarative dependency prefix

v0.14.4

20 Oct 01:40
0952bcb

Choose a tag to compare

  • Update appveyor to use Visual Studio 2022 env instead of 2019
  • Update README and cli help output to mention all env variables zef understands

v0.14.3

10 Oct 01:30
3398a89

Choose a tag to compare

  • Updated various Perl6 references to instead reference the newer Raku alternative
  • Updated examples to use/suggest more modern patterns
  • Added ZEF_INSTALL_TO and ZEF_CONFIG_* env variables

v0.14.2

21 Sep 23:19
6a14c38

Choose a tag to compare

  • Update some urls in CI tests
  • Fix memory leak when searching ecosystems

v0.14.1

06 Sep 16:28
1759d59

Choose a tag to compare

  • Fix an issue where zef update could error when encountering META6.json in the local cache that did not have a source-url or support.source entry

v0.14.0

06 Sep 00:36
38c427f

Choose a tag to compare

  • Use system temp directory instead of ~/.zef/tmp and allow $*TMPDIR to be usable as a value in the zef configuration.
  • Fix appveyor CI failures by setting the TMPDIR env variable to a shorter path, so the rakudo generated precompiled files would not exceed the windows maximum
  • Switched test files to .rakutest extension
  • Add slightly stricter version requirements for dependencies
  • Renamed repository branch name references to 'main'

v0.13.8

27 Mar 19:51
7c46ca2

Choose a tag to compare

  • Enables the Raku Ecosystem Archive by default to handle raku distributions that were previously being discovered through the p6c and cpan zef plugins

  • Default the p6c and cpan plugins to disabled in favor of discovery through the rea plugin

v0.13.7

31 Jan 22:11
3edbbcf

Choose a tag to compare

  • When passing the --debug flag to zef and using the prove plugin it will now show verbose test output

  • The TAP plugin was updated to not use chdir before running tests by using a feature from a recent release of TAP::Harness

  • Replaced remaining http:// and git:// uris with https://

v0.13.6

14 Jan 21:34
e20749a

Choose a tag to compare

  • Fix TAP::Harness plugin not using the correct cwd

  • Add Raku Ecosystem Archive configuration that can be enabled via --rea