Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

webcompiler v6.2.0

Compare
Choose a tag to compare
@thealjey thealjey released this 29 Jan 20:57
· 76 commits to master since this release

v6.2.0 - Sun, 29 Jan 2017 20:57:14 GMT

  • ebe1b12 [fixed] logger.logError is now truly cross platform and cross browser, with a cleaner stack trace
  • 42d1413 [changed] NativeProcess converts stderr strings that look like the output of Error.prototype.toString() into actual error instances, preserving all of the underlying information
  • aae39ea [fixed] NativeProcess no longer converts the error object "toString()" in the process "error" event handler
  • 6b6e2ff [changed] got rid of the "config" directory, moved its contents into the root directory, renamed the plugin to commentsOnly, as its only purpose is to replicate and enhance the standard plugin with the same name