Skip to content

Releases: ugexe/zef

v0.4.8

18 Aug 01:12
ec39084
Compare
Choose a tag to compare
  • Revert "Use multithreaded search for p6c/cpan queries"

v0.4.7

18 Aug 00:48
bc35ff1
Compare
Choose a tag to compare
  • Cleanup ::SystemQuery code

  • Fix issues with cache being the preferred source

  • Use multithreaded search for p6c/cpan queries

v0.4.6

30 Jul 01:16
8ca6262
Compare
Choose a tag to compare
  • Add error message to help with missing source-url fields

  • Fix column output after first table calculations, such as zef info -v HTTP::UserAgent

  • Allow .pm6 extensions for Build.pm

v0.4.5

04 Jul 19:54
9586ce4
Compare
Choose a tag to compare
  • Use full namespace for META6 builder field

  • Use more cli friendly quotes for Build.pm processing

  • Update META6.json description field

  • Allow invalid config path error to be reached

  • Allow CUR::Unknown paths to be understood

v0.4.4

13 Jun 03:23
df00e35
Compare
Choose a tag to compare
  • Supress backtrace when using bin/zef

  • Skip test/build depends if not testing/building

  • Remove argument flattening and version normalization that is no longer needed

  • Change documentation usage of -Ilib to -I.

  • Simplify client constructor

  • Fix counter increment in search table output

v0.4.3

05 Jun 03:08
fc423b1
Compare
Choose a tag to compare
  • Teach perl6 repos to only search for :from<Perl6>

  • Add some more Distribution compatibility shim code for eventual core Distribution changes/deprecation

  • Add timeout functionality to various phases

v0.4.2

18 May 22:30
c1c4ea1
Compare
Choose a tag to compare
  • Use unmodified projects.json ( projects1.json ) mirror by default to take advantage of latest dependency and build enhancements

  • Remove old json parsing code path which was only used on rakudos that no longer run a modern verison of zef

v0.4.1

16 May 23:16
e5e3c62
Compare
Choose a tag to compare
  • Pass in builder arguments via pipe instead of as a cli param to avoid issues with quoting and command length limits.

  • Allow phase separated hash depends like that of Inline::Python

v0.4.0

16 May 00:38
dc25bda
Compare
Choose a tag to compare
  • Use case-sensitive name matching again

  • Make build process consistent with non-build dependencies

v0.3.1

28 Apr 23:54
eb7db9e
Compare
Choose a tag to compare
  • 'is-installed' will now consider :from<native> and :from<bin>, allowing a simple way for depends to do "curl:from<bin>"