Skip to content

Commit

Permalink
Checking support for node v6
Browse files Browse the repository at this point in the history
Adding notes into the readme.
  • Loading branch information
Jim Tupper committed Apr 28, 2016
1 parent 2ffb6cd commit 5584ec0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# bunyan Changelog

## 1.5.4

- Checked with node v6 and updated support notes on the README.

## 1.5.3

- Fixed issue with handling template filenames containing dots: #4
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,21 @@ Bunyan Rotating File Stream is a stream component for the logging system "node b

# Recent changes

## 1.5.2 Compatibility
## 1.5 Templates Release

We now have the ability to specify templates in the log's filename. For full details see the templating section, but briefly: we can template where you put the number when rotating files (this allows you to preserve the extension so that the files open in the correct viewer), or give your log filename a timestamp in your preferred format.
All previous features are maintained and you should be able to use your existing configuration without change.

Integration testing is still rudimentary in terms of technology, but the coverage has been massively improved, checking that no logs have been re-ordered or lost.


# Compatibility

Implemented tests and strategies to support specific node versions:

* 0.12.9
* 0.12.*latest*
* 4.*latest*
* 5.*latest*
* 6.*latest*

*0.10 and earlier*

Expand All @@ -38,13 +45,9 @@ Not supported as it is missing a lot of useful path processing features. Whilst

Is supported, but it's performance cannot keep up with the latest versions of node. I've had to reduce the stress involved when running tests to allow old `0.12` to keep up.

*5*

## 1.5 Templates Release

We now have the ability to specify templates in the log's filename. For full details see the templating section, but briefly: we can template where you put the number when rotating files (this allows you to preserve the extension so that the files open in the correct viewer), or give your log filename a timestamp in your preferred format.
All previous features are maintained and you should be able to use your existing configuration without change.

Integration testing is still rudimentary in terms of technology, but the coverage has been massively improved, checking that no logs have been re-ordered or lost.
Is supported, but won't be stress tested as those resources are being used for the LTS releases 0.12, 4 & 6.


# Current Status
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": "bunyan-rotating-file-stream",
"version": "1.5.3",
"version": "1.5.4",
"description": "a rotating file stream for the bunyan logging system",
"author": "Jim Tupper <[email protected]> (http://github.com/rcomian)",
"main": "./index.js",
Expand Down

0 comments on commit 5584ec0

Please sign in to comment.