From c61e77d2787aec3b82c6d91654aca442b892f5bd Mon Sep 17 00:00:00 2001 From: Jim Tupper Date: Mon, 31 May 2021 16:48:21 +0100 Subject: [PATCH] Updating readme for v2 --- CHANGES.md | 9 +++++++++ README.md | 5 +++++ TODO.md | 8 -------- 3 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 TODO.md diff --git a/CHANGES.md b/CHANGES.md index e2e6355..f5961ff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/README.md b/README.md index 6ad6d49..a753a78 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 8baf370..0000000 --- a/TODO.md +++ /dev/null @@ -1,8 +0,0 @@ -- Tests -- Always logging - always provide a file to stream logs to even when rotating -- Support multiple processing writing to the same base file -- Log file explorer - - Filter on simple tag fields - - Filter on date/time across log files - - Support gzipped files transparently -