This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Releases: thealjey/webcompiler
Releases · thealjey/webcompiler
webcompiler v6.5.0
webcompiler v6.4.0
webcompiler v6.3.2
v6.3.2 - Thu, 02 Feb 2017 19:26:00 GMT
- 9c06c47 [fixed] typo in README, increased the minimally required Node.js verion to 6.9.5
webcompiler v6.3.0
v6.3.0 - Mon, 30 Jan 2017 20:40:29 GMT
webcompiler v6.2.0
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
convertsstderr
strings that look like the output ofError.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
webcompiler v6.1.2
v6.1.2 - Sun, 29 Jan 2017 16:14:20 GMT
- 8f1c984 [fixed] minor syntax issues
webcompiler v6.1.1
webcompiler v6.1.0
v6.1.0 - Thu, 26 Jan 2017 20:15:28 GMT
- 053de5d [changed]
JSLint
andSASSLint
(also affectsJS
andSASS
) constructors now both accept a single argument -configFile
, which is a path to the respective configuration files ofESLint
andstylelint
. They both support extends, so any other configuration options are redundant.