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

webcompiler v7.0.0

Compare
Choose a tag to compare
@thealjey thealjey released this 05 Apr 15:25
· 4 commits to master since this release

v7.0.0 - Wed, 05 Apr 2017 15:24:55 GMT

  • f29f23d [fixed] favor lodash over native methods
  • 41c8c95 [fixed] favor eslint-disable-next-line over disabling and then re-enabling a rule manually
  • a30d433 [fixed] JS.typecheck to disregard the contents of stderr when executing the flow typechecker, because it prints errors to stdout
  • 5488581 [fixed] the type signature of the Documentation constructor options argument
  • e0e030a [changed] constructor signatures of Compiler, JSCompiler, SASSCompiler, JS and SASS to allow for additional options to be passed more easily; JSCompiler now supports the "library" and "libraryTarget" options from webpack