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

Releases: thealjey/webcompiler

webcompiler v6.5.0

07 Feb 20:04
Compare
Choose a tag to compare

v6.5.0 - Tue, 07 Feb 2017 20:04:12 GMT

  • fde1a96 [fixed] undated dependencies
  • d5f38d2 [fixed] removed the unreliable webpack-combine-loaders that broke JSCompiler#fe in v6
  • 6d21f9e [fixed] minor documentation issue

webcompiler v6.4.0

05 Feb 13:46
Compare
Choose a tag to compare

v6.4.0 - Sun, 05 Feb 2017 13:45:59 GMT

  • 2402d0e [fixed] documentation tweaks
  • 38b5f13 [changed] enabled the template-tag-spacing ESLint rule
  • 15de846 [fixed] updated dependencies
  • bbafa14 [fixed] added missing "keywords" to package.json
  • 7957472 [fixed] clarified the Watchman prerequisite in README.md

webcompiler v6.3.2

02 Feb 19:26
Compare
Choose a tag to compare

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

30 Jan 20:40
Compare
Choose a tag to compare

v6.3.0 - Mon, 30 Jan 2017 20:40:29 GMT

  • 87854f3 [added] the addPostcssPlugins method to SASSCompiler
  • e3bdece [fixed] updated the interface declaration for JSLint and SASSLint
  • a7faf64 [fixed] updated autoprefixer
  • e56d58c [fixed] flowtype - prefer shorthand array
  • 33a0c97 [fixed] small formatting issues in commentsOnly.js

webcompiler v6.2.0

29 Jan 20:57
Compare
Choose a tag to compare

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

webcompiler v6.1.2

29 Jan 16:15
Compare
Choose a tag to compare

v6.1.2 - Sun, 29 Jan 2017 16:14:20 GMT

  • 8f1c984 [fixed] minor syntax issues

webcompiler v6.1.1

29 Jan 15:20
Compare
Choose a tag to compare

v6.1.1 - Sun, 29 Jan 2017 15:20:20 GMT

  • cc32687 [fixed] updated dependencies
  • 4a5d4f3 [fixed] Github Pages can now read a subfolder contents on a master branch, no need for gh-pages anymore

webcompiler v6.1.0

26 Jan 20:15
Compare
Choose a tag to compare

v6.1.0 - Thu, 26 Jan 2017 20:15:28 GMT

  • 053de5d [changed] JSLint and SASSLint (also affects JS and SASS) constructors now both accept a single argument - configFile, which is a path to the respective configuration files of ESLint and stylelint. They both support extends, so any other configuration options are redundant.

webcompiler v6.0.3

25 Jan 17:19
Compare
Choose a tag to compare

v6.0.3 - Wed, 25 Jan 2017 17:19:17 GMT

  • 3da0682 [fixed] escape the Windows directory separator in the logger module
  • 544f08b [fixed] updated dependencies
  • 91ffe22 [fixed] updated the "files" entry in package.json

webcompiler v6.0.2

23 Jan 06:49
Compare
Choose a tag to compare

v6.0.2 - Mon, 23 Jan 2017 06:48:44 GMT

  • 323a94e [fixed] updated autoprefixer
  • 282e763 [fixed] regression in v6.0.0, which could cause Compiler to gzip compress in development mode