Skip to content

JSlite v0.6.2

Compare
Choose a tag to compare
@hexydec hexydec released this 11 Nov 22:41
· 32 commits to master since this release

This release fixes a few bugs handling certain Javascript constructs:

  • Fixed bug where the of keyword was not processed correctly as it was not in the keywords list
  • Fixed bug in jslite::$tokens where the doublequotes and singlequotes tokens didn't capture escaped line breaks in strings
  • Added tests
  • Added keywords to composer.json