Skip to content

Releases: wintercms/packager

v0.2.2

22 Jan 11:08
Compare
Choose a tag to compare
  • 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

19 Aug 08:19
4da3c50
Compare
Choose a tag to compare
  • Added parameter to do a dry-run of installs and updates.

v0.2.0

27 Jul 15:17
Compare
Choose a tag to compare
  • 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

12 Oct 00:57
Compare
Choose a tag to compare
  • Migrated the library to the Winter CMS organisation.

v0.1.4

14 Aug 12:47
Compare
Choose a tag to compare
  • The update and install commands allow ignoring scripts that are run after Composer events (such as post-update-cmd).

v0.1.3

25 Jun 08:23
Compare
Choose a tag to compare
  • The update and install commands can now be set to ignore platform dependencies.
  • The update and install commands can now prefer dist releases, or source releases.

v0.1.2

21 Jun 08:46
Compare
Choose a tag to compare
  • 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

16 Jun 08:13
Compare
Choose a tag to compare
  • Hot-fix to resolve memory limit issues - Composer::getMemoryLimit() now returns an MByte string (ie. 1536M).

v0.1.0

11 Jun 04:18
3604e57
Compare
Choose a tag to compare

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