Skip to content

0.5.0

Compare
Choose a tag to compare
@kethinov kethinov released this 23 May 16:22
d85ad24
  • Variables with spaces in them will now be parsed.
  • Fixed issue where one line if statements couldn't use variables as part of the condition.
  • Fixed issue where recursive variable resolution could cause an infinite loop.
  • Signifcant performance improvements.
  • Total rewrite into a much cleaner codebase:
    • Less reliance on regex and more reliance on character counting in base algorithm.
    • Code now split into separate files for development but bundled into a single JS file with Webpack during deployment.
  • Various dependencies bumped.
  • CI improvements.