Skip to content

v0.6.0

Compare
Choose a tag to compare
@robocoder robocoder released this 04 Dec 05:52
· 409 commits to master since this release

Announcement:

  • php5.4 support to be dropped in the new year

Compat Buster:

  • Parser: getLineNo() removed

Compatibility:

  • handle escaped quotes inside quoted strings (with or without interpolation present)

Bug fixes:

  • undefined sourceParser when re-using a single Compiler instance

Internals:

  • replace sourceParsers[] with sourceNames
  • replace sourcePosition with sourceLine and sourceColumn