Skip to content

Commit

Permalink
Updating readme for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed May 31, 2021
1 parent 57a4c00 commit c61e77d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# bunyan Changelog

## 2.0.0

- Refreshing node versions - now only supports nodejs v12+
- Bump dependencies to latest versions
- Update lib/filerotator.js
- Emit gzip_finish event
- Removing redundant bunyan dependency
- Check for undefined mtime

## 1.6.1

- Copying the options object given from the caller as it may be immutable and we like to change things, set defaults, etc.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Bunyan Rotating File Stream is a stream component for the logging system "node b

# Recent changes

## 2.0.0 Version refresh

Updated dependencies and engine support (now v12+ for bug reports).
Minor enhancements and stability fixes (see changelog).

## 1.6.3 Type definition file for Typescript

Generously provided by: scippio
Expand Down
8 changes: 0 additions & 8 deletions TODO.md

This file was deleted.

0 comments on commit c61e77d

Please sign in to comment.