Skip to content

Releases: xp-runners/reference

9.3.0: Archive loader resources

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:39

9.2.0: Balto sunset

Choose a tag to compare

@github-actions github-actions released this 20 Sep 17:31
  • Moved releases away from Balto, which has been sunset in 2025, see #90
    (@thekid)

9.1.0: Environment variables

Choose a tag to compare

@thekid thekid released this 01 Mar 08:43
  • Merged PR #89: Environment variables, which automatically reads .env
    files; inspired by Bun.
    (@thekid)

9.0.0: Ubuntu noble+, drop PHP < 7.4

Choose a tag to compare

@thekid thekid released this 23 Feb 21:25
  • Upgraded Debian dependencies to include PHP 8.3 and (for forward
    compatibility) PHP 8.4, adding support for Ubuntu noble and oracular
    (@thekid)
  • Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
    (@thekid)

8.8.0: Composer autoloader

Choose a tag to compare

@thekid thekid released this 22 Feb 09:26
  • Merged PR #88: Add ?[vendor-dir]/autoload.php to class path if a
    composer.json file file is present.
    (@thekid)

8.7.0: Debian / Ubuntu PHP 8.1 & 8.2

Choose a tag to compare

@thekid thekid released this 10 Oct 20:05
  • Added support for php8.2-cli and php8.1-cli as dependencies
    in Ubuntu / Debian. See issue #86
    (@thekid)

8.6.3: xp-run STDIN fix

Choose a tag to compare

@thekid thekid released this 18 Jun 12:53

8.6.2: MethodMissing fix

Choose a tag to compare

@thekid thekid released this 30 Dec 12:37
  • Fixed Method not found: "System.String System.String.TrimEnd()"
    exception when running on .NET < 6
    (@thekid)

8.6.1: PHP 8.2 compatibility

Choose a tag to compare

@thekid thekid released this 08 Dec 18:24

8.6.0: Module autoloaders

Choose a tag to compare

@thekid thekid released this 08 Dec 18:23
  • Merged PR #85: Parse scripts from XP runners and pass libraries' autoloaders
    (@thekid)