Skip to content

Releases: xp-runners/reference

Balto sunset

20 Sep 17:31

Choose a tag to compare

  • Moved releases away from Balto, which has been sunset in 2025, see #90
    (@thekid)

9.1.0: Environment variables

01 Mar 08:43

Choose a tag to compare

  • Merged PR #89: Environment variables, which automatically reads .env
    files; inspired by Bun.
    (@thekid)

9.0.0: Ubuntu noble+, drop PHP < 7.4

23 Feb 21:25

Choose a tag to compare

  • 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

22 Feb 09:26

Choose a tag to compare

  • 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

10 Oct 20:05

Choose a tag to compare

  • 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

18 Jun 12:53

Choose a tag to compare

8.6.2: MethodMissing fix

30 Dec 12:37

Choose a tag to compare

  • Fixed Method not found: "System.String System.String.TrimEnd()"
    exception when running on .NET < 6
    (@thekid)

8.6.1: PHP 8.2 compatibility

08 Dec 18:24

Choose a tag to compare

8.6.0: Module autoloaders

08 Dec 18:23

Choose a tag to compare

  • Merged PR #85: Parse scripts from XP runners and pass libraries' autoloaders
    (@thekid)

8.5.3: Tested by GitHub

08 Dec 17:41

Choose a tag to compare

  • Merged PR #84: Port testing and packaging from Travis CI to GitHub actions
    (@thekid)