Skip to content

Commit

Permalink
3.1.0 pre-release (#1444)
Browse files Browse the repository at this point in the history
* [dist] Regenerate package-lock.json

* [doc] Begin CHANGELOG for 3.1.0

* Fill out changelog and update colors dependency

* Update changelog and upgrade deps (all tests still pass)

* Correct a seemingly erroneous test and upgrade to latest mocha

* Update split2 and nyc... not trivial to upgrade readable-stream

* Final changelog update

* Add --exit flag to mocha so pending tests don't wreck Travis runs
  • Loading branch information
indexzero committed Sep 4, 2018
1 parent 5758752 commit 80721e0
Show file tree
Hide file tree
Showing 4 changed files with 1,548 additions and 2,141 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# CHANGELOG

## v3.1.0 / 2018-08-22
### RELEASES ON A PLANE EDITION

- Minor TypeScript fixes [#1362], [#1395], [#1440]
- Fix minor typos [#1359], [#1363], [#1372], [#1378], [#1390]
- [#1373], (@revik): Add `consoleWarnLevels` property to console transport options for `console.warn` browser support.
- [#1394], (@bzoz): Fix tests on Windows.
- [#1447], (@dboshardy): Support transport name option to override default names for built-in transports.
- [#1420], (@ledbit): Fix file rotation with `tailing: true` (Fixes [#1450], [#1194]).
- [#1352], (@lutovich): Add `isLevelEnabled(string)` & `isXXXEnabled()` to `Logger` class.
- Dependency management
- Regenerate `package-lock.json`.
- Upgrade to `colors@^1.3.2` (Fixes [#1439]).
- Upgrade to `logform@^1.9.1`.
- Upgrade to `diagnostics@^1.1.1`.
- Upgrade to `@types/node@^10.9.3`.
- Upgrade to `assume@^2.1.0`.
- Upgrade to `hock@^1.3.3`.
- Upgrade to `mocha@^5.2.0`.
- Upgrade to `nyc@^13.0.1`.
- Upgrade to `split2@^3.0.0`.

## v3.0.0 / 2018-06-12
### GET IN THE CHOPPA EDITION

Expand Down

0 comments on commit 80721e0

Please sign in to comment.