Releases: php-internal/dload
Releases · php-internal/dload
v1.4.1
v1.4.0
1.4.0 (2025-06-23)
What's Changed
- Add readme translations by @DimaTiunov in #55
- Clean up temporary downloaded files after extraction by @roxblnfk in #58
- Add
init
console command by @roxblnfk in #59
New Contributors
- @DimaTiunov made their first contribution in #55
Full Changelog: 1.3.0...1.4.0
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
1.2.0 (2025-06-03)
What's Changed
-
Enhanced Version Constraints by @roxblnfk in #41
Now the version constraint may contain feature flags and stability constraints like^2.12.0-experimental@beta
or^1.5.0-hotfix
. Feature suffix constraints automatically set minimum stability to preview, ensuring experimental releases are explicitly targeted. Both explicit (@beta
) and implicit (-beta
) stability syntax are supported for all stability levels.<download software="temporal" version="^1.3-priority"/> <!-- auto-sets @preview --> <download software="tool" version="^1.5.0@beta" /> <!-- explicit stability --> <download software="service" version="^3.0.0-hotfix@RC" /> <!-- combined constraint -->
Full Changelog: 1.1.0...1.2.0