Releases: wintercms/packager
Releases · wintercms/packager
v0.2.2
- Fixed issue where versions could not be normalized if they contained a commit or alias (or used a wildcard version such as
1.0.x-dev
). These are now normalized to the maximum value of that development branch. - Added initial Memory storage functionality. Not used in the library yet.
v0.2.1
- Added parameter to do a dry-run of installs and updates.
v0.2.0
- This library now only support PHP 7.4, 8.0 and 8.1. Previous versions of PHP are no longer supported.
- The codebase is now statically analysed and has been cleaned up to meet the requirements of static analysis, improving the API of this library.
- Added support for the Composer
search
command.
v0.1.5
- Migrated the library to the Winter CMS organisation.
v0.1.4
- The
update
andinstall
commands allow ignoring scripts that are run after Composer events (such aspost-update-cmd
).
v0.1.3
- The
update
andinstall
commands can now be set to ignore platform dependencies. - The
update
andinstall
commands can now prefer dist releases, or source releases.
v0.1.2
- Use a PHP-based method to clear temporary home and work directories during tests - the previous use of
shell_exec('rm -rf')
was causing false virus flags.
v0.1.1
- Hot-fix to resolve memory limit issues -
Composer::getMemoryLimit()
now returns an MByte string (ie.1536M
).
v0.1.0
Initial release of the library. Still very much in beta.
- Add support for
--version
command - Add support for
install
command - Add support for
update
command - Add support for
show
command