Releases: xp-runners/reference
Releases · xp-runners/reference
7.9.1: Setup error messages fix
- Fixed error message when .NET Framework is not installed. The list
of dependencies it was suggesting to install was not complete!
(@thekid)
7.9.0: XAR command
- Reinstated xar command, implementing issue #67 - @thekid
- Refactored entry point code to no longer use
xp::stringOf(), which
will be deprecated in XP9. See xp-framework/rfc#324
(@thekid)
7.8.7: Inception fix
7.8.6: XAR error handling fix
- Fixed "Call to undefined function raise()" when handling malformed XAR
archives inside class path
(@thekid)
7.8.5: Timezone fallback
7.8.4: Wrapper scripts
7.8.3: Uncaught exception verbosity
7.8.2: Slim runners fixes
-
Fixed ultra-slim runners to work with xp-framework/core
- XAR stream wrapper missing: (
Error: Class 'xp\xar' not found) - Bootstrap script unaccesable via
lang.Runtimeclass
See xp-framework/core#157
(@thekid) - XAR stream wrapper missing: (
7.8.1: Windows 10 Redstone 1 coloring fix
- Fixed coloring on Windows 10 redstone 1 - @thekid
7.8.0: Ultra-slim runner
-
Added ultra-slim XP runner
xp-run. Intended for use inside Travis CI and to replace XP runners 6.X. Does not support any of the following:- Different execution models
- Configuration files
- Subcommands, neither builtin nor as plugins
- System timezone handling
- Binary-safe unicode argument handling
- XP5 entry points (tools/class.php)
- Class path or module path
- Handling of "-v", "-e", "-w", "-d" and "-?" shortcuts
- Composer support
On the other side, it does not have any dependencies except
/bin/shDownload: https://dl.bintray.com/xp-runners/generic/xp-run-master.sh
Example: https://github.com/xp-forge/mirrors/blob/master/.travis.yml
(@thekid)