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

Commit

Permalink
Release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Apr 5, 2017
1 parent ff10ae8 commit fbbdd35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v7.0.0 - Wed, 05 Apr 2017 15:24:54 GMT
--------------------------------------

- [f29f23d](../../commit/f29f23d) [fixed] favor lodash over native methods
- [41c8c95](../../commit/41c8c95) [fixed] favor `eslint-disable-next-line` over disabling and then re-enabling a rule manually
- [a30d433](../../commit/a30d433) [fixed] `JS.typecheck` to disregard the contents of stderr when executing the flow typechecker, because it prints errors to stdout
- [5488581](../../commit/5488581) [fixed] the type signature of the `Documentation` constructor `options` argument
- [e0e030a](../../commit/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



v6.8.4 - Mon, 13 Mar 2017 16:35:32 GMT
--------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webcompiler",
"version": "6.8.4",
"version": "7.0.0",
"description": "Lint, type-check, compile, package and gzip JavaScript (ES6 + Flow static types + JSX), for the browser as well as NodeJS; lint, compile, auto-prefix, minify and gzip SASS.",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit fbbdd35

Please sign in to comment.