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

Commit

Permalink
Release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Jan 29, 2017
1 parent 161b56b commit 6c703b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v6.2.0 - Sun, 29 Jan 2017 20:57:13 GMT
--------------------------------------

- [ebe1b12](../../commit/ebe1b12) [fixed] `logger.logError` is now truly cross platform and cross browser, with a cleaner stack trace
- [42d1413](../../commit/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](../../commit/aae39ea) [fixed] `NativeProcess` no longer converts the error object "toString()" in the process "error" event handler
- [6b6e2ff](../../commit/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



v6.1.2 - Sun, 29 Jan 2017 16:14:20 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.1.2",
"version": "6.2.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 6c703b5

Please sign in to comment.