Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Releases: xp-framework/xp-runners

6.4.0: Argument encoding

04 Jun 14:59
Compare
Choose a tag to compare
  • Merged PR #41: Made argument encoding compatible with new XP runners:
    The default is to encode them binary-safe using utf-7. Only difference:
    Passing "utf-8" as encoding value will prevent any decoding from happening.
    (@thekid)

6.3.1: Boostrapping

04 Jun 14:59
Compare
Choose a tag to compare
  • Merged PR #39: Refactor bootstrapping to match precedence definitions
    (@thekid)

6.3.0: Class path precedence

10 Jan 21:11
Compare
Choose a tag to compare
  • Merged PR #39: Refactor bootstrapping to match precedence definitions
    (@thekid)

6.2.0: Run xar files

07 Jan 22:37
Compare
Choose a tag to compare

6.1.0: Run class files

07 Jan 19:09
Compare
Choose a tag to compare
  • Merged PR #37: Implement running class files by their file name, e.g.
    xp Test.class.php. Works with all XP 6 releases, XP 7.0-dev & XP 5.12.
    (@thekid)

6.0.0: Modules

31 Dec 13:20
Compare
Choose a tag to compare

5.7.2: Remove deprecation warning

20 Dec 16:25
Compare
Choose a tag to compare
  • Changed code to no longer set iconv.internal_encoding which is
    deprecated
    (@thekid)

5.7.1: Use Jessie

20 Dec 16:26
Compare
Choose a tag to compare
5.7.1: Use Jessie Pre-release
Pre-release
  • Switch Debian distribution to jessie
    (@mikey179)

5.7.0: Debian package

20 Dec 16:25
Compare
Choose a tag to compare
5.7.0: Debian package Pre-release
Pre-release
  • Merged PR #34: Automatically create Debian package and publish to Bintray
    (@mikey179, @thekid)

5.6.1: Startup errors

08 Nov 11:47
Compare
Choose a tag to compare
  • Merged PR #33: Display startup errors with stack traces
    (@thekid)