Comparing version 1.3.5 to 1.3.6
@@ -9,2 +9,7 @@ # bunyan Changelog | ||
## bunyan 1.3.6 | ||
- [issue #244] Make `bunyan` defensive on `res.header=null`. | ||
## bunyan 1.3.5 | ||
@@ -11,0 +16,0 @@ |
@@ -11,3 +11,3 @@ /** | ||
var VERSION = '1.3.5'; | ||
var VERSION = '1.3.6'; | ||
@@ -14,0 +14,0 @@ // Bunyan log format version. This becomes the 'v' field on all log records. |
{ | ||
"name": "bunyan", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "a JSON logging library for node.js services", | ||
@@ -5,0 +5,0 @@ "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", |
@@ -712,8 +712,8 @@ Bunyan is **a simple and fast JSON logging library** for node.js services: | ||
<td>The period at which to rotate. This is a string of the format | ||
"$number$scope" where "$scope" is one of "h" (hours), "d" (days), "w" (weeks), | ||
"m" (months), "y" (years). Or one of the following names can be used | ||
"hourly" (means 1h), "daily" (1d), "weekly" (1w), "monthly" (1m), | ||
"yearly" (1y). Rotation is done at the start of the scope: top of the hour (h), | ||
midnight (d), start of Sunday (w), start of the 1st of the month (m), | ||
start of Jan 1st (y).</td> | ||
"$number$scope" where "$scope" is one of "ms" (milliseconds -- only useful for | ||
testing), "h" (hours), "d" (days), "w" (weeks), "m" (months), "y" (years). Or | ||
one of the following names can be used "hourly" (means 1h), "daily" (1d), | ||
"weekly" (1w), "monthly" (1m), "yearly" (1y). Rotation is done at the start of | ||
the scope: top of the hour (h), midnight (d), start of Sunday (w), start of the | ||
1st of the month (m), start of Jan 1st (y).</td> | ||
</tr> | ||
@@ -720,0 +720,0 @@ <tr> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
408374