Skip to content

2.6.0: Unicode escape sequences

Compare
Choose a tag to compare
@thekid thekid released this 10 Jun 17:44
· 1104 commits to master since this release
  • Implemented support unicode escape sequences in PHP 5.6, see #38
    (@thekid)
  • Fixed issue #39: Syntax error for parameters called "function"
    (@thekid)
  • Dropped confusing way of compiling multiple sources using -b to
    strip bases. New way is to pass multiple directories directly, e.g.
    $ xp compile -o dist src/main/php/ src/test/php
    (@thekid)
  • Fixed compiling to a directory when the source path was not inside
    the current directory.
    (@thekid)