Skip to content

Releases: ugexe/zef

v0.2.0

13 Jan 22:00
Compare
Choose a tag to compare
  • Sort zef list output
  • Fix windows issue when fetching and overwriting an ecosystem package list
  • Add shebang to bin script
  • Fix transitive dependency not-found issue when zef actually found the correct dependencies
  • Fix regression in Zef::Extractor so it can be used outside of just perl6 dist extraction again
  • Change extractor method list to ls-files to not be confused with a positional's list method

v0.1.32

02 Nov 05:57
Compare
Choose a tag to compare
  • Tweak Build.pm logic to allow easier future transition away from it

v0.1.31

27 Oct 18:54
Compare
Choose a tag to compare
  • Make sure test reports get sent eagerly

  • Fix zef update, which could error when one of the distributions it tried to update changed its auth field in addition to the version change.

  • Fix the extra newlines that could show up in output, usually in the form of "PA\nSS" from the testing phase, with rakudos versions 2017.09+ (when buffering was added)

v0.1.30

09 Oct 03:34
Compare
Choose a tag to compare
  • Fix powershell unzip and download scripts

  • Fix extractors to be smarter about determining root prefix of archived paths

v0.1.29

14 Sep 06:09
Compare
Choose a tag to compare

Use Proc::Async for spawning the majority of process workers.

Use bracket quotes < > instead of ('...') quotes for displaying identity adverbs.

v0.1.28

14 Sep 06:08
Compare
Choose a tag to compare

Add zef depends ... command.

Improve extractor failure messages.

v0.1.27

17 Aug 23:24
Compare
Choose a tag to compare
  • Improved temporary directory handling.

  • Updated docs/CI tests to use -I. instead of -Ilib.

v0.1.26

29 Jul 03:04
Compare
Choose a tag to compare

Fix issue with old git repos not getting updated even though new module versions are found.

v0.1.25

19 Jul 20:23
Compare
Choose a tag to compare

Fix version comparison for differing lengths

v0.1.24

18 Jul 21:44
Compare
Choose a tag to compare

Handle version queries that include a + (already handled *)