Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

0.9.5

Compare
Choose a tag to compare
@aljimenez aljimenez released this 02 Jun 17:53
· 74 commits to develop since this release

version 0.9.5

Notes

  • Reduced start up time by up to 25% by capturing YUI module details and executing them in one step instead of two.
  • Now YUI modules are only executed once, with the real runtime YUI object scoped.
  • Syntax errors are now reported with line numbers after failing to compile YUI modules.
  • Better handling of translations in the Intl addon, which finds the best available lang while avoiding potential interference from a previously set language.

Bug Fixes

  • Fixed issue where application start up would crash due to syntax errors in a YUI module.